Hi everybody,
Now we have auto-completion in xhtml file even if a bean is declared with annotations instead of using faces-config.
It's often useful to know or have a list of all managed beans, so the faces-config was a good way to get it.
If we use beans with annotations, do we have a way to get this list ?
In eclipse thanks to JBoss tool we have a new Web development view which presents all beans but it seems it's not compatible
with annotated beans.
Thanks for your help.