I'm very happy to announce the *final release of Gaelyk 1.0*, the lightweight Groovy <http://groovy.codehaus.org> 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
This release wouldn't have been possible with all the great contributions of you all, your pull requests on GitHub <https://github.com/glaforge/gaelyk>, your Gradle plugins, your bug reports<https://github.com/glaforge/gaelyk/issues?sort=created&direction=desc...>, 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!
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
On Sat, Aug 6, 2011 at 20:33, Loic Descotte <loic.desco...@gmail.com> wrote: > 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
> -- > You've received this message because you've subscribed to the Gaelyk Google > Group. > To send an email to the group, please write to: gaelyk@googlegroups.com > To unsuscribe from this group: gaelyk+unsubscribe@googlegroups.com > To show more options: http://groups.google.fr/group/gaelyk?hl=en
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.
On Sat, Aug 6, 2011 at 22:21, Guillaume Laforge <glafo...@gmail.com> wrote: > Looks like I messed the template a bit :-)
> On Sat, Aug 6, 2011 at 20:33, Loic Descotte <loic.desco...@gmail.com>wrote:
>> 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
>> -- >> You've received this message because you've subscribed to the Gaelyk >> Google Group. >> To send an email to the group, please write to: gaelyk@googlegroups.com >> To unsuscribe from this group: gaelyk+unsubscribe@googlegroups.com >> To show more options: http://groups.google.fr/group/gaelyk?hl=en
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 !
On Aug 7, 6:06 pm, Loic Descotte <loic.desco...@gmail.com> wrote: