My favorites | Sign in
Google
                
Search
for
Updated Jun 08, 2009 by limpbizkit
3rdPartyModules  
3rd party Guice addons

Third Party Modules

Infrastructure

Testing

  • GuiceBerry - JUnit and integration testing.
  • AtUnit - JUnit and mocking frameworks (JMock, EasyMock)

Persistence

Web frameworks

Other Languages


Comment by Michael.Stachel, Jan 06, 2009

There is also integration in Metro (JAX-WS reference implementation) at this link: https://jax-ws-commons.dev.java.net/guice/

Regs MiSta?

Comment by limpbizkit, Jan 09, 2009
Comment by cagatay.civici, Feb 11, 2009

PrimeFaces? JSF library provides a feature to use Guice as JSF backing beans. http://primefaces.prime.com.tr

Comment by simone.tripodi, Apr 04, 2009

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

Comment by limpbizkit, May 25, 2009

Sagara's blog on Axis 2 Integration

Comment by hofmanndavid, Jun 19, 2009

JBoss Microcontainer link is broken

Comment by taowen, Jun 21, 2009

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.


Sign in to add a comment