PDA

View Full Version : org.springframework.remoting.simple features?


vmarcinko
Sep 17th, 2004, 02:39 AM
Hi.

Can somebody give me brief features of this incoming org.springframework.remoting.simple package ?
Will it be XML based?
What problems is it intended to solve comparing to other remoting protocols already available in Spring ?

Thanx,
Vjeran

oliverhutchison
Sep 17th, 2004, 04:02 AM
Vjeran,

org.springframework.remoting.simple is not likely to become part of Spring. It was developed as a light weight serialization based alternative to the Hessian support. This was before HttpInvoker was added which provides a lot of the same functionality.


Ollie