Tuesday, April 2, 2013
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.
Tuesday, March 26, 2013
Automated Deployment
Deployment
Automation replaces the manual non-standard deployment process to standardized
automated deployment process for various environments such as Production, QA
etc.
Subscribe to:
Posts (Atom)