Category Archives: Groovy

Scratch your Groovy itch on the web

Here is a web based Groovy console, so the next time you are say on the train and want to write some Groovy using your iPhone* or at some PC with a locked down environment, you can! http://groovyconsole.appspot.com/ Hours of … Continue reading

Posted in Groovy, Software Development | Leave a comment

Groovy 1.6

You could read thru the Jira release notes for 1.6 and 1.6rc1-3 or you could just read this infoq article which provides a summary of all the good stuff in the new Groovy release. I dont think the Groovy home … Continue reading

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