java - What versions of related technologies apply to J2EE 1.4, 5, and 6? -


so i've had hairpulling experiences lately because of coming onto projects being developed using 1 technology (say tomcat 6) having deploy (say oracle 10g r3). differing application servers aside, multiple times i've had downgrade java ee specs java ee 5 j2ee 1.4 , in doing, had scour web figure out versions of apis should exist in build path ensure compatibility. started compose list hope able fill in or correct. check out:

j2ee technology, desc ,1.4, 5, 6

ws, web service api, ?, ?, 1.3
saaj, soap attach, 1.2, ?, ?
jaxp, xml processing, 1.2, ?, ?
jaxb, xml binding, ?, 2.0, 2.2
stax, streaming api xml, ?, ?, ?
jax-ws, xml web services, ?, 2.1, 2.2
jax-rpc, xml remote procedure, 1.1, 1.1, 1.1
jax-rs, xml restful services, x, x, 1.1
jaxr, xml registry, 1.0, ?, ?
jsf, java server faces, jsp only, 1.2, 2.0
jsp, java server pages, 2.0, 2.1, 2.2
el, expression lang, 2.0, 2.1, 2.2
jstl, standard tag lib, 1.1, 1.2, 1.2
servlet, servlet api spec, 2.4, 2.5, 3.0
ejb, enterprise java bean, 2.1, 3.0, 3.0 jpa, persistence api, x, x, 2.0
jndi, naming directory, 1.2, ?, ? jdbc, database connectivity, 3.0, ?, ? javamail, email, 1.3, 1.4, ?
connector, j2ee connector, 1.5, 1.5, 1.6 jaf, activation framework, 1.0, 1.1, 1.1

the constituent technologies of java ee standards described in specifications:


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -