Chapter 7. Power Groovy DSL Features

In this chapter, we will cover some more advanced Groovy features. Coincidentally, these are also the features that, along with closures, allow us to extend and manipulate the language in order to create DSLs. We will cover a lot of ground in this chapter, including the following important features:

  • Named parameters: To begin, we will look at this simple but effective feature, and see how maps passed as parameters act as named parameters to a method.
  • Command chains: We will cover how, when chaining methods together, we can omit the dot notation to give us a simple command chain DSL pattern.
  • Builders: We will cover how to use Groovy builders to rapidly construct anything from web pages and XML to Swing UIs. While ...

Get Groovy for Domain-specific Languages - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.