Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cdi

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

Which is the Spring equivalent for the CDI @Produces annotation?

How to create a modular JSF 2.0 application?

What are the best debugging tricks with Weld/CDI?

@ApplicationScoped CDI bean and @PersistenceContext - is this safe?

jakarta-ee jpa java-ee-6 cdi

What is the default scope of a Named CDI bean?

How to replace @ManagedBean / @ViewScope by CDI in JSF 2.0/2.1

jsf jsf-2 cdi view-scope

What's the overhead of creating a SLF4J loggers in static vs. non-static contexts?

java logging static cdi slf4j

Can @Inject be made optional in JSR 330 (like @Autowire(required=false)?

Will Spring support CDI? [closed]

What is Weld, JSR-299?

Meaning of bean discovery mode annotated in CDI 1.1

Why use constructor over setter injection in CDI?