[appengine-java] one project access classes in another project in same account

2010-05-04 Thread bhomass
using tomcat, I have been able to have one central web app access
classes from surrounding web apps by simply using URLClassLoader based
on the file path of the class folder.

is there a way to do the same once I deploy to GAE?

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



Re: [appengine-java] one project access classes in another project in same account

2010-05-04 Thread Patrick Cornelißen
Hi!

2010/5/4 bhomass bhom...@gmail.com:
 using tomcat, I have been able to have one central web app access
 classes from surrounding web apps by simply using URLClassLoader based
 on the file path of the class folder.

 is there a way to do the same once I deploy to GAE?

I don't think that this is allowed, as different GAE apps are not
allowed to act as one app and this is really going into that
direction.

So I think it's technically possible, but not allowed.


-- 
Mit freundlichen Grüßen,  // Bye,
  Patrick Cornelißen
  http://www.openprojectguide.org
  http://www.pcornelissen.de http://code.google.com/p/gloudy/

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