Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cdi

DeltaSpike ambiguous dependency between DefaultWindowContextQuotaHandler and JsfWindowContextQuotaHandler

java jboss7.x cdi deltaspike

How to use inheritance and lists of CDI events?

Can CDI inject standard library POJOs into an EJB?

java ejb cdi

Understanding cdi Instance<> and .get() vs @Inject

Java EE vs Standalone

jsf viewparam lost after validation error [duplicate]

jsf jsf-2 cdi jboss-weld

CDI Replacement for @ManagedProperty

How to pass an Annotation as a parameter?

Weld not initializing properly

java jakarta-ee cdi weld

Package javax.enterprise.context missing in glassfish 4.1

cdi glassfish-4

WARNING: Parameter 1 of type List<Bean<?>> from public void org.omnifaces.cdi.eager.EagerBeansRepository.setXxx is not resolvable to a concrete type

jsf glassfish cdi omnifaces weld

How to alter the design so that entities don't use injections?

How to add inner classes to Spring application context for Unit Testing?

java spring cdi autowired

What is the difference between Stateless Session Beans and Request Scoped beans

jsf jakarta-ee scope ejb cdi

Content Assist for JSF2 + CDI (weld) beans + Eclipse Helios

eclipse jsf jsf-2 cdi helios

@Inject to pass params to a CDI @Named bean via URL

Why stateless beans are treated as pseudo-scoped and cannot have circular dependencies?

Using CDI instead of @ManagedBean: UnproxyableResolutionException because super class has no no-args constructor

jsf-2 cdi jboss-weld

Passing state between EJB methods / @RequestScoped and @Stateless

ejb java-ee-6 cdi ejb-3.1

CDI injection is not working in Servlets