Search code examples
javajsfrichfacesprimefacesfrontend

Any visual editors for development with JSF component libraries?


Any visual editors for GUI development with JSF component libraries ?


Solution

  • Netbeans supports GUI development. It has all JSF components that can be dragged and dropped in order to build a form.

    In eclipse you should install Jboss tools from eclipse market place. It has all bean (component) that can be dragged and dropped to create a form. It has additional support for other tools provided by jboss viz hibernate, richfaces and other. I actually prefer this one :).