| Author |
J2EE?
|
Dan Silva
Ranch Hand
Joined: Sep 05, 2007
Posts: 86
|
|
Hi, What is meant by 'developing in an enterprise environment'? What's the difference between regular Java and J2EE? Thanks.
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12907
|
|
There are several editions of Java. There's Java SE (Standard Edition), which is the standard Java runtime environment for desktop computers. There's Java ME (Micro Edition) which is Java for small devices such as cell phones and PDA's. And there's Java EE, which builds on top of Java SE. Java EE contains a number of extra API's which are especially useful for developing software in business environments, for example for software running on servers where there are many users using a large system. See also Sun's website: http://java.sun.com/javaee/ [ September 18, 2007: Message edited by: Jesper Young ]
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
 |
|
|
subject: J2EE?
|
|
|