Tuesday, April 2, 2013

This Blog has Moved.!

I won't be posting here anymore. My new blog is at http://techmytalk.wordpress.com/

Monday, April 1, 2013

Groovy & Grails Design Best Practices


Grails is designed to be an interactive agile development framework. That means you can start anywhere you like, refactor, make changes, and still end up with a fantastic app. You can start with the UI, domain modeling, service classes, or even the test cases if you like. Grails makes domain modeling so easy that we usually do this bit directly in code without any real data model on paper. That’s the reason modeling is a great place to start your Grails application design & development journey.