Tagged Questions

4
votes
2answers
330 views

Gradle 0.9.2 with Appengine 1.4.2

Is there a Gradle plugin (compatible with Gradle 0.9.2) that'll let me deploy to Google App Engine 1.4.2? If yes, how can I integrate it (build.gradle snippet)?
2
votes
1answer
270 views

How do you install a Maven2 plugin?

I found this plugin for Google App Engine development that seems to be what I need. But I have no idea how to install it. I downloaded the JAR file from this page but I don't know where to put it: ...
1
vote
2answers
381 views

How to add a project as a dependency on a GWT/GAE project

I have created a "google project"... went new web project with the gwt/gae plugin. Now I want to reference code in another project. I had the project to the build path and start the project. Does ...
1
vote
3answers
452 views

Eclipse 3.5 Missing New Web Application option after installing Google App Engine plugin

I just used Eclipse 3.5 to install the Google App Engine plug in. The plug in is showed as installed in the update manager. However, I am not seeing the option to "New Web Application Project" ...
1
vote
1answer
30 views

“Detecting” and loading of “plugins” in GAE

I have a "plugin like" architecture and I want to create one instance of each class that implements a dedicated interface and put these in a cache. (To have a singleton-ish effect). The plugins will ...
1
vote
0answers
593 views

Integration tests failing in Grails & App Engine

I am using Grails with the App Engine plugin and JPA persistence. When running grails test-app my unit tests run perfectly, but I receive the error below when the integration tests start. Is ...
0
votes
2answers
274 views

Eclipse (GWT) doesn't run google webapplication project

I've installed Eclipse(Indigo) and Java jdk1.7.0_01. I also installed the google appengine plugin with GWT SDK 2.4.0 and App Engine SDK 1.5.5 included. The Java jdk1.7.0_01 is checked in the Eclipse ...
0
votes
2answers
367 views

How to design an extensible CMS for Google App Engine?

I am a fan of the extensibility of the CMSes. You can upload some code (usually PHP), authorize it from the CMS admin panel and it's running. I wonder if it is possible in Google App Engine. I ...