REST Service XML Output in Grails via Content Negotiation
The content negotiation feature in Grails is pretty cool. In a nutshell, it allows you to return different formats based on the request of your page.
0 commentsSave Tags: frameworks, groovy, web services, xml
Groovy Presentation at eBay available
I got the opportunity to present an introduction to groovy at eBay this past May 9th. It is now available from the Groovy Codehaus site
0 commentsSave Tags: groovy
More image uploading: ImageTools, Transients and Grails
Something that I have come across in my experimentation with Grails is the need to have UI elements in the screen that map to more complex elements in... more »
0 commentsSave Tags: frameworks, groovy
Getting Started with Grails (video)
In this presentation from QCon San Francisco 2007, Jason Rudolph gives an overview and demonstration of Grails.
1 commentsSave Tags: frameworks, groovy, java, open source
Tutorial - Snippets: Source Code Snippet Repository in Grails - Part Three
In part three of our Snippets tutorial series we are going to introduce how Grails handles Many-to-Many relationships. We will do this by introducing... more »
0 commentsSave Tags: groovy, java
Tutorial - Snippets: Source Code Snippet Repository in Grails - Part Two
The aim of this series is to take a small project idea and use it to cover various aspect of Grails and Groovy. Along the way we will cover what... more »
0 commentsSave Tags: groovy, java
Tutorial - Snippets: Source Code Snippet Repository in Grails - Part One
The aim of this series is to take a small project idea and use it to cover various aspect of Grails and Groovy. Along the way we will cover what... more »
0 commentsSave Tags: groovy, java
Java and Groovy can do it. Why not C# and PowerShell.
David Bergman presented Groovy: Java++ by being Java– at Lab49 which inspired me to record this 7min video doing the same with C# and PowerShell.
0 commentsSave Tags: .net, groovy, java, tools
Groovy Swingbuilder technical session
Here’s the video from Danno and Andres’ session at JavaOne. This is my first time using my Flip Video camera so just ignore the shakiness that occurs... more »
0 commentsSave Tags: groovy, gui
Grails OAuth Plugin
This is a Grails plugin to provide easy interaction with OAuth service providers. OAuth is an open standard for secure API authentication. Using... more »
0 commentsSave Tags: frameworks, groovy, security
groovy-jmx-builder - A DSL for Runtime Management using the JMX API
JmxBuilder is designed to work with the Java Management Extension (JMX) API. Jmx Builder uses the builder pattern to create an internal DSL in Groovy... more »
0 commentsSave Tags: frameworks, groovy, java
Grails Ref Code Plugin
This plugin contains a simple single domain class in which you can store domains and the allowable values. The allowable values are split up in to the... more »
0 commentsSave Tags: frameworks, groovy
via