|
3rdPartyModules
3rd party Guice addons
Third Party ModulesInfrastructure
Testing
Persistence
Web frameworks
Other Languages
|
Sign in to add a comment
|
|
|
Search
|
|
3rdPartyModules
3rd party Guice addons
Third Party ModulesInfrastructure
Testing
Persistence
Web frameworks
Other Languages
|
Sign in to add a comment
There is also integration in Metro (JAX-WS reference implementation) at this link: https://jax-ws-commons.dev.java.net/guice/
Regs MiSta?
PHP: http://www.beberlei.de/sphicy/
PrimeFaces? JSF library provides a feature to use Guice as JSF backing beans. http://primefaces.prime.com.tr
I've been maintaining 2 projects based on Guice 1.0 that we've been internally using in the company:
Testing http://code.google.com/p/testnguice/ TestNG + Guice as described in Beust-Suleiman's Book
Web frameworks http://code.google.com/p/injectlet/ Servlet injector + Jersey support
Hope they could be added in your list! Best Regards
Sagara's blog on Axis 2 Integration
Jersey: https://jersey.dev.java.net/nonav/apidocs/1.1.0-ea/contribs/jersey-guice/index.html
JBoss Microcontainer link is broken
I have written another test framework integration for Guice 2.0. http://taowen.github.com/bayberry/. It supports dependency injection for test case. Also, has a unique feature not available in other java test frameworks, that is data injection (a.k.a fixture) which promote good test data management. And the support of test helper, allow you merge many smaller test helpers into bigger one.