I there any dependcy between Java Enterprise Edition and Java standard Edit

Hi Friends,Is J2EE 1.4 uses Java SDK 1.4 or 1.5.Please reply as earlier as possible.It is urgentThanks Bye
[135 byte] By [er_mandeep_btecha] at [2007-10-3 0:34:17]
# 1

Each version of the Java EE platform must be able to run on the associated version of the Java SE platform. So, J2EE 1.4 must be able to run on J2SE 1.4 , Java EE 5 must be able to run on Java SE 5, etc.Note that this doesn't mean a particular implementation of Java EE can't be run with a more recent version of the JDK. For example, the J2EE 1.4 SDK can be run with J2SE 1.4 or Java SE 5.The key is that both the implementation of the Java EE platform and the applications written to that particular release of the platform must write to the corresponding Java SE version API.In other words, neither a J2EE 1.4 implementation nor a J2EE 1.4 application should make use of an API that was *added* in Java SE 5.

--ken

ksaksa at 2007-7-14 17:27:53 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...