Vadim Gritsenko pisze:
Running any number of different Cocoon versions within same container instance (Tomcat/Jetty) is not a problem at all, since container will isolate web applications. But running different Cocoon versions within same webapp would be non trivial.

Ah, you are right Vadim.

I guess question should be reformulated as, can SSF be used to communicate between two webapps in the same container... Grzegorz? :)

Generally speaking, yes. The only problem is that SSF allows to communicate servlets that are Spring beans. If one would like to talk to servlet managed by Servlet container then a simple proxy servlet should be created (and registered to SSF). This proxy servlet would forward every request coming to the target servlet managed by Servlet Container.

Writing such proxy servlet seems to be trivial tasks as all handy API is 
already in place.

--
Grzegorz Kossakowski

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to