[jboss-user] [JBoss Tools] - Re: Code assist in JBoss Tool HTML Editor for EL in XHTML

Torsten Knopp do-not-reply at jboss.com
Fri Sep 2 01:49:17 EDT 2011


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110902/b298572b/attachment.html 


More information about the jboss-user mailing list