Maven EAR:ejb 模块 +应用程序客户端(app client)模块

发布于 2024-10-18 03:53:17 字数 271 浏览 3 评论 0原文

我想创建一个由 EJB 3.1 模块和应用程序客户端模块组成的 EAR 项目,应用程序客户端通过 @Remote 接口与 ejb 模块通信...我过去已经用 ANT 做过很多次了,但我想要使用 Maven 进行此操作,

我已经搜索了好几天,并且找到了一些解决方法,但我还没有找到 maven-app-client-plugin...

我找不到 jira 来将此作为增强功能,有人知道吗这是存在的,或者如果有人想为此做出贡献,如何开始......如何与专家团队等建立基础,

巴勃罗。

I want to create an EAR project that consists of an EJB 3.1 module and an app client module, the app client talking to the ejb module through @Remote interface... I have done this many times in the past with ANT but I would like to do it with Maven

I've been googeling it for days and i have found some workarounds but i havent found a maven-app-client-plugin...

I cant find the jira to raise this as an enhancement, does anyone know if this exists or how to start if one wants to contribute to this.... how to tauch basis with the maven crew, etc.

Pablo.

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

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

发布评论

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

评论(3

西瑶 2024-10-25 03:53:17

我最终联系了 Stephane Nicolle,他是 Maven Ear 插件的开发者,他刚刚创建了一个 maven-acr-plugin Java EE 应用程序客户端,并容纳了 Maven EAR 插件来识别新的应用程序客户端打包类型。

因此,从 Maven EAR 插件 2.6 开始,Java EE 应用程序客户端有了官方 Maven 支持,

谢谢

I finally contacted Stephane Nicolle, the person who developed Maven Ear plugin and he just created a maven-acr-plugin Java EE app clients and accomodated Maven EAR plugin to recognize a new app-client packaging type.

So as of Maven EAR plugin 2.6, there is official maven support for Java EE app clients

Thank you

玉环 2024-10-25 03:53:17

基本上,这是一个 EAR 项目,我建议使用 Maven EAR 插件

Basically that this is an EAR Project i would recommend to use the Maven EAR Plugin.

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