Griffon has Flown the Coop! (Danno Ferrin)

, , September 29th, 2008

Original Source

Danno Ferrin just announced that Griffon now has its own project space at the Codehaus.

Griffon durring it’s intial development was hosted as a module under the Groovy project. Well, with a public release the time has now come for Griffon to leave the nest and find a new home to roost in.

In addition to it’s own hompage the project has moved the user mailing list and added announcement, development, and code commit mailing lists. Code commits come off of our own subversion depot. The bug tracker has already had a couple of JIRAs posted and closed. And just this weekend continuious integration builds have been wired to run on the remote servers at codehaus (Xvfb FTW).

So what does that mean for you? Same deliverables, just coming from a different address.

Related to this news, some of the builders maintained by the Griffon team will be moving into the Griffon umbrella, these are SwingXBuilder, JideBuilder and GraphicsBuilder. The builders will still be released on their own timeline though and will not require you to link any Griffon runtime library in order to use them, same way as it has been before.

[Editor: mispellings are intentional, they are Danno’s signature].

Tags: , ,

Roundup of Griffon links

, September 23rd, 2008

The following list is a compendium (in chronological order) of Griffon related links. You may notice that half of them are written by Geertjan Wielenga, zone leader at Javalobby and known blogger on such topics as NetBeans, Swing and Groovy. In Geertjan’s own words

It’s not like I’m constantly looking for useful scenarios for Griffon and then blogging about it. It’s more like I keep tripping over them accidentally, all the time. I just can’t help it!

Announcements

First Impressions and how-tos

Tags: ,

Announcing Griffon 0.0 (Danno Ferrin)

, , , September 11th, 2008

Original Source

Swing developers rejoice, the productivity gains and ease of use of a framework like Grails has arrived. The Groovy Swing team is proud to announce the initial release of Griffon, a Grails-like framework for Swing application development. In words of Danno Ferrin, the most prolific contributor to the project:

After over a year of poking and prodding at the various parts of desktop Java the Groovy swing developers are proud to announce the first release of Griffon, a Grails-like tool for Swing development. While not yet industrial strength we felt it was important to put out a release so people can get a feel for what Griffon is and where it will be going. And since all good computer scientists start counting from zero, 0.0 seemed to be the perfect release number.

Griffon Kittens

What are some of the highlights of Griffon?

  • A Grails like build system for desktop apps, including targets to run the application.
  • A directory structure that rewards MVC separation of code.
  • Use of Groovy programming language features to reinforce MVC separation (builders, @Bindable annotation, metaclass method injection, scripts, etc).
  • A view layer based on Groovy’s SwingBuilder, allowing for a declarative layout of GUI code.
  • An infrastructure to allow seamless injection of other widget libraries. JIDE and SwingX are supported out of the box.
  • Automatic packaging and signing for WebStart, Applet, and traditional application deployment.

Why call it Grails-like instead of rails-like? The structure of the directories and some of the design idioms do have a heritage back to Ruby on Rails, but Griffon is more inspired by Grails than it was by Rails. And by “inspired” I mean “taking large chunks of Grails code to bootstrap the codebase” (thanks to the ASL 2.0 this is permissible). Not all Grails features have been brought over yet. Plugins and GORM are two notable standouts that we would like to add in future releases.

To download the current release please visit the wiki page at http://groovy.codehaus.org/Download+Griffon and follow the links. There is also an installation guide and a quick start tutorial on the wiki as well.

Those who attended the ScriptBowl session at JavaOne 2008 got a sneak peek of Griffon in action when Guillaume Laforge presented Greet, a Twitter client, on stage. Later Danno Ferrin did the same on another session. Griffon relies heavily on the conventions set out by Grails, which means any Grails developer will be able to pick up the framework and create Swing applications easily.

Being the initial release expect some rough edges here and there, and as Danno notes, some of the more appealing features of Grails like GORM and the plugin system are not implemented yet. The Griffon project has a mailing list for those interested to participate in the discussion.

Tags: , , ,