Gaelyk 0.3 released -- a lightweight Groovy toolkit for Google App Engine
Following the conference-driven development principle, right in time for the Devoxx conference and my session with my friend Patrick Chanezon on Google App Engine Java and Gaelyk/Groovy, I’ve just released a new version (0.3) of the Gaelyk lightweight Groovy toolkit for Google App Engine.
This new version fixes a bug, adds some new capabilities, and bring a small change:
The Google services bound to the Groovlets and templates through the binding have been renamed (except userService) to remove the service suffix There are some new methods for working with the memcache service, so you can use the map notation (subscript) to access elements of the cache, as well as using the ‘in’ keyword to check whether a key is present in the cache.
Read more...