Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cdi

Does CDI make sense if there is no Web layer and hence no HTTP session?

java java-ee-6 cdi ejb-3.1

@PreDestroy not called after session expired

Interceptor issue with Java EE7

Is @DependsOn necessary for another CDI bean that is injected?

java jakarta-ee cdi

How to create and destroy CDI (Weld) Managed Beans via the BeanManager?

Is it possible to observe a CDI Event inside a WAR when packaged as EAR

java jakarta-ee war cdi ear

Can CDI be lessened towards Java SE?

Injecting a named String using CDI

Java EE 6 Enterprise Application: Warning "Unsatisfied dependency: no bean matches the injection point" when injecting a bean

servlets netbeans cdi ear

how is the @RequestScoped bean instance provided to @SessionScoped bean in runtime here?

How does CDI container fit in EJB/Web container of Java EE server?

CDI with unmanaged objects

java jakarta-ee cdi

Injecting Resources Into UIComponent (aka does CDI work here?)

Viewscoped JSF and CDI bean

jsf cdi view-scope

How to inject an interface implementation? [duplicate]

java jakarta-ee cdi java-ee-7

@Inject not working in AttributeConverter

jpa glassfish converter cdi

How to put in custom scope/context (JobScoped - custom CDI scope) particular instance from request to make it injectable?

How to tell PMD to ignore @PostConstruct Methods for unused Code

java ejb cdi pmd

@PostConstruct is not invoked for @ApplicationScoped on initialisation?

java jakarta-ee cdi weld

Are CDI.current().select().get() and BeanManager.getReference() functionally equivalent?

java jakarta-ee cdi