Category: CDI

jsf tutorials

CDI Managed Bean example with @Named

This tutorial show how to create CDI managed beans. CDI is preferred over plain JSF backing beans because CDI allows for Java EE wide dependency injection. In a future release of JSF the @Managedbean...