Blogs - No Fluff Just Stuff

Blogs

Do You Track Project Outcomes?

Posted by: Johanna Rothman on November 30, 2009

I   more »

Building Rich Swing Applications with Groovy - Part II

Posted by: Andres Almiray on November 30, 2009

The following article appeared on Groovymag's second issue (December 2008). It is the second of a four-part series on Groovy and Swing applications. Be sure to check out Groovymag for more information on Groovy, Grails, Griffon and other GR8 technologies   more »

Syntax Highlighting on Blogspot

Posted by: Ken Sipe on November 27, 2009

I've been very interested in providing some syntax highlighting in my blog posts, which I've been slow in general getting out...   more »

Fixing Java on Mac Snow Leopard

Posted by: Ken Sipe on November 27, 2009

I have long documented some of the issues and differences for a Java developer on the Mac OS X. Most of that has been on Leopard, OS X 10.5.   more »

Building Rich Swing Applications with Groovy - Part I

Posted by: Andres Almiray on November 26, 2009

The following article appeared on Groovymag's inaugural issue a year ago. It is the first of a four-part series on Groovy and Swing applications. Be sure to check out Groovymag for more information on Groovy, Grails, Griffon and other GR8 technologies (Ga   more »

GroovyMag Plugin Corner: Searchable

Posted by: Dave Klein on November 25, 2009

Over the next few months, I will be reprinting some of the Plugin Corners that I've written for GroovyMag. Hopefully this will give you a taste of what you can find in GroovyMag each month (and keep my blog from being so dead). Enjoy!   more »

Decorator Pattern In Scala

Posted by: Daniel Hinojosa on November 24, 2009

As part of the Scala Study Group in Albuquerque, we had an   more »

Grails/Griffon stats trick

Posted by: Andres Almiray on November 18, 2009

Grails has had a stats script for quite a while (thanks to awesome Glen Smith), it's job is to display how many lines of code you've written on your app. Not to be left behind, Griffon provides the same script. As useful as the script is there is a catch:   more »

Slaying Hallway Zombies

Posted by: Dave Klein on November 18, 2009

For the past few months, I have been working on a project for a division of Boeing. It was a bit of a culture shock going from a small, dynamic, family feeling company like Contegix to one of the largest companies in the world. But it's a Grails project   more »

Griffon: Scala & Clojure updates

Posted by: Andres Almiray on November 17, 2009

New versions of the Scala and Clojure Griffon plugins have been released. These are the highlights: Scala Updated bundled libs to Scala 2.7.   more »

Griffon: visualizing an object graph

Posted by: Andres Almiray on November 16, 2009

You might have read before about Griffon's JUNG plugin and wondered "how can I visualize an arbitrary object graph with it?", if so then the following steps should give you a few hints.Let's start by fleshing out the domain.   more »