Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cdi

CDI injection loop

How to inject a Session Bean into a Message Driven Bean?

Injecting Beans in JSF 2.0

WELD-001318 Cannot resolve an ambiguous dependency

java java-ee-6 cdi jboss-weld

How to modularize an Enterprise Application with OSGi and EE6?

jsf jpa osgi java-ee-6 cdi

Seed value in Weld CDI custom scope

cdi weld weld2

How to integrate JPA validation with CDI and Seam Validation

Checking if class is proxified with CDI 1.2

java cdi weld

Why is HTTPServletRequest injectable via CDI but HTTPServletResponse isn't?

"Unable to convert ejbRef for ejb" on CDI (Weld) injection of @Stateless EJB into @SessionScoped JSF2 bean in Glassfish

Inject String with qualifier in CDI

cdi jboss-weld

How do I combine @Asynchronous and Weld/CDI Events and @Observes(during=TransactionPhase.AFTER_COMPLETION) in Glassfish 3.1

JSF Named Bean, Eager application scoped (aka @ManagedBean(eager=true) )

Creating and wiring related instances at runtime with CDI