EAR 版本 1.4、5、6

发布于 2025-01-02 00:34:45 字数 143 浏览 4 评论 0原文

有人可以向我解释一下 EAR 版本的区别吗?

它与 JDK 版本 1.4、5 和 6 相关吗?

谢谢。

在此处输入图像描述

Can someone please explain to me the difference in the EAR versions.

Is it tied to the JDK version 1.4, 5 and 6?

Thanks.

enter image description here

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

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

发布评论

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

评论(2

安稳善良 2025-01-09 00:34:45

它不是 JDK 版本。它是J2EE/Java EE 版本。

它询问您ear格式(部署描述符等)应遵循哪个J2EE/Java EE版本:J2EE 1.2或1.3或1.4或Java EE 5或Java EE 6。

应用程序服务器发布其合规性级别。一些应用程序服务器通常也支持较旧的 Ear 版本。例如,WebSphere 6.x 兼容 J2EE 1.4,但它仍然可以运行 1.3 Ear 版本。

It is not JDK version. It is J2EE/Java EE version.

It is asking you which J2EE/Java EE version the ear format (deployment descriptor etc) should adhere to: J2EE 1.2 or 1.3 or 1.4 or Java EE 5 or Java EE 6.

Application servers publish their compliance levels. And some application servers generally support older ear versions as well. For e.g. WebSphere 6.x is J2EE 1.4 compliant but it can still run 1.3 ear version.

尴尬癌患者 2025-01-09 00:34:45

在此处输入链接说明您希望最终部署到什么应用程序服务器和版本?您可能希望耳朵与目标应用程序服务器的合规级别相匹配。例如,Oracle 10.1.3.5 符合 J2EE 1.4,而 JBoss 7 符合 Java EE 6.0。

维基百科和其他人试图跟踪每个供应商的合规级别

enter link description hereWhat application server and version are you looking to ultimately deploy to? You would want the ear to match the level of compliance the target application server is. For example, Oracle 10.1.3.5 Is J2EE 1.4 while JBoss 7 is Java EE 6.0 compliant.

Wikipedia and others attempt to track what each vendor's compliance level is.

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