Guice extension
Target package: "org.restlet.ext.guice"
Example in org.restlet.ext.guice.example (separate Incubator module).
Support consists of two Java types: Interface DependencyInjection, which is free of any mention of Guice types, and so could be used as the basis for a general JSR-330 (@Inject) integration; and class RestletGuice, which has a nested type RestletGuice.Module.
There are some more details in the discussion thread that prompted this extension.


There are no comments.