- Creating one plugin which would contain the data (i.e. will be having list of Devices and their phone numbers) and will serve like a data server. - Creating other two plugins (for eg PLUGIN1 and PLUGIN2) which would share the data plugin. PLUGIN1 will be showing the Devices and their phone numbers and the PLUGIN2 will be used to assign the available phone number to the user. - If we are modifying the data in either of the plugin (i.e. PLUGIN1 or PLUGIN2) , we will set the dirty flag after updating the data and will check for this flag while loading/activating the other plugin and refresh the controls.
The above is the requirement. Could some one help me out, how can we implement this in PDE as I am new to Java/Eclipse environment. I would appreciate prompt response on this....