Torsten Knopp [http://community.jboss.org/people/TorstenKnopp] created the 
discussion

"Re: Code assist in JBoss Tool HTML Editor for EL in XHTML"

To view the discussion, visit: http://community.jboss.org/message/624397#624397

--------------------------------------------------------------
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
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/624397#624397]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to