Incidentally I have two struts based applications app1.war and app2.war I would like to write a third application that is a controller of the other two but this kind of thing is a little new to me.
Mostly I'd like to be able to access and pass references between applications. For example I'd like to be able to pass a reference in control.war (my controller app) to app1.war's application. I could just make the shared resources public static and access them that way but I'd like a solution thats a little cleaner than that. Can I do this? How do I do this if yes? Thanks Rob -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

