编写 Websphere 7 RAD 脚本

发布于 2024-07-21 04:40:28 字数 144 浏览 10 评论 0原文

我们需要准备 EAR 的一部分以进行部署,通常通过将其加载到 RAD 中、右键单击 EJB 并选择“准备部署”选项来完成此操作。 然后我们导出 EAR。

是否有 IBM RAD 7 应用程序的脚本接口或从命令行运行准备,以便我们不必手动执行这些步骤?

We need to prepare part of our EAR for deployment, we usually do this by loading it into the RAD, right clicking on the EJB and selected "Prepare for deployment" option. Then we export the EAR.

Is there a scripting interface to the IBM RAD 7 application or running the prepare from the command line so we don't have to manually go through the steps?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

抠脚大汉 2024-07-28 04:40:28

您可以使用 ejbdeploy 命令生成部署代码。 它与 RAD 和 WAS 捆绑在一起。

请参阅 WAS 信息中心的“从命令行生成 EJB 部署代码”

You can use the ejbdeploy command to generate the deployment code. It's bundled with both RAD and WAS.

See "Generating EJB deployment code from the command line" at the WAS infocenter.

半城柳色半声笛 2024-07-28 04:40:28

您可以使用 RAD 的捆绑 ejbDeploy Ant 任务,如下所述:http://publib.boulder.ibm.com/infocenter/radhelp/v7r0m0/topic/com.ibm.etools.ant.tasks.doc/ topic/tantejbd.html

这最终运行与“准备部署”完全相同的功能,只是它在无头(非 GUI)模式下执行。

(对于 RAD 8.0 及更高版本,请在封闭的 EAR 上使用 prepForDeploy 任务:http://publib.boulder.ibm.com/infocenter/radhelp/v8/topic/com.ibm.ant.tasks.doc/主题/tpreparefordeploy.html

You can use RAD's bundled ejbDeploy Ant task, described here: http://publib.boulder.ibm.com/infocenter/radhelp/v7r0m0/topic/com.ibm.etools.ant.tasks.doc/topics/tantejbd.html

This ends up running exactly the same functionality as "Prepare for deployment", only that it does it in a headless (non-GUI) mode.

(For RAD 8.0 and later, use the prepForDeploy task on the enclosing EAR: http://publib.boulder.ibm.com/infocenter/radhelp/v8/topic/com.ibm.ant.tasks.doc/topics/tpreparefordeploy.html)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文