Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between Eclipse IDE for Java EE Developers and Eclipse Juno

What is the difference between "Eclipse IDE for Java(EE) Developers" and "Eclipse Juno"?

I will be working on website development in JSP using Apache Tomcat web server.

Are there any migration issues in the near future from one edition of Eclipse to another?

like image 443
Diwesh Saxena Avatar asked Apr 08 '14 23:04

Diwesh Saxena


People also ask

What is the difference between Eclipse and Eclipse EE?

That EE stands for Enterprise Edition, which are versions of Java and Eclipse that include tools for server development.

What is Eclipse Juno?

The Juno release is the first coordinated released based on the Eclipse 4 platform. Eclipse 4.2 is now the default platform for the Eclipse community. New Koneki project provides world-class Lua development tools for M2M application development.

Which Eclipse should I use for Java?

To use Eclipse for Java programming, choose "Eclipse IDE for Java Developers" (JavaSE) or "Eclipse IDE for Java EE Developers" (JavaEE). You need to first install JDK. Read "How to install JDK on Ubuntu". To use Eclipse for PHP programming, choose "Eclipse IDE for PHP Developers".


2 Answers

What is the difference between Eclipse IDE for Java(EE) Developers and Eclipse Juno .

The concepts are orthogonal.

"Juno" is just the fantasy name for the IDE version 4.2. Different (succesive) releases are called by a number (3.7, 4.2, 4.3 ...) and also by a codename:

Eclipse 3.7 = Indigo
Eclipse 4.2 = Juno
Eclipse 4.3 = Kepler
Eclipse 4.4 = Luna
Eclipse 4.5 = Mars

Each release, in turn, can be downloaded in several packaged variants, which differ only in which plugins (functionality) are included ("Eclipse IDE for Java EE Developers", "Eclipse for RCP and RAP Developers", etc).

There are usually no relevant issues in migrating from one version to another, in general you should try with the last version.

like image 79
leonbloy Avatar answered Oct 14 '22 08:10

leonbloy


Eclipse IDE has more versions like

Eclipse 3.7 = Indigo
Eclipse 4.2 = Juno
Eclipse 4.3 = Kepler
Eclipse 4.4 = Luna
Eclipse 4.5 = Mars
Eclipse 4.6 = Neon (planned)

so Juno is not different IDE it is a version of EclipseIDE see wiki eclipse

like image 33
Mohsin AR Avatar answered Oct 14 '22 10:10

Mohsin AR