Posts

Showing posts from 2010

Sbt (Scala) with Spring, Hibernate & Vaadin

Though it is said that it is not recommended to use sbt & Spring,Hibernate to build Scala based projects, I have done a little testing application with all those technologies. And later I extended it to use Vaadin also. And I'm not interested in telling all the techneques by line by line. I assume that you'll have some basic knowledge on sbt, scala, & vaadin and average level in Spring & Hibernate, Java. And you must first be sure that you have installed apache maven, Scala compiler , Sbt & mysql(other intellij idea). I have used to build these 2 projects Intellij Idea. you can run these in command prompt(or terminal) & see. Run Hibernatejava using "mvn clean install" & HibernateScala using "sbt update", then "sbt" then "jetty". Before running for Hibernatejava example you need not create a database, but for HibernateScala you have to create a database named "hibernate_test" using mysql. (And I'm not