Skip to main content

Posts

Showing posts with the label OPEM

Spring : Description of Modules

DESCRIPTION OF MODULES: CORE This module provides the implementation of basic IOC Container. CONTEXT This module is built over core and provides the implementation of an Advanced IOC Container. AOP (ASPECT ORIENTED PROGRAMMING) This module is built over context and provides the implementation of Spring AOP. TX This module facilitates AOP based transaction management. JDBC This module provides the implementation of template design pattern for JDBC operations. ORM This module facilitates integration of sprig application to ORM frameworks such as Hibernate, iBatis etc. WEB This module provides the implementation of common operations of web application such as validation, file downloading, file uploading etc. WEB MVC This module provides the implementation of MVC design pattern for developing dynamic web application. ENTERPRISE INTEGRATION This module facilitates integration of Enterprise services such as JMS, JNDI, Java Mai, etc. to Spring Application. TESTING This module facilitates IOC ...