Previous Next vertical dots separating previous/next from contents/index/pdf

Tutorial: Developing a Hibernate Application

This tutorial shows you how to use Workshop to build real-time Hibernate-based web applications.

Hibernate is an open-source ORM solution for Java applications. Hibernate provides data query and retrieval facilities that significantly reduce development time. Hibernate lets you develop persistent classes following an object-oriented idiom - including association, inheritance, polymorphism, composition, and collections. Hibernate allows you to express queries in its own portable SQL extension (HQL), as well as in native SQL, or with an object-oriented Criteria and Example API.

This tutorial provides step by step instructions as related to Hibernate but for minor differences, could also be used with Kodo. (The Kodo Persistence API is based on the Apache open source project OpenJPA).

The tutorial describes how to

This tutorial also explains the Workshop concepts and features

Click the arrow to navigate through the tutorial:


Still need help? Post a question on the Workshop newsgroup.

 

Skip navigation bar   Back to Top