advertisement
Login | Register   
  Include Code  Search Tips
TODAY'S HEADLINES  |   ARTICLE ARCHIVE  |   TIP BANK
Browse DevX
Download the Code!
Sidebar 1. The Render Method
Partners & Affiliates
advertisement
advertisement
advertisement
advertisement
 

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. 


advertisement
xperienced web developers know well how many layers of conversion they have to go through to present persistent information to the user:
  1. Mapping web requests to executing code
  2. Converting objects to relational data
  3. 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?



advertisement