gpt4 book ai didi

java - javaee-api 和 javaee-web-api 有什么区别?

转载 作者:IT老高 更新时间:2023-10-28 21:18:34 31 4
gpt4 key购买 nike

我意识到这些依赖项是针对 Java servlet 规范进行编译所必需的,等等,但我不清楚它们之间的区别,以及何时应该使用一个而不是另一个。

它们之间有什么区别?一个是另一个的超集吗?

<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>6.0</version>
<scope>provided</scope>
</dependency>

dependency>
<groupId>javax</groupId>
<artifactId>javaee-web-api</artifactId>
<version>6.0</version>
<scope>provided</scope>
</dependency>

最佳答案

javaee-web-api 应该支持Java EE Web Profile .

Introduced in Java EE 6, the Web Profile radically streamlines the platform and enables the creation of a new dawn of lightweight, agile, compelling application servers with a laser focus on web application development.

但是,如果您比较两个不同的 jar 文件,它们之间几乎没有什么不同。我用 7-zip 打开它们,这两个屏幕截图显示了唯一的(AFAIK)差异,即 javaee-web-api 中不支持 JMS xml 库在 javaee-api 中似乎更大。

javaee-api

enter image description here

javaee-web-api

enter image description here

关于java - javaee-api 和 javaee-web-api 有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16789020/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com