|
Online DocumentationPresentationsHibernate Introduction (Atlanta Java User Group, January 2004)Gavin King and Christian Bauer presented Hibernate at the Atlanta Java User Group meeting in January 2004. Show presentation [PDF], Listen to audio stream [MP3] Object/Relational Mapping with Hibernate (JavaPolis/December 2003)This presentation was held in Antwerp at JavaPolis in December 2003 by Christian Bauer. It shows why we need object/relational mapping, why Hibernate is the best solution. It contains some slides about Data Transfer Object (DTO) patterns and CarrierWave (http://carrierwave.sourceforge.net/). Object/Relational Mapping with Hibernate (JAOO/October 2003)This presentation was held in Denmark at JAOO in October 2003 by Gavin King. It shows the Hibernate basics and describes the Hibernate solutions for common object/relational mapping performance issues.
Demo ApplicationsCaveatEmptor (Hibernate2 + Hibernate3)The CaveatEmptor online auction application was written for the book Hibernate in Action. It covers all kinds of entities, value types, association-, and user-type mappings. Use it to learn Hibernate with our without the book. See the CaveatEmptor website for more information. JBoss Seam Examples (Hibernate3, EJB3, JSF, Facelets)JBoss Seam is an application framework for Java EE 5. Seam unifies the component models of JSF and EJB 3.0, providing a streamlined programming model for web-based enterprise applications. Hibernate EntityManager and Hibernate Annotations are used as an EJB3 persistence layer. See the JBoss Seam demo applications to learn how easy it is to write EJB3/JSF applications. Other examples show you how Seam works inside Tomcat with no EJB3, but plain Hibernate persistence - or in JUnit tests, or in TestNG tests... AdminApp (Hibernate2, WebWork, Tomcat, MySQL)This Hibernate demo application is a simple Java servlet web application build by the Hibernate team to show how Hibernate might work with WebWork. The application domain deals with users and roles. This user/role database is automatically created once the application is started, and may be used later for any user authentication task in other applications (or even for Tomcat's bundled Manager application). Full source for all actions and JSPs is included, the license is LGPL. You can use this demo as a skeleton for your own Hibernate2 and WebWork2 project. The current version is 0.9.2. |
||||||||