[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.riena] Re: project similar to riena

Riena implements Remote Services which enables components to make calls
running OSGi service on a remote machine
using the business interface. We are planning a first milestone version end
of February by which we will also have some
documentation on the wiki how to create services, how to use security and so
on. The code and Junit testcases already
exist in the Riena CVS repository. We are just a little bit behind setting
up the documentation.

What kind of remoting will be implemented ? some kind of home-made remoting protocol, HTTP, RMI ...? or something based on interfaces and plugin extension which would allow to provide different type of communication ?

Concerning persistence you might be interested in ObjectTransactions which
deliver in milestone 2. They include some
mechanim to track changes in large objectnets, transfer only the modified
properties from the client back to the server
and then allow either reconstructing the complete objectnet on the server or
only change the modified properties in the
server DB.

That quite a big challenge. Just by thinking about it, I can imagine some "funny" things you will have to deal with : transaction and concurrency management, propagation of updates to client, lazy initialization, and so on ...


You are certainly welcome to try what is there or express requirements,
use-cases, missing features etc.

I'll be waiting for the first milestone then.

Thanks.