We currently maintain a JSF application developed using Netbeans 5.5.1 using the Visual Web Designer. Our environment is forcing us to stop using Netbeans 5.5.1 and we now have to find another tool to develop our application in.
The problem is that migrating to Netbeans 6.7 we will lose the Visual Web Designer we have grown so accustomed to when working on our application. Netbeans suggest moving to IceFaces, but there will still be no Visual Web Designer and will be all text based. See here.
We tried the backwards compatibility plug-in for Visual Web Designer projects. Unfortunately many components and custom javascript used in the application still does not work.
So we are going to have to do a lot of work no matter what direction we go. So my question is, what is the recommended tool set used for developing/maintaining a JSF application? Should we stick with Netbeans, is Eclipse better for this, is there something else I have not considered?