Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cdi

Using CDI (Weld) in Tomcat with simple POJO classes

Why is it impossible to inject generic classes? [closed]

Dynamically injecting instances via CDI

java jakarta-ee cdi

CDI - what is the correct bean.xml format?

java glassfish cdi jboss-weld

org.jboss.weld.exceptions.DeploymentException: WELD-001409: Ambiguous dependencies for type Bean with qualifiers @Default

View Scope in CDI Weld

scope cdi jboss-weld

Transaction is required to perform this operation (either use a transaction or extended persistence context)

How Do I Use @ConversationScoped

jsf-2 glassfish-3 cdi

Migrate JSF managed beans to CDI managed beans

The difference between context and scope in CDI - and Java at all

java scope cdi

How to select a container by qualifyer from arquillian.xml?

Inject vs ManagedProperty [duplicate]

jsf cdi managed-bean

Multiple CDI configuration profiles (devel, beta, qa, production) in one war?

java spring java-ee-6 cdi

How to inject EntityManager in CDI (weld)?

What is the equivalent of @ManagedBean(eager=true) in CDI

Changing faces-config.xml from 2.2 to 2.3 causes javax.el.PropertyNotFoundException: Target Unreachable, identifier 'bean' resolved to null

Can the classpath scanning be controlled in Weld?

CDI Ambiguous dependency with @Produces - why?

jakarta-ee cdi weld

Is it possible to inject EJB implementation and not its interface using CDI?

Using JSF 2.2.9 on Spring+Tomcat causes java.lang.NoClassDefFoundError: javax/enterprise/context/spi/Contextual

spring jsf jsf-2 cdi