Weld is the reference implementation (RI) for JSR-299: Java Contexts and Dependency Injection for the Java EE platform (CDI)
I'm trying to use CDI events in my backend services, on JBoss AS6 - ideally with maximum code reuse. I …
events cdi jboss-weldWe have a situation where we provide an external configuration in form of a Map to our running programs. I …
java cdi jboss-weld jsr299 jsr330In a JSF 2.0 application (running on Tomcat 7 and using weld 1.1.1.Final), I want to propose my user to download some …
jax-rs resteasy cdi tomcat7 jboss-weld