viernes, 24 de abril de 2009

Hibernate in a Web JSF Application


I found a really good tutorial for using Hibernate in Netbeans IDE with Java Server Faces JSF as the visual web pages.

In this tutorial, you use the NetBeans IDE to create and deploy a web application that displays data from a database. The web application uses the Hibernate framework as the persistence layer for retrieving and storing plain old Java objects (POJOs) to a relational database.

Hibernate is framework that provides tools for object relational mapping (ORM). The tutorial demonstrates how to add support for the Hibernate framework to the IDE and create the necessary Hibernate files. After creating the Java objects and configuring the application to use Hibernate, you add Visual Web JSF components to a web page to display the data.

You can go to the tutorial here.

0 comentarios:

 
;