I want to write an plugin which could read/write data from other plugin. For example if we have one plugin A which stores Devices and Phone numbers and other plugin B is accessing the phone numbers stored in plugin A to assign the same to the user. In plugin B user can also modify the phone number stored in plugin A, so when we go to plugin A then we should be able to get the updated value.
I am new to eclipse, I would appreciate if someone could help me in this.