Tuesday, October 18, 2011

Frameworks SPRING CORE



Spring is a layered Java/J2EE application platform, based on code published in Expert One-on-One J2EE Design and Development by Rod Johnson. Spring includes:
  • The most complete lightweight container
  • A common abstraction layer for transaction management
  • A JDBC abstraction layer that offers a meaningful exception hierarchy, simplifies error handling, and greatly reduces the amount of code you'll need to write.
  • Integration with Toplink, Hibernate, JDO, and iBATIS SQL Maps
  • AOP functionality, fully integrated into Spring configuration management
  • A flexible MVC web application framework, built on core Spring functionality

No comments:

Post a Comment