Assisted Inject - 4 views
-
Adam Warski on 28 Oct 10Implementation of Assisted Inject, similar to the one in Guice: http://code.google.com/p/google-guice/wiki/AssistedInject
CDI is the Java standard for dependency injection and contextual lifecycle management. JSR-299 is a Java Community Process (JCP) standard that integrates cleanly with the Java EE platform. Any Java EE 6-compliant application server provides support for CDI (full or web profile). Some CDI implementations also support Servlet containers and Java SE.
This is a directory of extensions to CDI which run in any CDI-compliant environment; if you have a CDI extension, please add it! If you have an idea of an extension, you could add it to the collection of extension suggestions For more see seamframework.org.