Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cdi

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

Which CDI scope should be preferred for a JPA repository

java jakarta-ee jpa scope cdi

Using @Produces with @Qualifier

java jakarta-ee cdi jboss-weld

How can I enable CDI with Jersey Test Framework?

WebSocket endpoint and CDI injection: No active contexts for scope RequestScoped

java cdi weld java-websocket

CDI call interceptor annotated method within same instance

jakarta-ee interceptor cdi

Scope of Stateless Bean

scope cdi postconstruct