Page 1 of 1

Plugin development (extension)

Posted: Wed Apr 23, 2014 11:11 am
by ruffp
The provided extension are useful but still very simple.

Is there any possibility to use the spring framework inside a plugin?

I am wondering if it is possible to add new context.xml files and to make the wiring between beans, an example with a HelloWorld Service (injected into the actual helloworld sample) would be nice.

Thanks for your support

Re: Plugin development (extension)

Posted: Fri Apr 25, 2014 7:15 am
by mdoerschmidt
Currently, plugins can only access Spring context of the core system (through arguments of EmmFeatureExtension.setup() and EmmFeatureExtension.invoke()). Plugins itself can not modify / extends the application context.