java Netbeans 7.2.1 可视化 Web 编辑器
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/13964545/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Netbeans 7.2.1 Visual Web Editor
提问by Apoorv Kansal
Is there some sort of Visual Web Editor for Netbeans 7.2.1 and JSF development?
是否有用于 Netbeans 7.2.1 和 JSF 开发的某种可视化 Web 编辑器?
采纳答案by prageeth
I think no. Look at here to find what Netbeans
recommends:
http://wiki.netbeans.org/VisualWebSupport
我想不是。在这里查看Netbeans
推荐内容:http:
//wiki.netbeans.org/VisualWebSupport
Where can I find the Visual Web Pack with Visual Editor support for web page design?
Starting from NetBeans 6.8, the Visual Web module is no longer available. No further development is planned. Those who want to use the Visual Web pack can use NetBeans 6.7.1 or earlier versions and get the Visual Web module from the Beta Update center.
Visual Web Documentationfor NetBeans IDE are now archived and can be downloaded as part of the NetBeans IDE 6.5 Documentation Archive. The zip file of the archive can be downloaded from http://netbeans.org/kb/archive/index.html#NetBeans_6.5_Docs_Archives
What other options are available for developing JSF based Web apps?
Developers who want to use a WYSIWYG, Visual Web-type environment that is still maintained have the following options:
JDeveloper ADF Faces from Oracle
This is a free to develop offering which provides a full featured visual JSF development environment. Oracle ADF Faces provides over 150 AJAX enabled JSF components including graphs, gauges, maps and the full set of core components as provided by the discontinued Woodstock project. For details see http://www.oracle.com/technology/products/jdev/htdocs/netbeans/jsf.html.
IcesFaces for NetBeans
IceFaces provides a similar JSF component set as Woodstock, including support for JSF 2.0. IceFaces enables users to continue using NetBeans IDE, but without a visual development environment. See http://www.icefaces.org/JForum/posts/list/16995.pagefor more information.
Apache MyFaces Trinidad
Apache MyFaces Trinidad is a JSF framework that has a large, enterprise quality component library, including support for JSF 2.0. Oracle'S ADF Faces is built on this framework. See http://myfaces.apache.org/trinidad/index.htmlfor more information.
在哪里可以找到支持网页设计的可视化编辑器的可视化 Web 包?
从 NetBeans 6.8 开始,Visual Web 模块不再可用。没有进一步的开发计划。想要使用 Visual Web 包的用户可以使用 NetBeans 6.7.1 或更早版本,并从 Beta 更新中心获取 Visual Web 模块。
NetBeans IDE 的可视化 Web 文档现已存档,可以作为 NetBeans IDE 6.5 文档存档的一部分下载。存档的 zip 文件可以从http://netbeans.org/kb/archive/index.html#NetBeans_6.5_Docs_Archives下载
还有哪些其他选项可用于开发基于 JSF 的 Web 应用程序?
想要使用 WYSIWYG、仍然维护的可视化 Web 类型环境的开发人员有以下选择:
来自 Oracle 的 JDeveloper ADF Faces
这是一个免费的开发产品,它提供了一个功能齐全的可视化 JSF 开发环境。Oracle ADF Faces 提供了 150 多个支持 AJAX 的 JSF 组件,包括图形、仪表、地图和由已停产的 Woodstock 项目提供的全套核心组件。有关详细信息,请参见http://www.oracle.com/technology/products/jdev/htdocs/netbeans/jsf.html。
NetBeans 的 IcesFaces
IceFaces 提供了与 Woodstock 类似的 JSF 组件集,包括对 JSF 2.0 的支持。IceFaces 使用户能够继续使用 NetBeans IDE,但没有可视化开发环境。有关更多信息,请参阅http://www.icefaces.org/JForum/posts/list/16995.page。
Apache MyFaces 特立尼达
Apache MyFaces Trinidad 是一个 JSF 框架,它拥有一个大型的、企业级质量的组件库,包括对 JSF 2.0 的支持。Oracle 的 ADF Faces 就是建立在这个框架之上的。有关更多信息,请参阅http://myfaces.apache.org/trinidad/index.html。