Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Groovy for Domain-Specific Languages, Second Edition

You're reading from  Groovy for Domain-Specific Languages, Second Edition

Product type Book
Published in Sep 2015
Publisher
ISBN-13 9781849695404
Pages 386 pages
Edition 1st Edition
Languages
Author (1):
Fergal Dearle Fergal Dearle
Profile icon Fergal Dearle

Table of Contents (20) Chapters

Groovy for Domain-specific Languages Second Edition
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Introduction to DSLs and Groovy Groovy Quick Start Essential Groovy DSLs The Groovy Language Groovy Closures Example DSL – GeeTwitter Power Groovy DSL Features AST Transformations Existing Groovy DSLs Building a Builder Implementing a Rules DSL Integrating It All Index

SwingBuilder


Most Java developers I know hate Swing UIs with a passion. The reason people hate Swing is because of the APIs. Let's face it, Swing UIs are a chore to build and maintain, due to the unwieldy nature of the Swing APIs.

Any Swing app I've ever worked on has been a mess of component initialization code, intermingled with anonymous inner classes for event handling. Each Swing component, however small or insignificant, has to be renewed and given a name. Figuring out how all of the components nest together, when some such as button groups and panels may not even be visible, is an endless chore.

The following is a UI built with SwingBuilder that puts a simple UI onto the GeeTwitter searching DSL from the last chapter. You can see in the forthcoming screenshot how the markup mirrors the actual layout in the UI. Closures are used in place of anonymous inner classes for events such as actionPerformed on the Exit menu. This took less than five minutes to throw together, and unlike a pure...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}