It’s ok to wet yourself every once in awhile
Dan North, the veritable progenitor of behavior driven development (or BDD), recently blogged about unnecessary DRYness (meaning don’t repeat... more »
0 commentsSave Tags: groovy, java, methodology
Don't call it a static or dynamic typed language!
I don't think the use of statically typed or dynamically typed language is particularly useful or informative. I think a much better term is... more »
5 commentsSave Tags: groovy, java, other languages, ruby
Groovy Metaprogramming - Adding Behavior Dynamically
I've been fascinated with languages like Ruby and Groovy ever since being exposed to their dynamic capabilities. I remember attending a No Fluff Just... more »
0 commentsSave Tags: groovy
GraphicsBuilder: Substance based filters
Continuing with the Substance related additions, it is now possible to use Fractal Flames as texture filters. I was very impressed by Kirill's demo on... more »
0 commentsSave Tags: groovy
Closures for Java
Wanting some light reading for this evening, I decided to dig into the Closures for Java draft spec (homepage). Oh. My. God. I'm a huge fan of... more »
2 commentsSave Tags: coldfusion, groovy, java
Don't call it a static or dynamic language!
Well this one guy asked me a standard question, 'what are the advantages and disadvantages of statically typed versus dynamically typed languages?'... more »
2 commentsSave Tags: groovy, java, opinion
GraphicsBuilder: More Shapes!
Kirill has been busy lately updating Substance with new features, a recent post on his blog shows button shapers in action. Suddenly realized that... more »
0 commentsSave Tags: frameworks, groovy
Taking JavaFX head-on: Java SwingBuilder 0.1.RC1 is here!
0.1 Release Candidate 1 for the Java SwingBuilder project. Java SwingBuilder is an attempt to bring dynamic language-type productivity to Java Swing... more »
0 commentsSave Tags: groovy, gui, java, open source
Groovy / Grails added into standard distribution of Netbeans
The Groovy/Grails support has been added to the standard distribution of NetBeans. You can test it in the nightly build. Yes, that means that NetBeans... more »
0 commentsSave Tags: announcement, groovy, tools
State Diagram to Grails Webflow
A short tutorial on taking a model of a pageflow and turning it into a grails webflow.
0 commentsSave Tags: groovy, how-to
Using GORM in a Desktop Application
In this post I will demonstrate one way to use GORM (the Grails ORM) in a desktop application.
0 commentsSave Tags: frameworks, groovy
JSyntaxPane is born
JSyntaxPane v0.1 is a new Apache Licensed project to provide simple Syntax Highlighting to a Java Swing EditorPane. Simple to use and extend. Out of... more »
0 commentsSave Tags: announcement, groovy, java, open source
GWT Grails Tutorial
A tutorial showing how do develop a Grails application with a GWT UI.
0 commentsSave Tags: groovy, gui, how-to
Rethinking the traditional DAO pattern
The DAO pattern as it was authored (and implemented) back in the day is heavy, man; however, by applying a bit of Spring (or some other IOC framework)... more »
1 commentsSave Tags: database, frameworks, groovy, java
Grails YUI DataTable example
After I quit looking into the Ext JS library because of the license problems, I wanted to use another AJAX framework which comes bundled with nice... more »
0 commentsSave Tags: ajax, frameworks, groovy, how-to
Groovy Sparklines
Everyone loves sparklines, and if you want to build them using Groovy, here’s some code that I took from a fabulous example in JRuby, and modified.
0 commentsSave Tags: groovy, gui, how-to
Java SwingBuilder : finally a 0.1 Beta release
Initial 0.1 Beta release for the Java SwingBuilder project. Java SwingBuilder is an attempt to bring dynamic language-type productivity to Java Swing... more »
0 commentsSave Tags: groovy, gui, java, open source
Groovy Snippets
Here are some fragments of Groovy code that I really enjoyed writing:
0 commentsSave Tags: groovy
Comparing Closures in Java, Groovy and Scala
On Paul's return from JavaOne this year, we spoke about Neal Gafter's Closures Cookbook talk. From what I understood, this was a look at the BGGA... more »
0 commentsSave Tags: groovy, java
Comparing closures in Java, Groovy and Scala
On Paul's return from JavaOne this year, we spoke about Neal Gafter's Closures Cookbook talk. From what I understood, this was a look at the BGGA... more »
0 commentsSave Tags: groovy, java, other languages
Grails at LinkedIn (Brian Guan)
It’s been more than 6 months since the Grails community learned that LinkedIn , an online network of professional contacts, has been using Grails... more »
1 commentsSave Tags: frameworks, groovy, java, web 2.0
Your Grails domain class has more properties than you think!
But you probably already knew that - things like ‘id’, ‘version’ and ‘log’ properties are added to every Grails domain class by the framework and are... more »
0 commentsSave Tags: frameworks, groovy
LinkedIn and Grails
The first blog post of many detailing how LinkedIn uses Grails for their website.
0 commentsSave Tags: groovy, java, web 2.0
Java, Groovy & Scala: side to side 2
Second part of the series, (first part here). Thanks a lot to Daniel Spiewak who took the time to expand the topics presented about Scala. Without... more »
2 commentsSave Tags: groovy, java, other languages, reviews
Why so quiet, Glen? "Grails In Action" is why...
This blog has been appallingly quiet over the last few weeks, and there's a simple reason for that: I'm hard at work on "Grails In Action" for... more »
0 commentsSave Tags: books, groovy
via