JideBuilder 2.0 released
Following the recent releases of Groovy 1.5.7 and 1.6-beta-2 I'm proud to announce the release of JideBuilder 2.0.
0 commentsSave Tags: announcement, groovy, gui, java
Groovy 1.5.7 and 1.6-beta2 released
This is with great pleasure that the Groovy development team and G2One announce the joint release of both Groovy 1.5.7 -- current stable and... more »
3 commentsSave Tags: announcement, groovy, open source
The Hitchhiker's Guide to Refactoring: Why, Where, When and How
Girl Developer tackles the subject of refactoring.
0 commentsSave Tags: agile, groovy, how-to, methodology
Both Groovy 1.5.7 and 1.6-beta-2 are out!
This is with great pleasure that the Groovy development team and G2One announce the joint release of both Groovy 1.5.7 -- current stable and... more »
0 commentsSave Tags: groovy, news
A Grails Jabber Plugin
For the Messaging chapter in San Gria, I needed a good example for our Twitter clone, hubbub. The one I ended up with was a simple Jabber gateway.
0 commentsSave Tags: frameworks, groovy
Groovy: Listing the properties of a class in order
In the same vein as my recent article on how to know the variables which are bound or not in a script, a user asked how he could list in order the... more »
0 commentsSave Tags: groovy
Terracotta Plugin for Grails
I have created a new Grails Plugin to help in the development of Grails applications clustered using Terracotta. The details of this plugin can also... more »
0 commentsSave Tags: frameworks, groovy, server
Snapshots of Groovy 1.5.7 and 1.6-beta-2
Guillaume Laforge has posted on the Groovy lists that snapshot packages of the upcoming 1.5.7 and 1.6-beta-2 versions are up for grabs.
0 commentsSave Tags: groovy, news
Guillaume Laforge: Optimizing performance in Groovy 1.6
Groovy Project Manager Guillaume Laforge talks with Andrew Glover about what's new in the Groovy 1.6 beta release. Learn about the complexity that... more »
0 commentsSave Tags: groovy
Groovy code completion in NetBeans
There were significant improvements in code completion for Groovy in NetBeans during the last few days. The code completion is now more accurate and... more »
1 commentsSave Tags: groovy, tools
Bill de hÓra: Choosing a Java web framework
I think in the Java space right now, there is no web pony, and looking back as far as 2004, there never has been. Given what I know about Mark... more »
4 commentsSave Tags: frameworks, groovy, java
Making Swing Groovy, Part II: Binding
In my previous post in this series, I presented a trivial Echo GUI written in Groovy. By using SwingBuilder and closures, the code for the GUI was... more »
0 commentsSave Tags: groovy, gui, java
Video: Grails for Spring Developers
This video featuring Grails Project lead Graeme Rocher is from the 2007 Spring Experience conference. This session is a good overview of the Grails... more »
0 commentsSave Tags: announcement, groovy, java, open source
Grails Xtemplates Plugin Released
I've just released the Xtemplates Plugin in the Grails Plugins repository. This Grails plugin increases the customization capabilities of the... more »
0 commentsSave Tags: announcement, frameworks, groovy
groovyawards goes into the judging phase...
Thanks so much to everyone who participated in the first annual groovyawards. It was awesome to have so much positive feedback by and for so many of... more »
0 commentsSave Tags: groovy
Spring RCP Application Initialized From Griffon
To get them to co-exist, somehow Spring RCP's application class should replace the Griffon application class, or the other way round. Maybe I need to... more »
0 commentsSave Tags: frameworks, groovy, java
Grails Podcast Episode 67: Newscast for September 27 2008
The SoapBox of this episode is about the P6Spy Plugin: P6Spy is an open source framework to support applications that intercept and optionally modify... more »
0 commentsSave Tags: frameworks, groovy
Griffon has Flown the Coop!
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... more »
0 commentsSave Tags: frameworks, groovy, news
Spring's MethodInvokingFactoryBean & Griffon
It follows from the above that if you use Spring to create your Swing applications, you can code in Groovy and structure your sources according to the... more »
0 commentsSave Tags: frameworks, groovy, java
Interview: The Making Of... Griffon
Griffon team interview.
0 commentsSave Tags: frameworks, groovy, java
Making Swing Groovy, Part I
The SwingBuilder means that I can just write words like frame, label, and textField, and, through the magic of metaprogramming, they are interpreted... more »
0 commentsSave Tags: groovy, gui, java
Run Groovy with Spring 2.5
I recently integrated Spring 2.5.6 with Groovy 1.5.6. For anyone trying to do this, let me say it is possible and not too difficult. Just remember... more »
1 commentsSave Tags: frameworks, groovy, java
A few WTFs for the day
Ugh. It’s one of those days where I’m being reminded that either I’m dumb or the rest of the world is, but someone is.
0 commentsSave Tags: groovy, java, server
How to convert selenium test cases to Tellurium test cases
The Tellurium Automated Testing Framework (Tellurium) is a test framework built on top of the Selenium test framework and it abstracts UI components... more »
1 commentsSave Tags: frameworks, groovy, how-to, usability
What's Gradle?
My article a few days ago in Javalobby "Ant or Gant" had some very interesting comments. One reader posted about a new build tool which I had never... more »
0 commentsSave Tags: groovy, java, tools
via