How many types of modules are there in spring? Name them.

devquora
devquora

Posted On: Feb 22, 2018

 

There are around twenty modules, which can be categorized into Core Container, Web, Data Access or Integration, Aspect Oriented Programming and Instrumentation and Test.

The modules are:

  • Core module  
  • Bean module
  • SpEL module
  • Context module
  • JDBC (Java DataBase Connectivity)
  • ORM (Object Relational Mapping)
  • OXM (Object XML Mappers)
  • JMS (Java Messaging Service)
  • Transaction
  • Web
  • Web MVC
  • Web Socket
  • Web Portlet
  • Aspect Oriented Programming (AOP)
  • Instrumentation
  • Test
  • Messaging
  • Aspects

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Spring Interview Questions

    What are the features/ characteristics of spring?

    The important features of spring are as follows:Lightweight: Considering transparency and size, spring is lightweight..

    Spring Interview Questions

    What do you mean by Spring Java Based Configuration?

    Spring configuration files are XML files. These files contain the information of classes and describe how these classes..

    Spring Interview Questions

    What are the advantages of spring?

    There are many advantages of spring. Some of them are as follows: Spring provides for templates for JDBC, Hibernate, an..