Netbeans 支持 struts 2 吗?
我刚刚开始学习struts 2。我购买了《Struts 2 in action》这本书。但我想使用 IDE 来开发 Struts 2 应用程序。我基本上用的是netbeans。
请告诉我如何使用 netbeans 开发应用程序。另外,如果有人能指出一些相同的教程,那就太好了。
问候
P.S.我没用过eclipse。对于struts 2,是否建议切换到它(如果在这种情况下它比netbeans更好)?
I have just started learning struts 2. I have purchased the book named Struts 2 in action. But I want to use an IDE for developing Struts 2 applications. I basically use netbeans.
Please tell me how can i develop applications using netbeans. Also, it would be great if somebody can point out a few tutorials on the same.
regards
P.S. I haven't used eclipse. Is it advisable to switch to it for struts 2, (if it is better than netbeans in this case)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您已经在使用 NetBeans IDE,那么最好在 NetBeans IDE 中找到一个适用于 Struts2 的插件,因为它将为您提供用于 Struts2 的工具,让您保持使用 NetBeans IDE 时的舒适感。
Struts2 的插件可在
NetBeans 插件门户。请
访问链接
http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage。 jsp?pluginid=23467
并下载插件。该插件将以 ZIP 文件形式下载。解压后你会发现三个NBM文件。
图沙尔·乔希,那格浦尔
If you are already using NetBeans IDE then it is a good idea to find a plugin for Struts2 in NetBeans IDE as it will provide you tools for Struts2 maintaining the comfort you are already having with NetBeans IDE.
plugin for Struts2 is available in
the NetBeans Plugin Portal. Please
visit the link
http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=23467
and download the plugin. This plugin will get downloaded as a ZIP file. After unzipping it you will find three NBM files.
with regards
Tushar Joshi, Nagpur
我不使用 Netbeans,但这个 IDE 似乎仅原生处理 Struts 1.x,但您可以使用插件 适用于 Struts 2.x 框架。
关于教程,Google 可以帮助您找到其中一些,例如 一个。 NetBeans wiki 似乎也很有帮助。
I don't use Netbeans, but this IDE seems to handle natively only Struts 1.x, but you can use plugins for the Struts 2.x framework.
Regarding the tutorials, Google can help you to find some of them, like this one. The NetBeans wiki seems also helpful..