Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cdi

How does @SessionScoped work with EJB? Is CDI only for web-tier?

CDI : @alternative vs @Qualifiers

CDI injection in EntityListeners

Is @javax.annotation.ManagedBean a CDI bean defining annotation?

Dependency Injection EJB 3 - too many choices?

Original class name of a proxy (without manual string manipulation)

java class jakarta-ee proxy cdi

Mockito and CDI bean injection, does @InjectMocks call @PostConstruct?

Why can't I have static public fields in my managed beans?

netbeans jsf-2 cdi netbeans-7

Using CDI Injection in a Servlet

Does CDI work for regular Java application?

java cdi

What is the alternative to OSGI for inter-module service injection in Wildfly?

what is the purpose of @Nonbinding annotation in a Qualifier supposed to be in Java EE7?

How to exclude a class from scanning with CDI 1.0

How to integrate JAX-RS with CDI in a Servlet 3.0 container

How to specify an @Alternative producer method in beans.xml?

Inject EJB into domain object with Java EE 6

What is the easiest way to have CDI and JPA in Java SE?

java jpa cdi entitymanager

Cannot inject bean of non-serializable type into bean of passivating scope

Restricted generics with CDI

Injecting a Spring bean using CDI @Inject

java spring jsf cdi jboss-weld