Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Ov开发者_如何学Goerflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionI am using Netbeans for JSF development and...is there any Visual Web Designer plugin for JSF in Netbeans 6.9.1?
I am a sloppy guy, so without a visual aid for web development, I pretty much messed up my web UI.
A little bit late but it might help. Under Netbeans 7.0 you can install Visual Web as a plugin in the plugin manager from this catalog
catalog
Hope it helps
Mark
Visual aid is no more available since Netbeans 6.9
release.
You can find those in previous netbeans version. I have seen it in 6.7, where you install JSF pluggin and can find an option to create Visual JSF page
Check following links for more info
- Link 1
- Link 2
There are so many jsf component libraries which is one of the reasons that there will never be a decent designer. All there is content assist available in all major IDEs and IMHO that is all you need. Generated code from designers isnt worth much most of the time anyway.
- There is Rich faces plugin from JBoss in Eclipse
- There is OEOPE from Oracle where is JSF designer for Eclipse
- Netbeans doesnt have any now
- IntelliJ Idea doesnt have WYSIWYG either as far as I know
To find what Netbeans
recommends, go to
http://wiki.netbeans.org/VisualWebSupport
精彩评论