|
Answer» Different modules of the Spring FRAMEWORK Below are the list of some important Spring Framework modules (1)Spring Context It is basicaly USED for dependency INJECTION. (2)Spring AOP We use AOP for aspect ORIENTED programming. (3)Spring DAO We basicaly used this for database operations using DAO pattern (4)Spring JDBC This is for JDBC and DataSource support. (5)Spring ORM ORM tools support such as Hibernate (6)Spring Web Module We use Web module for creating web applications. (7)Spring MVC We use Model-View-Controller implementation for creating web applications, web services etc.
|