SSM defined

The Spring
the Spring is a lightweight inversion of control (IoC) and section (AOP) facing the container frame.
The IoC: Inversion of Control (Inversion of Control, abbreviated as the IoC), one design principles of object-oriented programming, It can be used to reduce the degree of coupling between the computer code. The most common method is called dependency injection (Dependency Injection, referred to as DI), there is a way called "dependent lookup" (Dependency Lookup). By inversion of control, when the object was created by an outside entity for all objects within a regulatory system on which it depends object passed to it. It can be said, it is injected into the subject dependency. Baidu Encyclopedia
AOP: AOP is an abbreviation for Aspect Oriented Programming, meaning: Aspect Oriented Programming, dynamic agent program features a technology to achieve unity maintained by way of pre-compiled and run. AOP is a continuation of OOP, is a hot spot in software development, an important element is the Spring framework, is a functional programming Yansheng Fan type. AOP can use to isolate each part of the business logic such that the business logic to reduce the degree of coupling between the parts, improve the reusability of the program, while improving efficiency of development. Baidu Encyclopedia


MVC the Spring
the Spring MVC part of the follow-up product SpringFrameWork has been integrated in the Spring Web Flow inside. Spring provides a framework for building Web applications full-featured MVC module. MVC (Model View Controller)
with reference to a
reference two


MyBatis
MyBatis is an excellent persistence framework that supports custom SQL, stored procedures and advanced mappings. MyBatis avoids almost all JDBC code and manual setting parameters and obtaining the result set. MyBatis can use simple XML or annotation to configure and map the native information, interfaces and Java POJOs (Plain Ordinary Java Object, ordinary Java Objects) to database records in. Baidu Encyclopedia


You can view the following article in
the article an
article two

Guess you like

Origin www.cnblogs.com/njzhang/p/11464667.html