JBoss Community

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

created by Torsten Knopp in JBoss Tools - View the full discussion

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

Start a new discussion in JBoss Tools at Community