Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Quarkus CDI with custom annotations

java cdi quarkus

After switching @ManagedBean to @Named: javax.el.PropertyNotFoundException: Target Unreachable, identifier 'person' resolved to null [duplicate]

CDI Transaction Management: How does @Transactional work?

Clean way of injecting/checking for presence of a HttpServletRequest with CDI from code that can be called outside a request?

jakarta-ee wildfly cdi weld

What' the purpose of @Named annotation

jakarta-ee annotations cdi

How is it safe to inject entitymanager in ApplicationScoped bean in quarkus?

How to use dependency injection in JAXB unmarshalled objects?

Equivalent of javax.enterprise.inject.Instance in Spring Boot for dynamic injection

JAR-RS Filter injection of a CDI Singleton that reference a @ConfigMapping object fails in Quarkus

jax-rs config cdi quarkus