guiceyfruit


a collection of utilities for working with Guice

GuiceyFruit provides a number of utilities on top of the Guice 2.x to help developers work with standard Annotations for injection and lifecycles from JSR 250, Spring, EJB3 and JPA as well as supporting Maven and improved Testing

GuiceyFruit includes these features * Support for @Resource injection for JSR 250 / EJB3 and @PersistenceContext injection from JPA (see Annotations) * Support for Spring annotations and lifecycle interfaces * Lifecycle support such as for @PostConstruct, @PreDestroy from JSR 250 & EJB3 * a Guice based JNDI provider to help you make that J2EE code all Guicey underneath! :) * Guicey Testing for easy injection of resources into your test classes in JUnit3, JUnit4 or TestNG with flexible mapping to the Guice Modules for your test cases * a Spring XML to Java code converter to help you turn that Spring XML into Java code * Maven fully mavenized for easy use from Maven builds

News

The 2.0 release has just been performed after the Guice 2.0 release! Get it while its hot!

Project Information

Labels:
guice guiceyfruit spring jsr250 ejb jpa ioc