tsiki
tsiki

Reputation: 1799

Resources for using Guice with Apache CXF

Are there any resources for using Apache CXF with Google Guice? I know that since version 2.4.0 CXF has been unbundled from Spring and doesn't require it anymore, but I can't seem to find any real world examples/tutorials where Guice has been successfully integrated with CXF. Any such resources would be appreciated.

Thanks.

Upvotes: 1

Views: 1627

Answers (1)

Jakub Bochenski
Jakub Bochenski

Reputation: 3277

Check out: http://code.google.com/p/guice-cxf/ you can get both Guice and CXF injections to work

[/shamless self-promotion]

Upvotes: 3

Related Questions