[ANN] Gaelyk 1.0 is here, the lightweight Groovy toolkit for Google App Engine

138 views
Skip to first unread message

Guillaume Laforge

unread,
Aug 5, 2011, 10:00:11 PM8/5/11
to gae...@googlegroups.com, google-app...@googlegroups.com
Hi all,

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.author
limit 10
}

If you want to learn more about this lightweight framework, head over to:

You can learn everything through the tutorial:

And download the JAR or the template project here:

Should you want to ask questions on the Google Groups, get involved in the community, participate in the development of this Open Source project, have a look at our community page:

This release wouldn't have been possible with all the great contributions of you all, your pull requests on GitHub, your Gradle plugins, your bug reports, your questions on the Google Group, etc. So I'd like to tell you all a big thank you for all your work and contributions. They were very much appreciated, and keep them coming!

The change log:
Thanks a lot for your attention, and enjoy developing Groovy applications on Google App Engine!

--
Guillaume Laforge
Groovy Project Manager
Head of Groovy Development at SpringSource
http://www.springsource.com/g2one

Twitter: @glaforge

Gary Hodgson

unread,
Aug 6, 2011, 6:57:28 AM8/6/11
to gae...@googlegroups.com, google-app...@googlegroups.com
Congratulations Guillaume, and thanks for all the hard work!

Kunal

unread,
Aug 6, 2011, 8:21:33 AM8/6/11
to gae...@googlegroups.com, google-app...@googlegroups.com
awesome... congratulations. I had been waiting for this announcement for long :)
Thanks Guillaume for all your hard work.

Loic Descotte

unread,
Aug 6, 2011, 2:33:53 PM8/6/11
to gae...@googlegroups.com, google-app...@googlegroups.com
Great,
I will take the opportunity of the holidays to discover this framework.
Congratulations for your work!

In the template is it normal that the data insered is "bart" and the data searched is "marco". The test fails if we don't modify it.
The 'dataStoreGroovlet.groovy' file seems to be missing too

Loic

Guillaume Laforge

unread,
Aug 6, 2011, 4:21:36 PM8/6/11
to gae...@googlegroups.com, google-app...@googlegroups.com
Looks like I messed the template a bit :-)


--
You've received this message because you've subscribed to the Gaelyk Google Group.
To send an email to the group, please write to: gae...@googlegroups.com
To unsuscribe from this group: gaelyk+un...@googlegroups.com
To show more options: http://groups.google.fr/group/gaelyk?hl=en

Guillaume Laforge

unread,
Aug 7, 2011, 5:42:22 AM8/7/11
to gae...@googlegroups.com, google-app...@googlegroups.com
I've restored the sample groovlet, and fixed the test, and pushed those changes to GitHub, sorry for the inconvenience.
I'll certainly release a point release sometime soon, in case people find some bugs, and the template will be fixed in there, but if you're impatient, you can pick up the two files (the test and the groovlet) from GitHub.

Guillaume

Loic Descotte

unread,
Aug 7, 2011, 12:06:25 PM8/7/11
to gae...@googlegroups.com, google-app...@googlegroups.com
Thanks a lot, 
I'm just discovering Gaelik but I already love it.
I less than one day I am already able to deploy a mini blog engine on GAE.

It's really  simple, powerfull and elegant! I



Youri

unread,
Aug 9, 2011, 7:12:02 AM8/9/11
to Gaelyk
Super, I'm just starting with Groovy and Gaelyk and was using Maven
for the build so far. I'll definitly switch to Gradle to learn it too.
I was also missing examples to the blog engine is very appreciated to
just read some code.
Thanks !

Loic Descotte

unread,
Aug 9, 2011, 8:36:01 AM8/9/11
to gae...@googlegroups.com
A good example I used to start : http://globalgateway.wordpress.com/2010/10/21/simple-crud-with-gaelyk/ (both post and comments are interesting)
Reply all
Reply to author
Forward
0 new messages