Coming from a Java background, Scala looks real nice. So does Buildr. So I just had to try them out with Spring and JPA. Here’s a sample CRUD project that exercises basic JPA features with the aforementioned technologies.
First install Buildr as per http://buildr.apache.org/installing.html#jruby, unzip the project archive, cd to project root directory, then run buildr clean test.
You may also find http://buildr.apache.org/languages.html#scala useful.
Tested with JDK 6, JRuby 1.5.1, Buildr 1.4.0 and Scala 2.7.7.
0 Responses to “Scala + JPA + Spring + Buildr”