Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cdi

Named object not found

java jsf jsf-2 cdi

Purpose of CDI technology in Java EE and its relation to UI technologies like JSF and back end technologies like EJB

Custom Validator class not working

java jsf-2 cdi

EJB Interceptors vs CDI Interceptors

java java-ee-6 cdi ejb-3.1

Injection of @PersistenceContext in CDI-Unit

How to bootstrap weld-se in a JUnit test

java junit cdi weld

Unable to @Inject my DAO in a Custom Apache Shiro AuthorizingRealm

java jsf cdi shiro

Generic CDI producer method not working as expected

java jakarta-ee cdi

JSF, CDI and EJB containers : which combination of them should be used?

jakarta-ee jsf-2 ejb cdi

Implementing @RequestParam in CDI/WELD using Qualifier and InjectionPoint as @HttpParam

java jsf glassfish facelets cdi

@PostConstruct called multiple time for @ConversationScoped bean

When CDI injection into POJO should work? (GlassFish v3)

java glassfish ejb cdi ejb-3.1

Inject PersistenceContext with CDI

CDI doesn't work in a simple adapter

Unable to test CDI ViewScoped beans like we used to test JSF ViewScoped managed bean