Hi!

We've developed two means of interacting with the datastore
seperately- one is a flex GUI which uses GraniteDS remoting to persist
to and retrieve from the datastore, the other is a java package which
translates datastore information to XML and allows it to be retrieved
using HTTP requests. Both work fine separately on the dev server and
on the cloud (on the cloud! I still feel silly saying that).

I've combined them into a single project so that they can both
interact with the same datastore. This works perfectly well on the dev
server but isn't too happy when deployed to App-Engine proper. I'm
unable to interact with the XML/HTTP part.

Obviously neither project has a setup which gives app engine
indigestion, as both run happily when they're not placed together.
Might anyone know of differences in the dev server which would explain
this?

Thanks,

Luke.

-- 
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-j...@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