Comment by hshsce:

Tadedon: http://code.google.com/p/tadedon/

It is a bunch of Java utilities, and some of them are related to Guice. In the context of Guice it allows to:

* Test Guice managed servlets and filters without need of real servlet container.
 * Intercept @Transactional annotations for use with JPA.
* Use Guice Matchers for matching super class, interface and type literal annotations.
 * Bind application configuration (commons-configuration) in Guice module.
* Initialize and destroy components according to @PostConstruct and @PreDestroy annotations (lifecycle).
 * Support Guice stages in web application.

I plan to add more features to the list.


For more information:
http://code.google.com/p/google-guice/wiki/3rdPartyModules

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en.

Reply via email to