How to mix Spring and blueprint in OSGi container?

912 views Asked by At

I see that blueprint is better supported and will be widely adopted by many OSGi containers including JBoss Fuse. Sadly, Spring has many features that seem hard to implement in current blueprint (CMIIW). The features like: annotation for ehcache (e.g. cache:annotation-driven), contextAware beans.

My question is, is it possible to mix them (Spring DM and blueprint)? If it is, how? Is there any working codes out there?

FYI, I left Spring DM for one reason: blueprint as new standard

Lately, I realized that distributed OSGi service is supported when using Spring DM.

Thanks

0

There are 0 answers