Spring - What is Spring & Advantages of Spring ?
What is Spring?
- Light weight framework
- It supports other frameworks like Struts, Hibernate etc.,
- It supports modules like IOC, AOP, ORM, MVC etc.,
Advantages?
- It provides predefined templates
- We can achieve Loosely couple using DI
- It is used to developers to focus more on Business part.
- Easy to test the application
Comments
Post a Comment