Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cdi

Differences between @Interceptors and @InterceptorBinding + @Logged?

CDI + managed concurrency in Java EE 7

java jakarta-ee cdi java-ee-7

How to inject a @Named bean into a Junit test

java junit java-ee-6 cdi ejb-3.1

How to use InjectMocks if the instance to be injected has a final class

java mockito cdi logback

@ApplicationScoped in a cluster

java cluster-computing 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