Reputation: 123
How can two independent plug-ins of a RCP application communicate (exchange data and messages) without setting dependencies?
Upvotes: 1
Views: 378
Reputation: 2840
you can use OSGi Event Admin mechanism: http://felix.apache.org/site/apache-felix-event-admin.html or http://tomsondev.bestsolution.at/2011/01/03/enhanced-rcp-how-views-can-communicate
Upvotes: 3