Dashboard > Terracotta Forge Labs > Home > Hibernate Webcast
  Terracotta Forge Labs Log In   View a printable version of the current page.  
  Hibernate Webcast
Added by Taylor Gautier, last edited by Orion Letizi on Apr 10, 2008  (view change)
Labels: 
(None)

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:

$ mvn compile

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

Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.5 Build:#811 Jul 25, 2007) - Bug/feature request - Contact Administrators