Hibernate Webcast

Added by Taylor Gautier, last edited by Orion Letizi on Apr 10, 2008  (view change)

Labels

 
(None)
Unknown macro: {import}

Labs Projects

Patterns

Master / Worker

Web Servers

Resin Support

Tools and Frameworks

JCS

Demo Code

Catalog Example

Webcasts

Distributed-Cache Webcast
Jetty Webcast
Hibernate Webcast

Experiments

Terracotta for JRuby

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