Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cdi

MyBatis integration with JBoss 7.1 web application

jboss java-ee-6 cdi mybatis

Do I need to also use EJB @Clustered on CDI beans for distributed application

What are the advantages of a dependency injection framework over classical dependency injection? [closed]

java jakarta-ee cdi

Where should I declare my CDI resources?

cdi jboss-weld jsr299

Jetty scavenging sessions error with view-scoped beans

maven jsf heroku jetty cdi

JAX-RS: Custom class object no injected into a ContainerRequestFilter

jakarta-ee jax-rs cdi

Getting JSF ServletContext in non-request environment in a CDI bean

jsf cookies initialization cdi

Payara 5 @JMSConnectionFactory fails to inject when using @Stateless bean

java jms ejb cdi payara

How to write Junit test cases for CDI?

java junit cdi junit4

CDI + EJB 3 + EJB Transaction

ejb cdi

For CDI injection, do I need META-INF/beans.xml in the producer archive AND the injectee archive?

cdi jsr299

Injecting EJB Bean using CDI

What type literal must I use to have CDI's Instance::select method work properly?

java cdi

AspectJ and CDI

java maven cdi aspectj

In CDI, how to give scope to a bean at the point of injection?

java cdi

Logging best approach with CDI