Maven EAR:ejb 模块 +应用程序客户端(app client)模块
我想创建一个由 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我最终联系了 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
基本上,这是一个 EAR 项目,我建议使用 Maven EAR 插件 。
Basically that this is an EAR Project i would recommend to use the Maven EAR Plugin.
这是:
http://maven.apache.org/plugins/maven-acr -plugin/
http:// maven.apache.org/plugins/maven-ear-plugin/examples/using-app-client.html
And Here it is:
http://maven.apache.org/plugins/maven-acr-plugin/
http://maven.apache.org/plugins/maven-ear-plugin/examples/using-app-client.html