Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cdi

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

Inject a stateless EJB with @Inject into CDI Weld ManagedBean (JSF 1.2 EJB Application on jboss 6 AS)

Dynamically fire CDI event with qualifier with members

events cdi jboss-weld

EJB vs CDI and the "Entity Boundary Control" pattern

Spring Data JPA repositories use in EJB timer causes TransactionRequiredException

Injecting FacesContext with CDI

jsf cdi

WELD-001408 Unsatisfied dependencies when injecting EntityManager

CdiUnit test with Junit @Rule is impossible because of a public private field paradox

How to unit test CDI with weld-se?

jakarta-ee cdi jboss-weld weld

How to @Inject object from different project module included as jar

jakarta-ee vaadin cdi vaadin7

Depedency inject request parameter with CDI and JSF2

JSF 2 localization (managed bean)

jsf jsf-2 cdi managed-bean