Spring Framework

In this article, we will move on to the main process of any enterprise application: Data Persistence.

Spring Framework

Spring Framework

       

 

  1. Spring Core with Data Access Framework
    In this article, we will move on to the main process of any enterprise application: Data Persistence. For this we have to initialize our data access framework, manage resources, handle various exceptions and if anything goes wrong, we must roll-back so as to save the existing data. Spring comes with a family of data access frameworks that integrates well will variety of data access technologies like JDBC, Java Data Objects and Object Relational Mapping (ORM) tools like Hibernate, OJB, iBatis etc.,

Read more at:

http://www.javajazzup.com/issue3/page55.shtml