Griffon in Action

Authors : Andres Almiray , Danno Ferrin , Geertjan Wielenga
Publisher :Manning Publications Co.
Category : JVM Languages & Frameworks
Released : Mar 1, 2010
ISBN : 9781935182238
Pages :375
Print Price : $44.99
E-Price : $27.50

Please login to rate, comment or post a review!


Although several options exist for interface development in Java, even popular UI toolkits like Swing have been notoriously complex and difficult to use. Griffon, an agile framework that uses Groovy to simplify Swing, makes UI development dramatically faster and easier. In many respects, Griffon is for desktop development what Grails is for web development. While it's based on Swing, its declarative style and approachable level of abstraction is instantly familiar to developers familiar with other technologies such as Flex or JavaFX.

Griffon in Action is a comprehensive tutorial written for Java developers who want a more productive approach to UI development. In this book, you'll immediately dive into Griffon. After a Griffon orientation and a quick Groovy tutorial, you'll start building examples that explore Griffon's high productivity approach to Swing development. One of the troublesome parts of Swing development is the amount of Java code that is required to get a simple application off the ground.

You'll learn how SwingBuilder (and its cousin builders) present a very palatable alternative in the form of a DSL geared towards building graphical user interfaces. Pair it up with the convention over configuration paradigm, a well tested and tried application source structure (based on Grails) and you have a recipe for quick and effective Swing application development. Griffon in Action covers declarative view development, like the one provided by JavaFX Script, as well as the structure, architecture and life cycle of Java application development.

WHAT'S INSIDE:

    * Comprehensive coverage of the Griffon framework designed for Java developers
    * How SwingBuilder and the other "builders" accelerate your productivity
    * Practical, real-world examples shown where Griffon can be used most effectively-and how!
    * A concise Groovy tutorial


Opinions

Average rating:
N/A / 5
How well does it cover the subject?
N/A / 10 *
Includes examples and real life scenarios?
N/A / 10 *
Will it help you in your day to day work?
N/A / 10 *
How easy is it to understand?
N/A / 10 *

* Values calculated based on 0 reviews from users. Other reviews are missing this information.

Related

You may also like:
  • HTTP to HTTPS Migration