You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussions about Gaelyk, a lightweight Groovy toolkit for Google App Engine.
|
|
|
requestURI/URL pathInfo issues
|
| |
Hi all, I am developing a tiny voucher prototype that needs to calculate a hash value based on the requested URL. So naturlaly, I started working with request.requestURL and reqquestURI for example. The proble, here is that gaelyk 1.2 seems to return the executing groovy script in thsi case, not... more »
|
|
withTransaction(true) issue
|
| |
Hi all, I am trying to perform a cross-group transaction, according to the tutorial that's a call with true as the first parameter to withTransaction: //true signals cross-group transaction datastore.withTransaction(true ) { //delete sessions def sessionKeys = datastore.execute { select keys from 'session'... more »
|
|
New blog about Gaelyk
|
| |
Hi all, I've updated my personal site and started to blog little bit about Gaelyk there: [link] I hope you'll like it! Vladimir
|
|
Shiro and latest Gaelyk
|
| |
Hi I want to integrate Shiro with Gaelyk. Because I want to have an alternate logon mechanism than the default Google Account Login. However, It's not going so well. I used the shiro-gae plugin. Which is quite old. and not sure if its still working properly. The thing is, it seems the securitymanager is not bound to the session or not initialized.... more »
|
|
Joint releases of Groovy 1.8.9, 2.0.7 and 2.1.1
|
| |
Hi all,
The Groovy development team is happy to announce the *joint releases of
Groovy 1.8.9, 2.0.7, and 2.1.1*!
Those three releases are essentially bug fix releases.
You can have a look at the JIRA issues we tackled here:
- JIRA release notes for Groovy
1.8.9<[link]>... more »
|
|
Gaelyk with groovy 2.1 and java 7
|
| |
GAE/J sdk 1.7.5 is out and google encourages user to switch to java7 ([link]). Just wondering should gaelyk be upgraded to use groovy-2.1-indy with java 7? How the performance would be impacted (positively/negatively)? Any inputs?
|
|
Testing Gaelyk applications
|
| |
Hi all,
If you haven't seen it already, I encourage you to have a look at Marcin's
presentation on how to test Gaelyk applications:
[link]
The blog post gives link to the presentation Marcin's given at the Greach... more »
|
|
Fwd: [ANN] Groovy 2.1.0 released
|
| |
Hi Gaelyk users,
With Groovy 2.1 now out the door, it's gonna be time we release Gaelyk 2.0!
There are still a couple of things that needs to be worked on, but we're
getting there.
Guillaume
---------- Forwarded message ----------
...To: Groovy User <u...@groovy.codehaus.org>, dev <d...@groovy.codehaus.org>,... more »
|
|
Release Candidate for Groovy 2.1.0
|
| |
Hi all,
As promised before the Christmas / New Year's Eve break, I'm happy to
announce the availability of the *Release Candidate for Groovy 2.1.0*.
Please be sure to test that release and give us your feedback, before we go
final.
Unless really critical bugs or regressions arise, we're aiming at going... more »
|
|
|