Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sisu-users] Sisu-OSGi and SCR?

Has anyone tried mixing Sisu and SCR? I like the idea of Sisu managing service injections (@Inject not @Reference) but SCR managing service exports and config admin properties.

I like the idea of using @Inject to manage dependencies into classes (as well as out of classes for internal bundle injections) but then using SCR to publish a Service into OSGi with it's @Property and Config Admin tooling.

Back to the top