
[J2EE] Remote Service and web services using Spring
April 11, 2007I was trying to find out if Spring framework can provide remote service like EJB, and was able to find this article
http://www.springframework.org/docs/reference/remoting.html
Spring actually support Remote Service with the following technologies:
Remote Method Invocation (RMI)
Spring’s HTTP invoker
Hessian
Burlap
JAX RPC
JMS
Advertisement