Visual Designer for JSF

I am using Netbeans to develop JSF and ... is there any Visual Web Designer plugin for JSF in Netbeans 6.9.1?

I'm a sleazy guy, so without much help for web development, I pretty much messed up my web interface.

+3
source share
4 answers

A bit late, but that might help. In Netbeans 7.0, you can install Visual Web as a plugin in the plugin manager from this directory.

catalog

Hope this helps

Mark

+5
source

Visual assistance is not available from the moment of release Netbeans 6.9.

You can find them in the previous version of netbeans. I saw this in 6.7, where you install the Jugger pluggin and you can find the option to createVisual JSF page

+2

There are so many jsf component libraries, which is one of the reasons that there will never be a decent designer. Everything that is available for all the major IDEs and IMHO is available for everyone you need. In any case, the generated code from designers does not cost much.

  • JBoss Rich Faces plugin in Eclipse
  • There is OEOPE from Oracle, where the JSF designer for Eclipse
  • Netbeans doesn't have now
  • IntelliJ Idea does not have WYSIWYG, as far as I know.
+2
source

To find out what it recommends Netbeans, go to
http://wiki.netbeans.org/VisualWebSupport

+1
source

All Articles