Home Freemagazine Issue4 Remoting with Spring



Remoting with Spring
Posted on: October 9, 2010 at 12:00 AM
Spring features remoting support using various technologies. Remoting support eases the development of remote-enabled services, implemented with usual (Spring) POJOs.

Remoting with Spring

       

 

Spring features remoting support using various technologies. Remoting support eases the development of remote-enabled services, implemented with usual (Spring) POJOs. Currently, Spring supports different remoting technologies few of them are:

  • Remote Method Invocation (RMI):
    Through the use of the RmiProxyFactoryBean and the RmiServiceExporter, Spring supports both traditional RMI (with java.rmi.Remote interfaces and java.rmi.RemoteException) and transparent remoting via RMI invokers (with any Java interface).
     
  • Spring?s HTTP invoker:
    Spring provides a special remoting strategy which allows Java serialization via HTTP, supporting any Java interface (just like the RMI invoker). The corresponding support classes are HttpInvokerProxyFactoryBean and HttpInvokerServiceExporter.

    Read more at:

    l">http://www.javajazzup.com/issue4/page41.shtml


Related Tags for Remoting with Spring:


More Tutorials from this section

Ask Questions?    Discuss: Remoting with Spring  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.