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
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
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