December 2008
Intermediate to advanced
421 pages
8h 22m
English
In this chapter, I present miscellaneous recipes from different topics. Templating, working with XML, working with files, using regular expressions, using Groovy from the command line, downloading files, writing configuration files in Groovy, and using Groovy to run external processes are some of the examples I present in this chapter.
In Recipe 3-1, I showed you how to use GStrings to generate dynamic content that can be useful in templating scenarios. Groovy also has a powerful dedicated template framework with several template engines that can be used to create templates with embedded JSP-like scriptlets and variables (JSP stands for ...
Read now
Unlock full access