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-weldI am running a project using Hibernate and Weld CDI on tomcat 7. I have write a ServletContextListener to create the …
hibernate tomcat cdi jboss-weld jboss-arquillian