Hey guys it has been a couple of week that I started developing stuff based on RCP and frankly speaking i'm facing several problems since i haven't found so much online then the concepts behind RCP programming (at least for me) are not such linear.
First of all let me say that I'm using the E4 framework (Application Model) and I want to populate two parts (UI Parts) where their definitions are basically defined in an external plug-in.
For instance:
- Part1 (defined in Application e4) implements Class1(defined in a Plug-in called ExtPlugin).
- Part2 (defined in Application e4) implements Class2(defined in a Plug-in called ExtPlugin).
How should I work this out using extension points and extension?
Thanks