Skip to content

Replace @ManagedBean with @Named #2

@agoncal

Description

@agoncal

In your JSF example, you use the JSF @ManagedBean and @RequestScoped annotations. Both have been pruned in Java EE 7 and should be deprecated in next version. Instead you should use the CDI @Named and the CDI @RequestScoped.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions