There seems to be ongoing discussion on which annotation should be used. What's your take on that?
Jason Porter
Ranch Hand
Joined: Apr 26, 2007
Posts: 120
posted
As you've said, there's been a lot of talk. It appears that pretty much everyone is suggesting @Name. The @ManagedBean (from JSF) really doesn't offer anything that @Name does not. It wouldn't surprise ms if @ManagedBean becomes deprecated in JSF2.1 in favor of CDI.
Ed Burns
author
Ranch Hand
Joined: Sep 11, 2006
Posts: 66
posted
Jason Porter wrote:As you've said, there's been a lot of talk. It appears that pretty much everyone is suggesting @Name. The @ManagedBean (from JSF) really doesn't offer anything that @Name does not. It wouldn't surprise ms if @ManagedBean becomes deprecated in JSF2.1 in favor of CDI.