Hibernate
From BC$ MobileTV Wiki
Revision as of 23:12, 12 November 2009 by 198.164.42.125 (Talk)
Hibernate's goal is to relieve the developer from 95 percent of common data persistence related programming tasks, compared to manual coding with SQL and the JDBC API.
Hibernate Core for Java generates SQL for you, relieves you from manual JDBC result set handling and object conversion, and keeps your application portable to all SQL databases.[1]
Tutorials
- I want to learn Hibernate for Java!: https://www.hibernate.org/152.html
- How to Create an Application Using Hibernate: http://facestutorials.icefaces.org/tutorial/hibernate-tutorial.html
External Links
- Hibernate 1st whitepaper (2005): http://www.jboss.com/pdf/HibernateBrochure-Jun2005.pdf
- Hibernate Development/Integration approaches: https://www.hibernate.org/355.html
- The Spring series, Part 2: When Hibernate meets Spring (2005): http://www.ibm.com/developerworks/web/library/wa-spring2/
- Developing Struts Hibernate and Spring Based Login/Registration Application: http://www.roseindia.net/struts/hibernate-spring/index.shtml
- First steps using Struts and Hibernate (visual step-by-step): http://www.laliluna.de/struts-hibernate-integration-tutorial-en.html
- Hibernate Core for Java: https://www.hibernate.org/344.html
- Struts, Hibernate and Spring: A guide to creating a dynamic web application (2007): http://edn.embarcadero.com/article/36524
References
- ↑ Hibernate project home: https://www.hibernate.org/