Hi,
I've a Struts+Spring+Hibernate application for which I have a need for remote access.
I've though about using http remoting through the declaration of a HttpInvokerServiceExporter for a facade service. Unfortunatly, it does not work, which I find quite logical.
Indeed, from what I understand, since Spring is loaded in a J2EE container, it cannot declare itself as a http server.
So, is there a way to encapsulate it in my Struts context using, as an example, the dispatcher servlet used for Hessian/Burlap ?