|
From: cicciokr <fra...@vo...> - 2007-10-22 10:47:31
|
I'm developing a module with a jetty embedded and a web application that implements a web service. I want that my module communicates with web service, the problem is that module, web server and web application have three different classloaders so even if all objects live in a unique process I have different namespaces to manage with. All informations aren't inside DB so I cannot us it. I don't want to use reflection to see different classloaders' objects. Which Is the best way to manage this situation? -- View this message in context: http://www.nabble.com/Jetty-embedded-communication-tf4670118.html#a13340583 Sent from the Jetty Support mailing list archive at Nabble.com. |