All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.bitsensor.plugins.shaded.org.springframework.remoting.httpinvoker.package-info Maven / Gradle / Ivy

The newest version!
/**
 * Remoting classes for transparent Java-to-Java remoting via HTTP invokers.
 * Uses Java serialization just like RMI, but provides the same ease of setup
 * as Caucho's HTTP-based Hessian and Burlap protocols.
 *
 * 

HTTP invoker is the recommended protocol for Java-to-Java remoting. * It is more powerful and more extensible than Hessian and Burlap, at the * expense of being tied to Java. Neverthelesss, it is as easy to set up as * Hessian and Burlap, which is its main advantage compared to RMI. */ package io.bitsensor.plugins.shaded.org.springframework.remoting.httpinvoker;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy