Questions tagged [gaelyk]

Gaelyk is a lightweight Groovy toolkit for Google App Engine Java.

Gaelyk is a lightweight Groovy toolkit for Google App Engine Java.

  • Gaelyk lets you deploy applications on Google App Engine Java
  • Gaelyk gives you the choice to use Groovy for developing your applications
  • Gaelyk builds upon Groovlets and the Groovy template servlet
  • Gaelyk allows you to cleanly separate your views with Groovy templates and your actions in Groovlets.
  • Gaelyk simplifies the usage of the Google App Engine SDK by providing more concise and more powerful shortcuts when using the datastore, memcache, the blobstore, the images service, the URL fetch service, when sending and receiving emails or Jabber messages, and much more.
  • Gaelyk lets you define friendly REST-ful URLs thanks to its URL routing system
  • Gaelyk provides a simple plugin system for improving code reuse and code sharing
  • Gaelyk is Open Source and is released under the Apache License (ASL 2). Its source code is hosted by Github
29 questions
1
vote
2 answers

Glide/Gaelyk/Groovy: Error deploying to Google App Engine: Can’t enter oauth2 token

As part of the deployment process of a Glide project (http://glide-gae.appspot.com/docs/intro step 3 of 2nd section) you need to authenticate using oauth2. My browser popped up with the token as expected but the process didn’t wait for me to copy…
Chris
  • 3,552
  • 2
  • 26
  • 36
0
votes
1 answer

HTML params as array

I use Gaelyk framework on Google AppEngine. from HTML form I need to get params in exact sequence. Order of params is very important from my application. I have HTML Form contans:
Tomáš
  • 2,078
  • 3
  • 22
  • 21
0
votes
1 answer

Gaelyk eclipse configuration error

I've tried to configure a gaelyk project in eclipse using the gradle script of the template project and always failed. to do this I use the following command: gradlew cleanEclipse eclipse All the packeges seems correctly downloaded, the .project and…
pbanfi
  • 1,885
  • 2
  • 19
  • 23
0
votes
2 answers

GAE: No longer able to update my Gaelyk project due to appcfg losing support

Recently tried to update my Gaelyk project (yes, it's old, but it works well and I still use it), but Google App Engine will no longer accept the update. The error message returned is "Deployments using appcfg are no longer supported. See…
seansand
  • 1,492
  • 4
  • 18
  • 23
0
votes
1 answer

Using Gaelyk URL routing in a non google app engine application

I have a Groovy Web application which is NOT being deployed on Google app engine. (GAE) I have used Gaelyk before and I like the URL routing functionality described in their doc How do I port over just the routing functionality from Gaelyk to my…
Tihom
  • 3,384
  • 6
  • 36
  • 47
0
votes
1 answer

Has anyone tested capedwarf (google appe engine equivalent) with gaelyk

Anyone with stack who could be promising as far as I tested so far on GAE (+gaelyk) and now with capedwarf (because of asset limitation on GAE). Cheers, Jim
0
votes
1 answer

Calling yahoo finance API from GAE (gaelyk)

I have a simple problem (but maybe tough answer), following: I want to call yahoo finance api from gae (under gaelyk). it is perfectly working in localmode but unfortunately when pushing to gae it fails. What is the reason? is google preventing from…
0
votes
0 answers

gaelyk plugin system (use of quandl4j)

I have wondered how it would be possible to use gaelyk plugin system for quand4j which is a library on top of quandl (open data system). After many attempts of adding manually to build.gradle like the excerpt hereunder without any success, could…
0
votes
1 answer

Gaelyk: returned truncated JSON

I am "piping" a json feed (in some cases quite big) that is returned from an external service, to hide an access api-key to the client (the access key is the only available authentication system for that service). I am using Gaelyk and I wrote this…
Randomize
  • 8,651
  • 18
  • 78
  • 133
0
votes
1 answer

Modify params in Gaelyk, and then redirect

I want to redirect user by post request to some server. I have initial form, which is filled by user, and then I want to modify params, add extra ones, and then redirect user to final destination. Initially I have tried to work via redirect method.…
Seagull
  • 13,484
  • 2
  • 33
  • 45
0
votes
2 answers

Does Sitemesh work with Gaelyk ? Does anybody have a working guide?

Has anyone been able to get sitemesh and gaelyk working together? This seems to be possible as mentioned here http://blogs.bytecode.com.au/glen/2009/12/14/getting-sitemesh-running-on-google-app-engine.html. However I unable to get this working with…
aldrin
  • 4,482
  • 1
  • 33
  • 50
0
votes
2 answers

Can't implement JPA groovy class in Google App Engine

I'm trying to implement JPA with groovy/gaelyk for Google App Engine. My environment: IDE: Eclipse Kepler SR2 groovy-all-2.0.7.jar gaelyk-2.0.jar Google App Engine SDK-1.9.0 MySQL persistence.xml
user2618844
  • 352
  • 3
  • 13
0
votes
1 answer

Secure servlet calls to (free) Google App Engine Groovlets

I'm in the process of creating a game overlay distributed application with C# that needs to send data to a GAE server and gets a data update as response. I used Gaelyk for a simple GET Groovlet but I wonder about how to secure the data delivery to…
GHad
  • 9,611
  • 6
  • 34
  • 40
0
votes
1 answer

Organize Gaelyk Project

I am working on a project using Groovy and Gaelyk. I want to organize my files in different folders inside of /src/main/WEB-INF/groovy. It works when I put all files in the same folder, but not when I put them into different folders. Maybe changing…
VMOrtega
  • 1,948
  • 3
  • 18
  • 22
1
2