Re: GWT 1.6, Google App Engine, and java.awt.image.*

2009-04-23 Thread Keith Platfoot
Hi Danny, It sounds like you've resolved the issue, but I'd like to reiterate for any other users having problems. GWT and App Engine work well together, but as Vitali mentioned, they are orthogonal and can be used in isolation just as easily. When creating a new Web Application project using

GWT 1.6, Google App Engine, and java.awt.image.*

2009-04-22 Thread Danny
I am trying to put my application under GWT 1.6, but I am having problems, because I use some java.awt.image classes. I understand that Google is working on App Engine for java and has probably not yet implemented image. How can I proceed, since the new eclipse plugins insist on App Engine,

Re: GWT 1.6, Google App Engine, and java.awt.image.*

2009-04-22 Thread Vitali Lovich
GWT doesn't support java.awt.anything. You have to use the GWT Imagehttp://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/gwt/user/client/ui/Image.htmlclass. GWT != Java has nothing to do with App Engine (other than you can host your GWT project on App Engine). To disable App

Re: GWT 1.6, Google App Engine, and java.awt.image.*

2009-04-22 Thread Danny
Clarifying: I am using Java image classes on the server, where the Java sky should be almost limitless. Right now, I would like to get my application of a few thousand lines of code working under GWT 1.6. It works great under GWT 1.5. I took your advice and told Eclipse to not use App Engine,