On Wednesday, June 5, 2013 11:49:04 AM UTC+2, Moandji Ezana wrote: > > Resteasy 3.0 (JBoss's JAX-RS implementation) is coming out soon. I just > wanted to let people know that I and a few others have been giving its > Guice integration some much-needed attention and new features for the first > time in years. > > Some of the interesting new features: > - Guice 3.0 (believe it or not) > - Handle Injector creation yourself > - @PostContruct and @PreDestroy handlers for modules > - @RequestScoped > > So if you're not using CDI with JAX-RS, Guice is a pretty viable option. > > Documentation: http://www.jboss.org/resteasy/docs > Source: > https://github.com/Resteasy/resteasy/tree/master/jaxrs/resteasy-guice >
Am I missing something or each and every resource or provider has to be explicitly bound in the Guice Module? Couldn't it intercept each and every resource or provider creation instead? (looks like what the CDI integration is doing, and what Ross Judson is describing below) -- You received this message because you are subscribed to the Google Groups "google-guice" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-guice?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
