Working with JBoss Tools and CDI I very much liked the fact that when I was editing a JSF page I had access to the CDI beans and autocomplete was very helpful.
Now with Spring MVC and STS I provide values to the view pages with model.addAttribute
however the page editor has very limited autocomplete capabilities.
Is there another programming way to make the editor more aware of my beans while editing a JSF page? Thanks!