
Just worked through Hibernate's tutorial, but using Scala. Googling for hints turned up info from Matt Hellige's blog(s) and Viktor Klang from the lift web group. So with a tip of the hat to them, here's a working example of using Hibernate from Scala, in a single file. Enjoy... package scalanate import scala.xml._ import java.util.Date import org.hibernate._ import org.hibernate.cfg._ class Ev…
© 2009 Created by Steve Yen on Ning. Create a Ning Network!