I am currently using Jersey together with CDI(Weld) and is interested in exploring a switch to CXF JAX-RS and the big question is if I can get it to work with CDI/Weld so that weld managed beans can be injected into CXF managed classes using standard javax.inject annotation ?
Unfortunately, I could find no documentation about interactions with any dependency injection managers except a bit about Spring. What about guice and weld? Weld in particular is interesting because it is the default dependency injection manager in newest glassfish AND jboss and supports the new java standards for JEE 7 regarding CDI/javax.inject! Cheers, Morten