Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] Dynamic Eclipse 4 with Clojure language

On Thu, Nov 28, 2013 at 11:43 AM, Laurent PETIT <laurent.petit@xxxxxxxxx> wrote:
== Prospective questions

I'm trying to start thinking about user contributions to my plugin.
Some may want to use dependencies (jars) that are not declared in
counterclockwise's bundle.
If I follow this route, a "clean" solution would be to dynamically
create an OSGi bundle per user contribution, and then install/start
this bundle.

But .. the bundle would be started after the workbench has been
started. Would it be too late for the extension points for e.g. the
Model Processors to take place, etc. ?

Yes, I think it would be too late.  Some of our extension points react dynamically to bundles being installed or removed, but the model processor extension point isn't one of them.

PW

--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top