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

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -