Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cdi

CDI error when attempting to create scaffold with JBoss Forge

cdi wildfly-10 jboss-forge

How does different bean scopes work on the server?

jakarta-ee cdi

Arquillian on WAS remote container and @PersistenceContext

NullPointerException in sessionContext.getCallerPrincipal()

@Named + @RequestScoped not working in JSF 2.0 with JBoss 7.1.1

jakarta-ee jsf-2 cdi

Understanding CDI/Weld in multi-module application

java cdi weld

Calling a CDI session scoped producer method from an EJB stateless session bean

java jakarta-ee cdi

Is there a way to know if a state is active without catching ContextNotActiveException?

java-ee-6 cdi jboss-weld

Why is the interceptor not called in the same service class?

java cdi interceptor weld

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?