Demos, Tutorials and Presentations
Presentation: 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/). Show presentation [PDF]
Presentation: 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. Download presentation [PPT]
Workshop: Hibernate ToolsetThis workshop was held at the JAOO conference in Denmark in October 2003. The presentation shows the Hibernate toolset for roundtrip development, including database DDL/schema generation and Java class generation from existing database schemas. The presentation also contains a lab you can walk through, along with the source and build files required. An example database using HSQLDB is included. Show presentation [HTML], Download presentation [OpenOffice], Browse examples, Download examples
|