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
Post a Comment