Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cdi

CDI producer method for data model

java java-ee-6 cdi

Is it possible intercept a method from @ManagedBean? If not, there alternatives?

Passivation capable beans must satisfy passivation capable dependencies

Netbeans warning on Event injection

Use entity manager in CDI extension

hibernate jpa java-ee-6 cdi

Bean not injected with CDI and Arquillian test failed when SolrServer is used

@Injection is not working for CDI bean

java jsf cdi

How to inject beans in QuarkusTestResourceLifecycleManager implementations

cdi quarkus

Injecting RequestScoped CDI Bean into ApplicationScoped CDI Bean via Producer class

Get rid of org.jboss.weld.context.NonexistentConversationException, when a query-string parameter named cid is appended to the URL

CDI 1.1 - Inject Dependent scope in ApplicationScope

java cdi

Stateful EJB with extended persistence context to handle user session

java jsf jpa ejb cdi

Is it thread unsafe for a @SessionScoped bean to maintain a reference to its HttpSession?

jsf-2 cdi httpsession

Java EE : With CDI in place, do we ever need to use 'new' for our own POJO's

java jakarta-ee javabeans cdi