[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology.ecp] Re: More on the project name, and relationship to Rich Server Platform

Alex,

As with persistence, so with remoting - developer choice is paramount.

Spring offers support for:
* traditional RMI
* serialized Java objects over HTTP
* Hessian - a "lightweight" binary serialization protocol over HTTP
* Burlap - an XML version of Hessian
* SOAP

ECP should be able to match that :-)

- Neil