Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Sharing Data between plugins(How to share some data between different plugins)
Sharing Data between plugins [message #729297] Sun, 25 September 2011 19:55 Go to next message
sajja Phani is currently offline sajja PhaniFriend
Messages: 26
Registered: August 2011
Junior Member
Hi,
I need to share data between plugins.
In my case Some of my plugins generate data and some other plugins are dependent on these data.
What are the possible options and what is the best way to implement.

--
Thanks
Sajja
Re: Sharing Data between plugins [message #729625 is a reply to message #729297] Mon, 26 September 2011 16:42 Go to previous messageGo to next message
Luiz E. is currently offline Luiz E.Friend
Messages: 100
Registered: September 2010
Senior Member
you can: save it on a database, and one plugin writes and the other reads
save it to a file, etc
essencialy, are the same approach
Re: Sharing Data between plugins [message #730260 is a reply to message #729297] Wed, 28 September 2011 02:41 Go to previous message
karthykeyan Palanisamy is currently offline karthykeyan PalanisamyFriend
Messages: 6
Registered: May 2010
Location: Bangalore
Junior Member

Hi,

Add the plugin as the dependency. so that you can access all the classes. then you can get all the dependent data.

Thanks and Reagards
Karthikeyan


Thanks and Regards
Karthikeyan
Previous Topic:hiding file search page
Next Topic:moving a popupDialog
Goto Forum:
  


Current Time: Fri Apr 26 18:17:17 GMT 2024

Powered by FUDForum. Page generated in 0.03136 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top