Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/335.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 什么是JST和WST服务器适配器?_Java_Eclipse_Jakarta Ee - Fatal编程技术网

Java 什么是JST和WST服务器适配器?

Java 什么是JST和WST服务器适配器?,java,eclipse,jakarta-ee,Java,Eclipse,Jakarta Ee,Eclipse软件安装存储库包含两个条目 WST server adapters ans 没有全面的解释这些是什么 例如,第一个被解释为 Server adapters for use with the WST server tools 其次是 Server adapters for use with the JST server tools 所以他们是:) 和的Eclipse页面也包含mambo yambo 有没有可能说出这两个组件是什么,它们有什么不同?WST服务器组件为服务器提供通用

Eclipse软件安装存储库包含两个条目

WST server adapters
ans

没有全面的解释这些是什么

例如,第一个被解释为

Server adapters for use with the WST server tools
其次是

Server adapters for use with the JST server tools
所以他们是:)

和的Eclipse页面也包含mambo yambo


有没有可能说出这两个组件是什么,它们有什么不同?

WST服务器组件为服务器提供通用支持,而JST组件为J2EE服务器提供特定支持

如果您深入到文档中,它会提供更详细的信息。

WST

  • 代表web标准工具
  • 提供对构建多层Web应用程序的支持
  • 服务器组件包含用于选定服务器的服务器工具框架和适配器。在WST级别,服务器组件是一个非常通用的基础架构
JST

  • 表示j2ee标准工具
  • 提供对构建多层J2EE应用程序的支持
  • 服务器组件包含J2EE服务器工具框架和选定流行J2EE服务器(如ApacheTomcat)的适配器
Server adapters for use with the JST server tools