Spring - Modules

Spring Core:

  • Provide fundamental parts
  • DI & IOC
Data Access:
  • It consists of JDBC, ORM & Transaction Management
Web:
  • Related to web application.
  • It has Web Services, Web Servlet Module
AOP:
  • It means Aspect Oriented Programing.
  • When you want to do some common operation for all the services then will use this.
  • For Example, Logging, Authorization etc 
Test:
  • It is used in the part of Unit/Integration testing
  • It is used in the Mocking as well.

Comments

Popular posts from this blog

How to set Java Object into JaxBElement ?

GitLab