91-9990449935 0120-4256464 |
Spring ModulesThe Spring framework comprises of many modules such as core, beans, context, expression language, AOP, Aspects, Instrumentation, JDBC, ORM, OXM, JMS, Transaction, Web, Servlet, Struts etc. These modules are grouped into Test, Core Container, AOP, Aspects, Instrumentation, Data Access / Integration, Web (MVC / Remoting) as displayed in the following diagram. TestThis layer provides support of testing with JUnit and TestNG. Spring Core ContainerThe Spring Core container contains core, beans, context and expression language (EL) modules. Core and BeansThese modules provide IOC and Dependency Injection features. ContextThis module supports internationalization (I18N), EJB, JMS, Basic Remoting. Expression LanguageIt is an extension to the EL defined in JSP. It provides support to setting and getting property values, method invocation, accessing collections and indexers, named variables, logical and arithmetic operators, retrieval of objects by name etc. AOP, Aspects and InstrumentationThese modules support aspect oriented programming implementation where you can use Advices, Pointcuts etc. to decouple the code. The aspects module provides support to integration with AspectJ. The instrumentation module provides support to class instrumentation and classloader implementations. Data Access / IntegrationThis group comprises of JDBC, ORM, OXM, JMS and Transaction modules. These modules basically provide support to interact with the database. WebThis group comprises of Web, Web-Servlet, Web-Struts and Web-Portlet. These modules provide support to create web application.
Next TopicSteps To Create Spring Application
|