Re: J2EE vs J2SE vs JDK?
From: Bjorn Abelli (bjorn_abelli_at_DoNotSpam.hotmail.com)
Date: 02/28/05
- Next message: Malte: "Re: Homework Help! Urgent!"
- Previous message: exquisitus: "Re: Function pointers (Callback functions) in Java ?"
- Next in thread: Kevin McMurtrie: "Re: J2EE vs J2SE vs JDK?"
- Maybe reply: Kevin McMurtrie: "Re: J2EE vs J2SE vs JDK?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 28 Feb 2005 01:55:27 +0100
<nooneinparticular314159@yahoo.com> wrote...
> Hello. I am new to Java.
Then a more appropriate group to ask you questions in,
would be comp.lang.java.help.
> I would like to be able to create both Java
> applets and Applications, and I want to try
> to use the Netbeans IDE.
> There seem to be many different versions of
> Java on Sun's site, and I am confused about
> what I really need.
>
> Can you tell me the difference between J2EE, J2SE, and JDK?
In short, J2SE is an acronym for Java 2 Standard Edition, which comes in
different flavours. If you just want to be able to "run" Java applications
you just need the Java Runtime Environment (JRE) of it. If you want to
develop things in Java, you want the JDK (Java Development Kit).
As you're new to Java, stay away from J2EE for the time being. J2EE is the
Java 2 Enterprise Edition, which is an *extension* to J2SE, and supplies
foremost server-side technologies, such as Servlets, JSP and Enterprise
Javabeans.
To develop applications and applets, you just need the J2SE JDK, not J2EE.
> Why does J2EE want to install a server on my machine?
For you to be able to run server-side applications, as mentioned above.
For the Netbeans questions, someone more familiar with that environment
possibly could answer that question.
// Bjorn A
- Next message: Malte: "Re: Homework Help! Urgent!"
- Previous message: exquisitus: "Re: Function pointers (Callback functions) in Java ?"
- Next in thread: Kevin McMurtrie: "Re: J2EE vs J2SE vs JDK?"
- Maybe reply: Kevin McMurtrie: "Re: J2EE vs J2SE vs JDK?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|