New Gaelyk plugin: Easy Datastore Service Plugin — CRUD for Gaelyk
Vladimír Oraný has released a new plugin for Gaelyk — the Easy Datastore Service (EasyDS) Plugin, which “simplifies basic CRUD operation with entities and also provides some closure based valiation.” This is as far as I know the first attempt at adding such simplified, Grails-style CRUD to Gaelyk (and the plugin is in fact inspired by GORM). The source is up at GitHub, and there are code examples and explanations in the README.
GPars Performance Test
Results from a performance test of GPars (which was being used in building a REST interface) by Eric Sword.
Betamax: Groovy record/playback proxy for testing HTTP interactions
Betamax is a Groovy-based tool for recording and playing back HTTP traffic from an application (Rob Fletcher, its creator, refers to it as “basically a Groovy version of Ruby’s VCR”). As in VCR, recorded interactions are stored as YAML files; they can be hand-edited (and created!) if necessary and even committed to version control. As it is with many Groovy projects these days, its source is on GitHub, and Mr. Fletcher is seeking feedback. See the README for more.
Database Migration In Grails
Nirav Assar covers the use of the Grails Database Migration plugin (based on Liquibase).
Vsnap: a new video messaging service, hiring senior Grails developer
Vsnap is a new service leading what is called the “video messaging revolution”: it allows users to “send, request, tag, and store 60 second video messages” with attachments. The site and the service are both still coming together, and as part of this they are looking for a senior Grails developer in the Boston area. See the blog post for more details.
Plugin releases
Grails GORM Native Finders Plugin — 0.1: query domain objects using native Groovy closures
Grails SimpleDB Plugin — 0.1: provide GORM API for the AWS SimpleDB datastore
Grails Compass CSS Plugin — 0.2.6: add support for Compass, SASS, and SCSS
Grails Google Visualization API Plugin — 0.4.1: provide taglib for interactive charts from the Google Visualization API
Grails Ajax Uploader Plugin — 0.4: provide a “highly configurable, cross-browser, ajax-based file uploader”
Grails External Configuration Reload Plugin — 0.3: reload external configuration files (uses a Quartz job)

