Grails: Links from my first week with Grails

Posted on October 11th, 2008 by Reiner.
Categories: Grails, English, Computers.

Never before in my life I had the opportunity to learn a new technology and put it into productive use within just a couple of days. Grails will change is changing the Java and framework landscape right now. Using Grails, within less than 3 weeks, an application has been developed that accepts NFC-scans from mobile devices (i.e. Nokia 6131 NFC), sends notifications by email and by SMS, and renders a live view of scans as well. None of the staff involved had any previous experience with Grails whatsoever (I started implementing the domain classes and services, a colleague of mine then took over to implement the GUI while I was on vacation on the Canary Islands). Our work was targeted towards NetBeans, GlassFish and PostgreSQL.

Listed here are the links that helped us jump on the track to wealth, glory and wisdom :-)

1-2-3

Links

Pet stores, sort of:

The web service side:

Still more advanced:

Slightly off topic:

Tiddlers:

Deutsche Ecke (German corner, don’t hold your breath yet):

Watch out

2 comments.

Petr Hejl

Comment on October 12th, 2008.

Few notes on NetBeans:

Issue 138116 is not a problem for grails afaik. On *nix system this should not be problem at all, on Windows this was solved via taskkill. Sou you should be able to easily run & stop application from NetBeans.

Reiner

Comment on October 12th, 2008.

That’s good news!
Although it isn’t very hard to do the grails “run-app” from a command prompt either. I ended up with “cls && grails clean && grails run-app”

Leave a comment

Comments can contain some xhtml. Names and emails are required (emails aren't displayed), url's are optional.