Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cdi

WELD-001408 Unsatisfied dependencies when injecting EJBs that implement interfaces

glassfish-3 cdi ejb-3.1

What is the Spring DI equivalent of CDI's InjectionPoint?

Are Java EE 6 CDI events transactional?

transactions java-ee-6 cdi

How to inject String constants easily with Weld?

How to inject mocks while testing classes using CDI in production

java unit-testing mockito cdi

CDI Ambiguous dependencies

java cdi jboss-weld

CDI Application and Dependent scopes can conspire to impact garbage collection?

Manually Register Class in CDI Container

java cdi

Can I use CDI constructor injection for EJBs?

java ejb cdi

IDEA error "Managed bean must be a concrete class, or is annotated with @Decorator"

CDI on Tomcat 7 - does it make sense?

tomcat jsf-2 java-ee-6 cdi

CDI: Using Interceptors across different modules / bean archives

Unsatisfied dependencies for type X with qualifiers @Default

Can I (and how) lookup CDI managed beans using javax.naming.Context#lookup in EJB module?

java glassfish ejb cdi ejb-3.1

Is there an equivalent in CDI(WELD) to build definitions (as done in Guice modules) and then create an Injector?

guice cdi jboss-weld

Unsatisfied dependencies for type [...] with qualifiers [@Default] at injection point (using @Stateful EJB with CDI)

java ejb-3.0 java-ee-6 cdi seam3

Are JSF 2.x @ViewScoped managed beans thread safe?

Injecting a bean from a different Jar in Weld

jar cdi ear jboss-weld

Is it possible to @Inject a @RequestScoped bean into a @Stateless EJB?

wildfly: reading properties from configuration directory