Weld is the reference implementation (RI) for JSR-299: Java Contexts and Dependency Injection for the Java EE platform (CDI)
I want to create a Producer that makes it possible to inject a java.util.ResourceBundle into any class in …
jakarta-ee java-ee-6 cdi jboss-weldI've found lots of tutorials showing Weld code samples, but not an introductory overview. Could you please suggest an introductory …
jakarta-ee java-ee-6 cdi jboss-weldI've looked at JBoss' Weld Reference Implementation of JSR-299 Contexts and Dependency Injection, and I wanted to know how others …
jakarta-ee java-ee-6 resin cdi jboss-weldI am struggling to understand the effective lifecycle of a @Dependent scoped bean in both CDI 1.0 and CDI 1.1. My experiments …
jakarta-ee cdi jboss-weld weldI seem to be having a problem where I have an a4j:commandLink on a rich:popupPanel but the …
jsf-2 richfaces cdi jboss-weld commandlinkI'm migrating my app from GlassFish 3.0.1 to GlassFish 3.1.1. Deployment fails, with the following error messages: SEVERE: Exception while loading the …
jakarta-ee deployment glassfish nullpointerexception jboss-weldI want to use weld-se for unit testing CDI. However, I am stuck with this problem that Weld cannot resolve …
jakarta-ee cdi jboss-weld weldI'm trying to use CDI for my JSF/Java EE application. I have the following class hierarchy: /** * base controller class * …
jsf-2 cdi jboss-weldOne of the beauties with Java EE 6 is the new dependency injection framework - CDI with the Weld reference implementation …
java java-ee-6 cdi jboss-weld jsr330I want to use the @ViewScoped - scope in my application for the backing beans of some web pages. Also …
scope cdi jboss-weld