Indeed, it seems that GAE application can communicate with outside
world only through HTTP (and this also applies on accessing other GAE
applications).
I guess the right solution would be to expose app A as a web service
and make RPCs on it from app B.

 Unfortunately, for now, using web services is also tricky, due to
"javax.xml.bind" package not being on whitelist and most of the
WebServices tools relying on it.


On Nov 6, 11:57 pm, Diana Cruise <diana.l.cru...@gmail.com> wrote:
> I'd be surprised if there is any mechanism besides URLFetch to share
> data...even if it is between apps of the same infrastructure.
>
> On Nov 6, 10:47 am, Eric Torgerson <ericjt...@gmail.com> wrote:
>
> > Just wondering if and how one could access data from one google app to
> > another. So if google app A had some data persisted via JDO, could a
> > separate google app B running under the same user ID somehow access
> > the JDO objects of app A?

--

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=.


Reply via email to