Hi,

You might mix spring and blueprint by using those on the bundle level.
Using both within the same bundle might be possible though I wouldn't
recommend walking that path. Use spring with spring-dm with one bundle and
only blueprint with another.

Regards, Achim

sent from mobile device
Am 31.10.2013 20:31 schrieb "KARR, DAVID" <[email protected]>:

> I'm pretty new to OSGi, but I've used Spring for a long time.  I
> understand that Blueprint gives you most of the DI capabilities that Spring
> provides, but I'm wondering whether it makes sense to wire beans at a
> "service" layer with Blueprint and wire beans below that layer with Spring,
> or does it make sense to use Blueprint for everything.  I believe that
> although Blueprint provides the DI capabilities, it won't provide the XML
> namespacing that Spring provides, for XML contexts, at least.  Blueprint
> certainly wouldn't provide the Java-based configuration that Spring
> provides.
>
> What have other people done when building large applications with
> Blueprint that might also use Spring?
>

Reply via email to