user1271587
user1271587

Reputation: 1

Spring integration with Shindig

I have a Spring bean containing an interface, as part of an OSGI bundle.

I would like to use that bean in my Shindig project ( WAR). and inject it's implementation.

I tried to use Guice Spring integration in order to this, but no good.

What are my options to use OSGI bundle with @Autowire spring annotations, inside my Shindig project?

Thank you, Doron

Upvotes: 0

Views: 236

Answers (1)

Robin
Robin

Reputation: 24282

Spring dm.

This will require some extra Spring OSGi config to publish/consume the spring beans as OSGi services, but you shouldn't have to change anything you already have done.

Upvotes: 0

Related Questions