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.

[416 byte] By [rumpshakera] at [2007-11-26 17:49:46]
# 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

ksaksa at 2007-7-9 5:02:15 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Yeah, I guess there is no single source for that information. Thanks for the links. They have the information much more consolidated than anything else I have seen.
rumpshakera at 2007-7-9 5:02:15 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...