jsf - Can I put @ManagedBean in CDI scope? -
i'm using glassfish 3.0.1. want know if can use:
@managedbean @conversationscoped
instead of @named
?
@managedbean
jsf annotation while @conversationscoped
cdi annotation, can't think of valid scenario combine them.
in general @named
cover needs , make bean available el jsf pages.
Comments
Post a Comment