Hi,

> http://code.google.com/p/googleappengine/wiki/WillItPlayInJava
> I saw that DWR works on GAE. But whezn I do my test, I've this error:

This lists  Version(s)   2.0.5, 3.0 RC1 as COMPATIBLE

I don't know all the details of 2.0.5 but 3.0RC1 creates threads to do
session cleanup and that will just not fly on appengine.
http://dwr.2114559.n2.nabble.com/Google-AppEngine-GAE-appengine-was-Re-dwr-user-Tutorials-and-Examples-are-broken-td5316120.html

also See http://dwr.2114559.n2.nabble.com/DWR3RC1-threads-td2646984.html

Unless backends allows threads or the appengine sdk has changed
without me seeing, then having looked at the src code of dwr and
seeing what would be needed to get it to run, I would suggest
http://code.google.com/appengine/docs/java/channel/

Shawn

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to