Overview
Hibernate Webcast explains how to improve Hibernate performance 5-100x using Terracotta.
Description
Powerpoint slides and code that demonstrate how to use Terracotta and Hibernate together.
Two options are available:
- Cluster Hibernate 2nd Level Cache
- Cluster Hibernate Detached POJOs
You can view the slides here »
Instructions
To compile using Maven, you'll have to install JTA manually:
First go here: http://java.sun.com/products/jta/
Download the 1.0.1B classes file.
Then install:
$ mvn install:install-file -DgroupId=javax.transaction \
-DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar \
-Dfile=jta-1_0_1B-classes.zip
Then, compile with maven:
Webcast
You can view the webcast here »
Public Source Repository
SVN: http://svn.terracotta.org/svn/forge/projects/labs/webcasts/hibernate
Private Source Repository (for committers)
SVN: https://svn.terracotta.org/repo/forge/projects/labs/webcasts/hibernate