Griffon 0.3.0 – "Leopardus pardalis" - is the fourth major release of Griffon.
Release Notes of the previous betas can be found at
Griffon 0.3.0 ships with 5 sample applications of varying levels of complexity demonstrating various parts of the framework. In order of complexity they are:
File View is a simple demonstration of creating new MVCGroups on the fly.
Source: git
To run the sample from source, change into the source directory and run griffon run-app from the command prompt.
Font Picker demonstrates form based data binding to adjust the sample rendering of system fonts.
Source: git
To run the sample from source, change into the source directory and run griffon run-app from the command prompt.
Greet, a full featured Griffon Application, is a Twitter client. It shows Joint Java/Groovy compilation, richer MVCGroup interactions, and network service based data delivery.
Source: git
To run the sample from source, change into the source directory and run griffon run-webstart from the command prompt. Because Greet uses JNLP APIs for browser integration using run-app will prevent web links from working.
SwingPad, a full featured Griffon Application, is a scripting console for rendering Groovy SwingBuilder views.