Hello Alexey!
Two ways in JEE 6:
1. CDI - annotate your backend beans with @javax.inject.Named and javax.enterprise.context.SessionScoped (for example)
2. pure java faces , without CDI - annotate your backend beans with javax.faces.bean.ManagedBean and javax.faces.bean.SessionScoped;
with CDI - i get code assist by code assist in JBoss Tools HTML Editor for EL
without cdi - i didn't get code assist.
So, my question:
Is it planned in the futur ?
Thanks.
Torsten