Weld is the reference implementation (RI) for JSR-299: Java Contexts and Dependency Injection for the Java EE platform (CDI)
I'm using JSF 2.0 and want to fill a selectOneMenu with the values of my Enum. A simple example: // Sample Enum …
jsf jakarta-ee jsf-2 jboss-weldI'm trying to debug Maven tests in Eclipse. When I launch tests with the maven option maven.surefire.debug, I …
java eclipse debugging maven jboss-weldI wrote a simple program in java web forms but i am receiving the following error: WELD-000072 Managed bean declaring …
java cdi jboss-weldI am using Weld as CDI implementation. My integration test, that tries to assemble object graph instantiating Weld container works …
java jakarta-ee maven cdi jboss-weldI have a @SessionScoped @Named bean with a @Producer method for a user object: @Named @SessionScoped public class UserBean implements …
java cdi jboss-weldI really need your help. I'm working on this problem for weeks or months now. I apologize for the long …
jakarta-ee servlets jetty cdi jboss-weldIs it possible to use CDI to inject parameters into method calls? The expected behaviour would be similar to field …
java dependency-injection cdi jboss-weldHow can I programmatically inject a Java CDI 1.1+ managed bean into a local variable in a static method?
java dependency-injection cdi jboss-weld weldBecause of CDI (and its implementation Weld), every POJO in JEE6 can be annotated with @Named, which makes the POJO …
jsf jakarta-ee jsf-2 jboss-weldWeld, the JSR-299 Contexts and Dependency Injection reference implementation, considers itself as a kind of successor of Spring and Guice. …
java dependency-injection aop cdi jboss-weld