Your first Hibernate ApplicationEveryone 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
|