Re: [appengine-java] GAE+GWT2.4 [ERROR] java.lang.NoClassDefFoundError: javax/validation/Path

2011-09-21 Thread David Chandler
Hi John, Gwt-servlet-deps is automatically included by Google Plugin for Eclipse 2.3+ for new projects, and the Maven sample POMs have been updated accordingly in 2.3 and 2.4, but we didn't do a very good job of communicating the change for migrations like yours. It did come up a number of times

[appengine-java] The source code from a beginner

2011-09-21 Thread Lucho
Hello there, I just started with a new project on the GAE for java. This is my fist GAE project and there are some little things that I cannot find. Like where is the source code. Debugging without the source code is a real pain! The distro 1.5.1 contains only

Re: [appengine-java] The source code from a beginner

2011-09-21 Thread David Chandler
Hi Lucho, you looked in all the right places, but GAE is not open source. Sorry to disappoint, /dmc On Wed, Sep 21, 2011 at 5:09 PM, Lucho luche...@gmail.com wrote: Hello there, I just started with a new project on the GAE for java. This is my fist GAE project and there are some little

Re: [appengine-java] The source code from a beginner

2011-09-21 Thread Ikai Lan (Google)
Hi Lucho, Some of the code is available here: http://code.google.com/p/googleappengine/source/browse/#svn%2Ftrunk%2Fjava Note that this can sometimes run a revision or so behind. I'm not sure this'll help you if you're having problems, though - we posted this for the benefit of framework and

[appengine-java] Image API

2011-09-21 Thread Daniel Viveiros
Hi all, I'm considering to use Google App Engine as the platform of a new application that will have to handle several image transformations such as blur, sepia, gray scale etc. GAE's Image API seems nice but very limited. As far as I know, GAE does not support Java 2D or Java Advanced Imaging.

[appengine-java] Re: Confused by 415 when scheduling a task (using restlet)

2011-09-21 Thread Jos Gheerardyn
Hey Bjorn, Did you finally find out what is the problem? I 'm currently having the same issue and the only way around I found is to convert the object into a String and use the TaskOptions.Builder.payload(String) method when scheduling the task. Regards, Jos -- You received this message

[appengine-java] java.awt.Color is not supported by Google App Engine's Java runtime environment

2011-09-21 Thread KRS
Hi all We had web application developed in netbeans and using GWT. Now i tried to move the application to eclipse and using google app engine.. I get the 'not supported' error and found that is not in whitelist class. I can't change my application. How to run the application? regards KRS --