Integration of a RAP application and Spring managed eclipse plugin [message #893975] |
Fri, 06 July 2012 05:40  |
Eclipse User |
|
|
|
Hi,
We have a RAP/RCP app. with single-sourcing. We have a requirement to use a plugin (some UI functionality) which is not developed by us. We are able to integrate that plugin with our RCP code but having issues with RAP.
Reasons
1. The plugin has overridden start method of AbstractUIPlugin
2. It uses Spring initialization within it and manages/create all objects
3. It also uses Display.getCurrent()at many places of code
Ideally all these Spring singleton objects should be session specific objects and have a lifetime of a UIThread in RAP. They are not using Spring DM. It would have been ideal if we had the provisions of making the plugin somehow attached to the UIThread and make these Spring managed objects attached to the user session.Any pointers will be highly appreciated.
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04325 seconds