[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

Just for my clarification, are you saying ECP should support the same remoting protocols by creating our own support for these remoting protocols? Or are you saying what I am, hopefully, saying in that we should use Spring's support for these protocols in our support but that it should be done in a way that we don't leak our use of Spring from an implementation stand point to downstream bundles? I hope that that is what you are saying, otherwise RTW won't do a lot for us.


Wendell

P.S.

RTW = Reinventing The Wheel


Neil Bartlett wrote:

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