Overview
Griffon 0.2.1 – "Puma Yagouaroundi" – is a maintenance release of Griffon 0.2
Principal Features
There are no new features in this release
Sample Applications
Griffon 0.2.1 ships with 5 sample applications of varying levels of complexity demonstrating various parts of the framework. In order of complexity they are:
File Viewer
File View is a simple demonstration of creating new MVCGroups
on the fly.
WebStart of
Application
Source: git
To run the sample from source, change into the source
directory and run
griffon run-app from the command prompt.
Font Picker
Font Picker demonstrates form based data binding to adjust the
sample rendering of system fonts.
WebStart of
Application
Source: git
To run the sample from source, change into the source
directory and run
griffon run-app from the command prompt.
Greet
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.
WebStart of
Application
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
SwingPad, a full featured Griffon Application, is a scripting console for rendering Groovy SwingBuilder views. izpack installer
Source: git
To run the sample from source, change into the source
directory and run
griffon run-app from the command prompt.
Weather Widget
Weather Widget integrates with Weather Underground to give a
local weather forecast widget. It demonstrates plugin integration
and NetBeans Matisse integration with the
generate-view-script
WebStart of
Application
Source: git
To run the sample from source, change into the source
directory and run
griffon run-app from the command prompt. You will
need to be connected to the internet or already have the
macwidgets plugin installed.


