Top "Jboss-weld" questions

Weld is the reference implementation (RI) for JSR-299: Java Contexts and Dependency Injection for the Java EE platform (CDI)

Dynamically fire CDI event with qualifier with members

I'm trying to use CDI events in my backend services, on JBoss AS6 - ideally with maximum code reuse. I …

events cdi jboss-weld
How to inject String constants easily with Weld?

We have a situation where we provide an external configuration in form of a Map to our running programs. I …

java cdi jboss-weld jsr299 jsr330
Using JAX-RS (RESTEasy) with CDI (Weld) in Tomcat 7

In 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