J2SE and J2EE difference
Hi,
I have a few confusions about J2SE and J2EE. If you can help to
clarify, that would be great.
1. What is the biggest difference between J2SE and J2EE? Is it just
that J2EE contains a few more extras libraries?
2. When I installed Java EE 5, the JRE installed is Java SE Run Time
library 6. Does it mean that J2EE and J2SE uses the same JRE?
3. Another question is regarding the J2EE implementations, like JBoss
and Sun Java System Application Server. Where does this piece come
into play? What is it used for? If I wrote an application with J2EE,
do I only need the JRE to run it, or I need the application servers to
run it?
Thanks.
.
Relevant Pages
- Re: Java training advice
... > I'm a mainframe programmer teaching myself Java. ... J2SE is if you want to program standalone applications. ... J2EE is a framework for creating applications that exist in an Enterprise ... configured for any number of databases. ... (comp.lang.java.help) - Re: Carrer advice : Java and Mainframe...
... > i just graduated in C.S. i've carried out internship in JAVA J2SE ... > from J2EE, Telling me that they are not abble to fill a J2EE spot with ... > being experienced in mainframe can make me get a developper position on ... (comp.lang.java.programmer) - Where Oh Where Are Runtime and System ?
... Well I am now on page 84 of Bruce Eckel's "Thinking in Java". ... System and Runtime classes anywhere. ... Did I mess up by downloading J2EE rather than J2SE? ... (comp.lang.java) - Re: What is J2SE vs J2EE?
... Sun made a lot of changes to the Java platform library and VM between versions 1.1 and 1.2, enough so that they decided to call the result "Java 2" instead of plain Java, but without actually changing the version numbers. ... "Java 2 Enterprise Edition", or J2EE for short. ... In order to distinguish the original, base Java 2 package, it was rebranded to "Java 2 Standard Edition," or J2SE. ... (comp.lang.java.programmer) - Re: J2EE and J2SE
... that you probably won't touch upon when you are doing J2SE ... It is one thing to use Java to write desktop programs but it is another ... month or so for a crash course to understand J2EE techology. ... > Martin Thorpe ... (comp.lang.java.programmer) |
|