June 2014
Intermediate to advanced
576 pages
19h 26m
English
This chapter covers
Grails gives you all the tools you need to build your web application and run it, as we’ve shown throughout the previous chapters. The ability to make changes and see their effect immediately in a running server makes for a productive development environment. At a certain point, though, you need to deploy your application into a production setting: grails run-app isn’t going to cut it. It won’t scale or perform efficiently.
Getting to the point of deployment can potentially be a single-step process (use the Grails war command to create the artifact of deployment), ...
Read now
Unlock full access