Build Your First Grails Project: A Grails-Powered Blog
Need to clear out the clutter of your Java web development? Say hello to coding by convention with Grails.
by Jon Dickinson
March 19, 2008
xperienced web developers know well how many layers of conversion they have to go through to present persistent information to the user:
Mapping web requests to executing code
Converting objects to relational data
Rendering markup from their object structures
Open source frameworks (particularly Spring and Hibernate) have become extremely good at easing the pain of these conversions, but that ease has come at a price: reams of XML configuration. On a typical web project using Spring and Hibernate, I spend a great deal of my time writing, updating, and debugging configuration files rather than implementing the valuable business logic I am paid to write.
It's quick, easy and you get access to all the articles on DevX.
This registration/login is to allow you to read articles on devx.com. Already a member?
To become a member of DevX.com create your Member Profile by completing the form below. Membership is free!