User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)
Hi,
We have written an application in RCP that we now need to customize for
other users needs. The application today consists of one plugin with
about 10 views.
We would now like to customize some of the views with customer specific
"bussiness flows". That is: a view might need too look a bit diffrent,
some adidional data should be pressented, a warning should be shown if
some condition is true and the input in a specific field match a certain
range etc.
Some of the customisations are definetly just a question of adding
properties but other are so specific to the specific user that we don't
what to incorporate the code for it in the base plugin.
Have anybody had similar tougths? Is it possible to use fragments for
this type of customizations? Or should we define extension points in the
current plugin? How could we reuse the existing views?