Hibernate is the most popular ORM(object relational mapping) tool from open source. it bridges the gap between the object model and relational model. some usefull links for the starters of Hibernate.
paper on What an object-relational mapper does?
http://www.gloegl.de/17.html
hibernate tutorials
http://www.jroller.com/page/garymak?entry=hibernate_tutorials
Hibernate reference documentation. first chapter in the reference doc also eplains well with example on how to write an application on hibernate.
http://www.hibernate.org/hib_docs/v3/reference/en/html/
hibernate presentatiuons
http://www.hibernate.org/159.html
demo applications
http://www.hibernate.org/159.html
external articles and tutorials
http://www.hibernate.org/78.html
No comments:
Post a Comment