Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[riena-dev] Riena Update

Hi Rienaers,

happy new year !!!

I have done a number of changes to Remote Services.
One is that the RemoteServiceFactory will now always require a BundleContext to register a Remote Service Proxy. That proxy is than bound to the lifecycle of that BundleContext. That is a much cleaner approach than the optional hostId that existed previously. I have also fixed a number of issues with the Attachment object, we know use the Hessian2 protocol all the way through and the servlet for Hessian was renamed to RienaHessianDispatcherServlet. There is also a new Exception ProxyAlreadyRegisteredFailure which is thrown when a remote service proxy already exists.

These changes also pulled a lot of changes in dependant code like testcases, samples etc. which I committed.

These changes are documented in http://wiki.eclipse.org/Riena_New_And_Noteworthy#RC1 our new New and Noteworthy Wiki section. And yes we are aiming for a Release Candidate. The plan is to have that candidate ready by the 16th of January.

Please add any changes or fixes you do to the New and Noteworthy section.

- christian

p.s. I also took the time between the year to write a little wiki page about the Goals and Motivation for Remote Services in Riena. That was recommended by one of our mentors. http://wiki.eclipse.org/Riena_RemoteServices




Back to the top