Invoking SpringDM from Eclipse RC
Hi,
since a good lot of tine I'm trying to combine a Spring-based database backend with an eclipse Rich Client. The Rich Client has to invoke the SpringDM-based service.
The only solution I found was based on Flavio Donzé's solution to combine both 'worlds': http://swissdev.blogspot.com/2008/06...spring-dm.html
In his solution the application was invoked from within the rcp project and all the code had to be part of that project. the application context to start the spring things was as well started by the application itself.
In fact I'm trying to invoke an extern SpringDM module to serve the database information on the UI. Extending the 'flavio-solution' worked. But when I try to invoke the Spring DM service from a pure RCP client which does not own an application context on his own, the extern service is started, but no application context invokes.
I'm using eclipse 3.4, Spring 2.5 and SpringDM 1.2.0. Anybody in the world ever solved a similar issue?
Thx in advance,
Dagmar