问题描述
我正在寻找 Java EE(或以前称为 J2EE)和 Java SE 的组件分解
I'm looking for a component break down of Java EE (or previously know as J2EE) and Java SE
例如
J2EE 1.3: Servlet 2.3、JSP 1.2.JSTL 1.0, ...
J2EE 1.4: Servlet 2.4、JSP 2.0、JSTL 1.1、...
J2EE 1.4: Servlet 2.4, JSP 2.0, JSTL 1.1, ...
Java EE 1.5: Servlet 2.5、JSP 2.1、JSTL 1.2、...
Java EE 1.5: Servlet 2.5, JSP 2.1, JSTL 1.2, ...
在一个简单的表格中
它可以从:http://java.sun.com/j2ee/1.3/docs/ , http://java.sun.com/j2ee/1.4/docs/ 和 http://java.sun.com/javaee/technologies/javaee5.jsp 但我正在寻找一张简单的桌子.
It can be extracted from:http://java.sun.com/j2ee/1.3/docs/ , http://java.sun.com/j2ee/1.4/docs/ and http://java.sun.com/javaee/technologies/javaee5.jsp but I'm looking for a simple table.
那里有这样的东西吗?还是我自己写一个?
Is there something like this out there? Or should I write one myself?
推荐答案
维基百科有一个 Java EE 版本历史.不是在桌子上,但如果你愿意,你可以很容易地根据它自己烤一个.为了让每个人都可以使用它,您可以将它作为表格添加到同一个维基百科页面.目前 Java EE 6 顺便使用了 Servlet 3.0/JSP 2.2/JSTL 1.2.
Wikipedia has a Java EE version history. Not in a table, but you can easily bake one yourself based on that if you want. To make it available to everyone, you could just add it as a table to the very same Wikipedia page. The current Java EE 6 uses by the way Servlet 3.0 / JSP 2.2 / JSTL 1.2.
顺便说一下,JSP 2.2 只不过是 JSP 2.1 的维护版本".
JSP 2.2 is by the way nothing more than a "maintenance release" of JSP 2.1.
这篇关于终极Java版本表(J2EE、Java EE、Servlet、JSP、JSTL)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!