简体   繁体   English

NetBeans VisualJSF(伍德斯托克)设计视图在6.7.1中不可用

[英]Netbeans VisualJSF (Woodstock) Design view not available in 6.7.1

I recently installed netbeans 6.9, but VisualJSF Design view was not available in it. 我最近安装了netbeans 6.9,但是其中没有VisualJSF Design视图。 I Googled and it seems design view is not available after version 6.7.1. 我用Google搜索,似乎在6.7.1版之后无法使用设计视图。 So I downloaded that version, but now I still dont have the design view. 所以我下载了那个版本,但是现在我仍然没有设计视图。

Does anyone know how to enable design view, or is there any other option to design the UI like we do using design view? 有谁知道如何启用设计视图,或者像我们使用设计视图一样,有没有其他选择来设计UI?

You can enable VisualJSF in NetBeans 6.7.1 by doing the following: 您可以通过执行以下操作在NetBeans 6.7.1中启用VisualJSF:

  1. Go to Tools --> Plugins 转到工具 -> 插件
  2. Select the Available Plugins tab. 选择可用插件选项卡。
  3. Choose Visual JSF , Visual JSF Runtime , and Visual Web JSF Backwards Compatibility Kit from the plugins list. 从插件列表中选择“ Visual JSF ,“ Visual JSF Runtime ”和“ Visual Web JSF Backwards Compatibility Kit ”。
  4. Install the plugins. 安装插件。
  5. Create a new project Java Web --> Web Application --> Choose Visual Web JavaServerFaces and a visual design time view will appear. 创建一个新项目Java Web- > Web Application- >选择Visual Web JavaServerFaces ,将出现一个可视化设计时视图。

新的Visual JSF项目创建向导

视觉JSF设计时间

From here: http://forums.netbeans.org/ptopic37586.html 从这里: http : //forums.netbeans.org/ptopic37586.html

NetBeans 6.7.1 was the last version with support for the visual desinger. NetBeans 6.7.1是支持可视化设计器的最新版本。 Be aware that you will able to visually work with JSF files, not plain JSP. 请注意,您将能够直观地使用JSF文件,而不是纯JSP文件。

Maybe, Using Netbeans 6.9.1 , you could check the following out: 也许,使用Netbeans 6.9.1可以检查以下内容:

There is a plugin called ' Web Preview ' that will open the file in your external browser for a preview and allow you to immediately see the changes you make (after refreshing the browser). 有一个名为“ Web Preview ”的插件,它将在外部浏览器中打开文件进行预览,并允许您立即查看所做的更改(刷新浏览器之后)。

But as far as I'm aware there isn't a WYSIWYG web page designer, and I can't seem to find one in the Plugins after a 'quick' search in Google. 但是据我所知,没有一个所见即所得的网页设计器,在Google中进行“快速”搜索后,似乎在插件中找不到一个。

Maybe you could look here for alternatives: https://stackoverflow.com/questions/5833/looking-for-wysiwyg-html-editor 也许您可以在这里寻找替代方案: https : //stackoverflow.com/questions/5833/looking-for-wysiwyg-html-editor

Choose "java desktop application" from New Project menu, not java class. 从“新建项目”菜单中选择“ java桌面应用程序”,而不是java类。 Just guessing your problem, I'm not sure why you're not seeing it. 只是猜测您的问题,我不确定为什么您没有看到它。 I'm using 6.9 for a GUI. 我将6.9用于GUI。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM