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

Hi,

I'm also developing an open source RCP application whose architecture is very similar to what Filippo describes.
A server component, spring-based, runs with Tomcat. I'm also looking at Spring Dynamic modules as replacment, but
as far as i know, HTTP remoting is not yet implemented.
This server component manages model object persistence (same service->dao->Hibernate pattern ) and exposes through HTTP remoting a set of "services".
The client RCP application includes spring framework core libraries and uses HttpInvoker to communicate with the server.
Acegi is also used for, currently very basic, basic security.
Services provides by the server allow RCP client to fetch some objects, create new ones or run specific process.


I don't know what are RIENA plans concerning access to remote services. I'll try to take some time to read the specs and existing code.
I can also provide some code that i've already written for managing HTTP communication with most separation with Spring I could (using interface):
- http://fisheye.escapek.org/browse/escapek/org.escapek.core/trunk/src/org/escapek/core/rcp/serviceManager
- http://fisheye.escapek.org/browse/escapek/org.escapek.core/trunk/src/org/escapek/core/rcp/internal/serviceManager/impl


I'm also interested in other plans of this project, but i miss some details on them.

Nicolas.
http://www.escapek.org/