Chapter 15. Beyond compile, test, and run
In this chapter
- Packaging your application
- Extending the Grails command set
- Building Grails projects using other tools
So far in this book, we’ve treated the Grails application in isolation. You’ve seen how to write an application, test it, and then run it, but that’s all. What happens when you want to make your application available for use by customers or the general public? What if you want to distribute the application so that others can install it? Maybe this application is one cog in a larger project—what then?
These questions relate to the larger picture of application development. Figure 15.1 highlights the key stages of the development cycle that we’ll cover in this chapter.