Gaelyk 1.0 is out
I’m very happy to announce the final release of Gaelyk 1.0, the lightweight Groovy toolkit for Google App Engine!
It took some time to get to 1.0, but it’s now here, with the key feature I’ve been missing since the beginning of the project, in particular the Query DSL which allows you to write queries like this one:
def latestArticles = datastore.execute { select all from articles sort desc by dateCreated where author == params.
Read more...