有 Netbeans 6.5 的 struts 配置工具吗?
我找到了 Struts Console Tool 但它的开发在 2004 年停止了,所以它可以工作使用 Netbeans 3.2。
有没有办法在Netbeans 6.5下安装它?
是否有任何选项可以在 XML 级别上编辑 struts-config.xml?
I have found Struts Console Tool but its development stopped in 2004, so it works with Netbeans 3.2.
Is there a way to install it under Netbeans 6.5?
Are there any options to edit struts-config.xml above the XML level?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Netbeans 支持自动
struts-config.xml
修改。 例如,如果您右键单击您的项目并选择New/Struts Action
,Netbeans 不仅会创建一个新类,而且还可以修改您的struts-config.xml
并添加新的
标记。 当然,它不是一个复杂的 GUI,但您不必一直手动编辑struts-config.xml
。Netbeans supports automatic
struts-config.xml
modifications. For instance if you right click on your project and chooseNew/Struts Action
Netbeans will not only create a new class, but it can also modify yourstruts-config.xml
and add a new<action>
tag. Of course it's not a complex GUI, but you don't have to manually editstruts-config.xml
all the time.您需要一个工具来编写非常简单的 XML 文件吗? 特别是当 IDE 应该在 XML 编辑器中为您提供标签完成、成员列表帮助等时?
You need a tool to write a very simple XML file? Especially when the IDE should offer you tag completion, member list assistance, etc, in the XML editor?