Good news:  <http://code.google.com/appengine/docs/java/overview.html>
http://code.google.com/appengine/docs/java/overview.html
...

The Google Plugin for
Eclipse<http://code.google.com/appengine/docs/java/tools/eclipse.html>
adds
new project wizards and debug configurations to your
Eclipse<http://www.eclipse.org/> IDE
for App Engine projects. App Engine for Java makes it especially easy to
develop and deploy world-class web applications using Google Web
Toolkit<http://code.google.com/webtoolkit/> (GWT).
The Eclipse plugin comes bundled with the App Engine and GWT SDKs.
...
I still don't know if it supports server side GWT code for proper GWT-RPC.


Bad news:  <http://code.google.com/appengine/docs/java/runtime.html>
http://code.google.com/appengine/docs/java/runtime.html
...
The Sandbox
...
Threads

A Java application cannot create a new java.lang.ThreadGroup nor a new
java.lang.Thread. These restrictions also apply to JRE classes that make use
of threads. For example, an application cannot create a new
java.util.concurrent.ThreadPoolExecutor, or a java.util.Timer. An
application *can* perform operations against the current thread, such as
Thread.currentThread().dumpStack().

...



Regards,

Freller

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to