June 2014
Intermediate to advanced
576 pages
19h 26m
English
This chapter covers
In the previous chapter you learned the basics about what controllers do, how to extend them with your own logic, and how to test them. We haven’t yet introduced you to the best way to use controllers in building larger Grails applications.
In this chapter we examine the controller’s best friend: the Grails service. Services help free controllers from the heavy lifting of application logic, and let controllers do what they do best—control the flow of the user through the application. ...
Read now
Unlock full access