Is it possible to inject Spring beans into an RestEasy @Path class? I managed to do it with Jersey, with @InjectParam annotation, but for some other reasons, I need to switc
There is a working example that integrates RestEasy with Spring just try spring-resteasy.