> That said, there is a lot of mileage to be gained by simply being
able to use the AutoBean framework within Eclipse. Does anyone have any experience using
AutoBeans in an Eclipse or OSGi environment? (In SY land, we're slowly moving to a
place where our core management/configuration model API can be used in the tooling as
well.)
Oh and this is even worse now I reread it - having *hard coupled* dependencies to core
from eclipse plugins is our biggest problem we have in Drools, Teiid and Modeshape.
This causes *massive* problems from both user and plugin-dev side since each release of
the plugin extremely easy becomes tied to specific versions of the runtime.
Does the API allow decoupling ? (i.e. one option is the plugin to load dynamically the
runtime jars from the targeted runtime)
/max