If you are using XDoclet to generate JSF faces-config.xml or other files, WTP1.5 xdoclet doesn’t support this.
However, MyEclipse supports everything that is available xdoclet including, struts, jsf, hibernate, tapestry, etc.
As far as JSF, we have advantages over WTP in a number of ways:
– Graphical JSF Config Flow designer, so you can graphical edit your faces-config.xml file. WTP is source(xml) editing only.
– JSF config validation, we validation your faces-config.xml beyoud just XML validation, we make sure that bean classes exist and resources exist, etc
– JSF Wizards. Anything that you can create in a faces-config.xml file we have wizards for them, either for creating new elements or editing existing JSF elements.
– Outline for JSF config file. If you open a faces-config.xml file in our editor, then in the outline the has 2 extra modes specific for JSF. Also you can launch any of the JSF wizards from this outline.