Plugin development (extension)

Use this forum for all questions related to the source code of OpenEMM

Moderator: moderator

ruffp
Posts: 10
Joined: Wed Apr 09, 2014 8:45 am

Plugin development (extension)

Post 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
mdoerschmidt
Posts: 25
Joined: Fri Jan 04, 2013 8:55 am

Re: Plugin development (extension)

Post 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.
Post Reply