Groovy for Domain-Specific Languages, Second Edition
| By: | Fergal Dearle |
| Publisher: | Packt Publishing |
| Print ISBN: | 9781849695404 |
| eText ISBN: | 9781849695411 |
| Edition: | 1 |
| Copyright: | 2015 |
| Format: | Reflowable |
Lifetime - $47.99
eBook Features
Instant Access
Purchase and read your book immediately
Read Offline
Access your eTextbook anytime and anywhere
Study Tools
Built-in study tools like highlights and more
Read Aloud
Listen and follow along as Bookshelf reads to you
Details
Table of Contents
Extend and enhance your Java applications with domain-specific scripting in Groovy
Key Features
Book Description
The times when developing on the JVM meant you were a Java programmer have long passed. The JVM is now firmly established as a polyglot development environment with many projects opting for alternative development languages to Java such as Groovy, Scala, Clojure, and JRuby. In this pantheon of development languages, Groovy stands out for its excellent DSL enabling features which allows it to be manipulated to produce mini languages that are tailored to a project’s needs. A comprehensive tutorial on designing and developing mini Groovy based Domain Specific Languages, this book will guide you through the development of several mini DSLs that will help you gain all the skills needed to develop your own Groovy based DSLs with confidence and ease. Starting with the bare basics, this book will focus on how Groovy can be used to construct domain specific mini languages, and will go through the more complex meta-programming features of Groovy, including using the Abstract Syntax Tree (AST). Practical examples are used throughout this book to de-mystify these seemingly complex language features and to show how they can be used to create simple and elegant DSLs. Packed with examples, including several fully worked DSLs, this book will serve as a springboard for developing your own DSLs.What you will learn
- Familiarize yourself with Groovy scripting and work with Groovy closures
- Use the metaprogramming features in Groovy to build mini languages
- Employ Groovy markup and builders to simplify application development
- Familiarize yourself with Groovy markup and build your own Groovy builders
- Build effective DSLs with operator overloading, command chains, builders, and a host of other Groovy language features
- Integrate Groovy with your Java and JVM based applications