Java development 2.0: REST up with CouchDB and Groovy's RESTClient
A burst of innovation in the open source world over the last few years has led to an increase in Java™ developer productivity. Freely available tools,... more »
Tweet 0 CommentsSave Tags: database, groovy, how-to, web services
How type inferencing for Groovy in Eclipse is leading to all sorts of Groovy goodness
Of all of the recent improvements of Groovy-Eclipse since M1 has been released, the groovy type inferencing engine is the most pervasive and powerful.... more »
Tweet 0 CommentsSave Tags: eclipse, groovy, open source
From Maven to Gradle - part 3
In the first 2 parts of this series on Gradle, we have migrated a simple project from Maven to Gradle, and written a custom task and plugin for use in... more »
Tweet 0 CommentsSave Tags: groovy, java, tools
Case Study: Migrating a Java Web App to Groovy and TDD
In this post, I will touch on the steps I took to migrate the nofluffjuststuff.com code base to Groovy. Next to quitting a job that sucks, migrating... more »
Tweet 0 CommentsSave Tags: groovy, java, methodology, research
Save your reputation, eliminate non-Java bugs
Recently, when we talked about Static Code Analysis, I made a promise to come back with some more examples on how to find bugs automatically in... more »
Tweet 0 CommentsSave Tags: css-html, groovy, tools
Groovy Goodness: Running Groovy Scripts in Java with GroovyClassLoader
With the GroovyClassLoader we can load Groovy scripts and run them in Java code.
Tweet 0 CommentsSave Tags: groovy, how-to, java
Groovy Console: Graphical Groovy Shell
Groovy Shell is a highly useful command line based method for experimenting with Groovy code. For those who prefer a graphical interface over the... more »
Tweet 0 CommentsSave Tags: groovy, tools
Griffon: Scala & Clojure updates
New versions of the Scala and Clojure Griffon plugins have been released.
Tweet 0 CommentsSave Tags: frameworks, groovy, gui, other languages
FTP using Groovy and Grape
People always look at me in disbelieve when I say I use groovy to setup a bunch of cron scripts to ftp and process millions of records daily. Then... more »
Tweet 0 CommentsSave Tags: groovy, how-to, java
Sky.com Uses Groovy and Grails to Increase Developer Productivity by 400 Percent
Sky.com developers rely on a content management system (CMS) to constantly update its home page with articles, images, videos, feeds and navigation to... more »
Tweet 4 CommentsSave Tags: frameworks, groovy, news
Running Grails Commands in NetBeans
NetBeans has some great support for developing Grails applications.
Tweet 0 CommentsSave Tags: frameworks, groovy, tools
Create a Grails Project in NetBeans
To get started with Grails in NetBeans is easy once we have added the Groovy and Grails plugin.
Tweet 0 CommentsSave Tags: frameworks, groovy, how-to, tools
Groovy Shell: A Gentle Introduction to Groovy
Groovy Shell brings to Groovy what irb (Interactive Ruby) and jirb (Interactive JRuby) bring to Ruby and JRuby respectively. As IRB and JIRB do for... more »
Tweet 0 CommentsSave Tags: groovy, tools
Comparing Scala and Groovy via ScalaTest and easyb
Because it’s my bag, I’ve recently taken to learning Scala. [...] One of my favorite techniques for learning a new language is to leverage it via a... more »
Tweet 0 CommentsSave Tags: groovy, opinion, other languages, tools
20 Popular Sites Which Are Using Wordpress
Here is a list of such 20 Popular Sites Which Are Using Wordpress. We have arranged them in a alphabetical order.
Tweet 1 CommentsSave Tags: groovy, gui, web 2.0, web design
13 Creative and Beautiful Blog Designs
We love sites that break away from the norm and aren’t afraid to challenge traditional navigation techniques in way of making something unique and... more »
Tweet 1 CommentsSave Tags: groovy, gui, web 2.0, web design
Griffoncast - Episode 2
Topics covered: Convention over Configuration, Installation and Threading.
Tweet 0 CommentsSave Tags: frameworks, groovy, gui, java
Tellurium Advanced Topics
Information about the tellurium advanced topics.
Tweet 0 CommentsSave Tags: agile, groovy, java, open source
Groovy sorting and more
A primer into the elegance of closures illustrated by the groovy sorting mechanism. Followed up by using the metaclass to do it with a grails like... more »
The Grails Journey Begins
After working with ColdFusion and becoming frustrated with some of it's shortcomings, I decided to use a "grown up" language; Java. It's been quite a... more »
Tweet 0 CommentsSave Tags: coldfusion, frameworks, groovy
Gradle Goodness: A Groovy Multi-project with Gradle
Gradle is a flexible build system that uses Groovy for build scripts. In this post we create a very simple application demonstrating a multi-project... more »
Tweet 0 CommentsSave Tags: groovy, how-to, tools
Building Grails from scratch
A short introduction how to build Grails from scratch
Tweet 0 CommentsSave Tags: groovy, java
A semi-static content CMS for Grails with Adobe AIR / Flex
In this post, I [Tomás Lin] want to share my experience building a content management solution for a Grails application using Adobe AIR and XML... more »
Tweet 0 CommentsSave Tags: flash-flex, frameworks, groovy
Groovy Goodness: Passing Closures to Methods
Closures are blocks of code we can assign to variables and pass around like objects. We can use closures as method arguments, but we must make sure we... more »
Tweet 0 CommentsSave Tags: groovy
Groovy Goodness: Building a GUI with SwingBuilder
Groovy has some very nice builders to quickly make for example XML. The SwingBuilder class makes it possible to use a builder syntax to make a GUI.
Tweet 0 CommentsSave Tags: groovy, gui, how-to