what specs make up each J2EE/Java EE spec?
Does anyone know where I can find a simple listing of what indiviual specs go into each J2EE/Java EE spec. Like a table that lists each J2EE/Java EE version (1.3, 1.4, 5) and a listing what version of each specific technology (JSP, Servlet, EJB, etc.) goes with that J2EE/Java EE version. I have searched high and low and cannot find this information in one place. It seems to be scattered all over the place.
# 1
I don't know of a single table showing them all either. There are relatively few specs(e.g. ejb/servlet)
that have revved in every Java EE release so it would make for a sparse table. The definitive
source for a particular release is the umbrella J2EE/Java EE JSR.
J2EE 1.2 : (predated JCP) not sure where the spec is posted
J2EE 1.3 : http://jcp.org/en/jsr/detail?id=58
J2EE 1.4 : http://jcp.org/en/jsr/detail?id=151
Java EE 5 : http://jcp.org/en/jsr/detail?id=244