问题描述
我正在寻找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.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, ...
在一个简单的表中
它可以从以下提取:
,和但我正在寻找一个简单的表格。
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 6通过 / / 。
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)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!