What is Spring
Spring is a light weight and comprehensive framework for building Java SE and Java EE applications.
Key Features
Spring is a light weight and comprehensive framework for building Java SE and Java EE applications.
Key Features
- Java beans based configuration management.
- Applying Inversion of Control principle (Especially Dependency Injection technique) to reduce dependencies of components on specific implementations of other components.
- A core bean factory.
- Generic abstraction layer for database transaction management.
- Built in generic strategies for JTA and a single JDBC Data source.
- Integration with persistent frameworks like Hibernate, JDO and IBATIS.
- MVC web application framework, built on core Spring functionality, supporting many technologies for generating views, including JSP, FreeMarker, Velocity, Tiles, iText, and POI.
- Extensive aspect-oriented programming (AOP) framework to provide services such as transaction management.
No comments:
Post a Comment