
I am pleased to announce the release of gConfig 0.1.2, a configuration tool for Griffon, a Groovy Technology.
This release is an upgrade to Griffon 0.1.2 and resolves a LogManager not found issue.
Background
While building Griffon applications, I found myself doing the same repeatative steps when I started building the application. Install these sets of plugins, get those additional 3rd party jars, and oh ya, I want a menubar, toolbar, statusbar, . . . , you get the drift.
I felt like I was spending too much time doing boilerplate code. So I did what any good IT person would do, made it easier through automation. The result is gConfig.
After creating the application, you run gConfig. gConfig is a wizard that will present you with a list of the currently available plugins. You pick which ones you one and the move on to select some popular predefined 3rd party jars. Finally, you are presented with a collection of templates (Menubar, ToolBar, StatusBar, About, and Tips) to install.
When you have completed your selections, gConfig will do the rest. Install the plugins, download the jars, and install the selected templates.
It saves a load of time.
Give it a try.
Screen Shots:




Saturday, September 5, 2009
ANN: gConfig 0.1.2
Tuesday, May 26, 2009
ANN gConfig 0.1 - a Configuration tool for Griffon

I am pleased to announce the first public release of gConfig 0.1, a configuration tool for Griffon, a Groovy Technology.
While building Griffon applications, I found myself doing the same repeatative steps when I started building the application. Install these sets of plugins, get those additional 3rd party jars, and oh ya, I want a menubar, toolbar, statusbar, . . . , you get the drift.
I felt like I was spending too much time doing boilerplate code. So I did what any good IT person would do, made it easier through automation. The result is gConfig.
After creating the application, you run gConfig. gConfig is a wizard that will present you with a list of the currently available plugins. You pick which ones you one and the move on to select some popular predefined 3rd party jars. Finally, you are presented with a collection of templates (Menubar, ToolBar, StatusBar, About, and Tips) to install.
When you have completed your selections, gConfig will do the rest. Install the plugins, download the jars, and install the selected templates.
It saves a load of time.
Give it a try.
Screen Shots:




