[appengine-java] Re: Inheritance in JDO

2009-08-24 Thread Tom Ball
Does anyone know if JPA supports polymorphism? I've been working with JDO because it appears to be better documented right now, but I'd switch for a more Java-like model. Tom On Sun, Aug 23, 2009 at 7:22 AM, David Given wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > jd wrote: >

[appengine-java] Multi-app communication, discovery?

2009-08-18 Thread Tom Ball
We're interested in hosting services via app-engine, so that various apps can share common functionality and data access. While multiple services can be deployed as a single application, it's better if they can be independently deployed. That means we should deploy each service as a separate app,

[appengine-java] Re: When deploying an application, what files are being uploaded?

2009-08-16 Thread Tom Ball
My limited understanding is that everything in your project's war/ directory is uploaded (probably as a single .war file), so check there to see what can be pruned. Tom 2009/8/16 Kriván Bálint > > Hi! > > I would like to know what files are getting uploaded to google's > server (to see if I can