New Hibernate Tutorial
There's a new Hibernate tutorial available.
http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/hib ernate.html
This tutorial shows you how to build a web application in the Java Studio Creator IDE that uses Hibernate libraries and plain old Java objects (POJOs). This tutorial is for developers who have a solid working knowledge of Hibernate. To learn more about Hibernate, see the Hibernate reference documentation.
In this tutorial, you wrap a Person POJO (where Person is a mapping of the Person database table) with an array of com.sun.rave.web.ui.model.Option objects and bind a DropDown List component to the array. You then extend the ObjectListDataProvider class to build a TripDataProvider wrapper for the Trips POJO, and bind the Table component to an instance of the TripDataProvider class.
Note: since Hibernate is a third party product, this requires a separate download of the Hibernate libraries. This tutorial mentions where
and how to use the Hibernate libraries.

