Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cdi

CDI Injection into a FacesConverter

jsf-2 cdi myfaces

Java Dependency injection: XML or annotations

How to install and use CDI on Tomcat?

jsf tomcat cdi jsf-2.2

@Inject, @EJB, @Local, @Remote, @LocalBean, etc... : confused?

java jakarta-ee ejb cdi

How to programmatically inject a Java CDI managed bean into a local variable in a (static) method

Canonical way to obtain CDI managed bean instance: BeanManager#getReference() vs Context#get()

cdi managed-bean

Inject list of objects in CDI (Weld)

java cdi jboss-weld

Why are there different bean management annotations

jsf cdi managed-bean

Please explain the @Produces annotation in CDI

java jakarta-ee cdi

Why use CDI in Java EE

java spring jakarta-ee cdi

WELD-001408: Unsatisfied dependencies for type Customer with qualifiers @Default

CDI: beans.xml, where do I put you?

Google Guice vs. JSR-299 CDI / Weld

Inject and Resource and Autowired annotations

Is CDI a good replacement of Spring? [closed]

spring java-ee-6 cdi

WELD-000072 Managed bean declaring a passivating scope must be passivation capable

java cdi jboss-weld

Java EE 6 @javax.annotation.ManagedBean vs. @javax.inject.Named vs. @javax.faces.ManagedBean

java jakarta-ee java-ee-6 cdi

What is the difference between @ApplicationScoped and @Singleton scopes in CDI?

java scope cdi

How do CDI and EJB compare? interact?

java ejb java-ee-6 cdi

Backing beans (@ManagedBean) or CDI Beans (@Named)?

jsf jakarta-ee jsf-2 cdi