0

As the name says this class should inject some beans from spring context to some place. But how it works? I can't find any examples with it.

Basically I need to inject some model services from spring context into Atmosphere-Jersey resource classes. Can this class help me?

user1278890
  • 643
  • 8
  • 22

1 Answers1

0

According to the source code of SprigInjector, you should be able to "inject" (@Autowired) any Atmosphere resource in your @Controllers or Services (or anything else under the spring scope). So I do not think you can inject/autowire your services inside your atmosphere resource with SpringInjector.

willome
  • 3,062
  • 19
  • 32