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.

[1045 byte] By [jawbe] at [2007-11-26 9:36:23]
# 1
Thank you very much! I've been waiting for this for a long time.Haroon
HaroonA at 2007-7-7 0:28:29 > top of Java-index,Development Tools,Java Tools...
# 2

Hi there

I'm building the project but I don't find any

creator-install-dir/SunAppServer8/derby/lib/derbyclient.jar

I have no creator-install-dir/SunAppServer8/derby indeed.

I'm using Java Studio Creator 2 Update 1 (Build 060915)

Nicola Grippaldi

PS: I've updated from 2004Q2 Update 8

Message was edited by:

nick091

nick091 at 2007-7-7 0:28:29 > top of Java-index,Development Tools,Java Tools...
# 3
Opppsss.......I've found it.Sorry
nick091 at 2007-7-7 0:28:29 > top of Java-index,Development Tools,Java Tools...