Category Archives: Grails

Jvm web framework feature matrix

Nice to know. A spreadsheet simply rating characteristics of each framework. Grails Spring MVC Rails are the top players JSF was one of the more poorly ranked. Though they didn’t differentiate between v1 or 2. http://spreadsheets.google.com/pub?key=0AtkkDCT2WDMXdC1HOEtnUHpCejJMbUhGeGJWUmh5dVE&hl=en&output=html

Posted in Grails, Platforms, Spring, Web Applications | Tagged | Leave a comment

Creating mobile web applications with jQuery mobile and Grails

Creating mobile web applications with jQuery mobile and Grails The blogger demonstrates how easy it is to integrate the new jquery mobile library with Grails and easily create mobile views in scaffolding. I wasn’t familiar with the grails install-templates command … Continue reading

Posted in Grails | 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