HIBERNATE JBoss.org
 |  Register  | 
     
News 
About 
   Feature List 
   Road Map 
Documentation 
   Related Projects 
   External Documentation 
Download 
Forum & Mailinglists 
Support & Training 
JIRA Issue Tracking
Wiki Community Area


Hibernate Public Training Courses


Get Hibernate in Action eBook!


JavaWorld 2003 Finalist


Jolt Award 2004 Winner
      
Documentation > Community Area > DemosAndTutorials > Your first Hibernate Application

Your first Hibernate Application

Everyone has their own way of learning. I like to start with the simplest possible program and start playing from there. So I put together a console application that does nothing except read configuration information and save a single object. All you need is Ant, Hibernate, and HSQLDB.

Links:

- Index page to my tutorials on Ant and Hiberate.

- So you want to learn Hibernate: A simple console application with ant build file.

- Controlling Hibernate output with log4j: How to control output from the console application using log4j.

- A persistent collection with Hibernate: Extends the console application to save a collection object.

- Hibernate prototyping with the BeanShell: Using the BeanShell as an interactive hibernate play area.

- A sample application

      

coWiki