On Friday, September 27, 2002, at 09:05 AM, Ulrich Mayring wrote: > 2) Suppose I get Jo! up and running. Then I want to write a servlet > that basically just deals with incoming requests and loads off the > real work to a custom .sar application that also runs under Phoenix. > How could the servlet communicate with this other .sar-application? Or > would I have to write this other application as a bunch of blocks and > integrate it within the avalon-jo.sar?
You could use Java RMI, or AltRMI. I'd recommend AltRMI as it has transports optimized for intra-jvm communication, including instances where the client and server are located in separate classloaders. -pete -- peter royal -> [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
