简体   繁体   English

Web容器中的Java EE API

[英]Java EE APIs in the Web Container

I am learning JAVA EE through oracle documentation(which i feels is great BTW), but i am not able to understand diagram on below link can someone throw some light on this?(what does it mean?) 我正在通过Oracle文档学习JAVA EE(我感觉很棒,顺便说一句),但是我无法理解下面链接上的图表,有人可以对此有所了解吗?(这是什么意思?)

https://docs.oracle.com/javaee/7/tutorial/img/jeett_dt_007.png https://docs.oracle.com/javaee/7/tutorial/img/jeett_dt_007.png

It just shows you the APIs available in the web container. 它只是向您显示Web容器中可用的API。 So primary components that run in the web container are Servlets and JSF, however you may have also JAX-WS or JAX-RS services running there. 因此,在Web容器中运行的主要组件是Servlet和JSF,但是您可能还在那里运行了JAX-WS或JAX-RS服务。 These components may utilize various APIs, like for example JPA to access data layer, or EJB lite to use EJBs included in the application etc. And it all relies on Java SE, so you can use any class available there. 这些组件可以利用各种AP​​I,例如JPA来访问数据层,或者EJB lite来使用应用程序中包含的EJB等。它们都依赖Java SE,因此您可以使用那里可用的任何类。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM