SpringFramework & RAP [message #549989] |
Wed, 28 July 2010 12:28  |
Eclipse User |
|
|
|
Hi,
I have a RCP application I would like to port to RAP.
This application uses SpringFramework for IoC and initialization purposes and communicates with an application server via sockets,
I have wrapped this layer in some plugins.
In RCP works as follows, when the application starts, it instantiates the IoC so that every required class get their values, then it connects via sockets to application server. The application server sends back an ip/port so that the application connects to it.
I put this communication layer in a RAP application, but since in RAP there is only one instance of the application running, it works fine for only one client, but when I try to run another client it tries to use the same instance of the communication layer plugins and doesn't initialize them again creating errors.
Can you help me with this?
|
|
|
|
|
|
|
Re: SpringFramework & RAP [message #554758 is a reply to message #550097] |
Tue, 24 August 2010 07:06  |
Eclipse User |
|
|
|
<font size=2 face="sans-serif">Some time ago (might be a year or more
already *duh*) I wrote how we integrated Spring with RAP, using session+request-scoped
beans like in typical Spring-Web-Applications.</font>
<br><font size=2 face="sans-serif">Search this newsgroup for Spring I guess
to find the topics.</font>
<br>
<br><font size=2 face="sans-serif">Regards</font>
<br><font size=2 face="sans-serif">Stefan</font>
|
|
|
Powered by
FUDForum. Page generated in 0.04140 seconds