Spring supports remoting for six different RPC models:

Spring supports remoting for six different RPC models: 1. Remote Method Invocation (RMI) 2. Hessian 3. Burlap 4. HTTP invoker 5. EJB 6. JAX-RPC In all the models, services are configured into the application through spring configuration file as spring managed beans. This

[ read more ]