Category Archives: Platforms

EJB 3 in 5 mins

This brief little youtube vid sums it up nicely. One step higher, the author has a JEE Intro focusing on web, MVC

Posted in Java, Java EE | Leave a comment

Chuffed

I just deployed my first Grails app running with PostgreSQL on MorphExchange. Following their Java Dev Cookbook was quite easy though I found I had to do the following: Under log4j configuration add a property logs.home = ”./logs” (here) Don’t … Continue reading

Posted in Cloud, Grails, Groovy, Java, Platforms | 1 Comment

JSR 220: EJB 3.0

Sometimes the best resources are straight from the horses mouth.  The excellent resources I found are located on the Java Community Process site. The EJB 3 specifications for the core and persistence as well as a simplified spec can be … Continue reading

Posted in Java EE | Leave a comment