Struts for IBM 应用服务器工具包
我希望使用 IBM 的 Application Server Toolkit 为 Websphere 构建一个 Struts 1.2.x 应用程序。 该工具包(它是 Eclipse 的一个版本)是否有任何已知可以帮助此类开发的插件? 我是 Struts 的新手,所以我也会在学习过程中学习这项技术,但我想让它尽可能轻松。
网络搜索只带来了诸如“MyEclipse”之类的东西,我无法在公司环境中使用它。
I'm looking to build a Struts 1.2.x application for Websphere, using IBM's Application Server Toolkit. Are there any plugins available for this toolkit (it is a version of Eclipse) that are known to help with this type of development? I am new to Struts so I will also be learning about the technology as I go along, but I want to make it as painless as possible.
A web search has only brought up things such as "MyEclipse", which I can't use in the corporate environment.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
根据您使用的 Websphere 版本,这可能会变得棘手。 我们有一个已经存在多年的旧 Struts 1.1 应用程序。 我使用旧的 5.x 版本的 Websphere 以及以前称为 Websphere Studio Application Developer 的工具来运行它。 它基于 Eclipse,并且内置了所有 Struts 的东西。
This can get tricky depending on the version of Websphere you are using. We have an old Struts 1.1 app that has been around for years. I use an old 5.x version of Websphere to run it, along with what used to be called Websphere Studio Application Developer. It is based on Eclipse, and all the Struts stuff is built in.
IBM websphere 的定制 eclipse 的名称是 Rational Software Architect,我认为它带有一个 Struts 插件
the name of the custom eclipse for IBM websphere is Rational Software Architect and i think it comes with a Struts plug-in
尝试 StrutsIDE Eclipse 插件。
Try StrutsIDE Eclipse plugin.
我不了解 Application Server Toolkit,但由于它是基于 Eclipse 的,因此您可以直接使用 Eclipse 项目中的 struts 插件。 请注意版本,因为它不是基于最新的 Eclipse 版本。
对于企业环境来说,最简单(尽管成本较高)的途径是通过 IBM 提供的 Rational Application Developer。 它与 WebSphere Application Server 很好地集成。 它有一个内置的struts插件。
I don't know about Application Server Toolkit, but since it's Eclipse based, you might directly use the struts plugin from the Eclipse project. Beware of the version, since it's not based on the very last Eclipse version.
The easiest, albeit costly, route for corporates environments is through Rational Application Developer that IBM provides. It integrates nicely with WebSphere Application Server. It has a struts plug-in build-in.