面向 Java EE 开发人员的 Eclipse IDE 与 Eclipse Juno 之间的区别
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/22950403/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Difference between Eclipse IDE for Java EE Developers and Eclipse Juno
提问by Diwesh Saxena
What is the difference between "Eclipse IDE for Java(EE) Developers" and "Eclipse Juno"?
“面向 Java(EE) 开发人员的 Eclipse IDE”和“Eclipse Juno”之间有什么区别?
I will be working on website development in JSP using Apache Tomcat web server.
我将使用 Apache Tomcat Web 服务器在 JSP 中进行网站开发。
Are there any migration issues in the near future from one edition of Eclipse to another?
在不久的将来从一个版本的 Eclipse 到另一个版本是否有任何迁移问题?
采纳答案by leonbloy
What is the difference between Eclipse IDE for Java(EE) Developers and Eclipse Juno .
Eclipse IDE for Java(EE) Developers 和 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:
“Juno”只是 IDE 4.2 版的幻想名称。不同的(连续)版本由一个数字(3.7、4.2、4.3 ...)和一个代号来调用:
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).
反过来,每个版本都可以在多个打包变体中下载,这些变体仅在包含哪些插件(功能)方面有所不同(“Java EE 开发人员的 Eclipse IDE”、“RCP 和 RAP 开发人员的 Eclipse”等)。
There are usually no relevant issues in migrating from one version to another, in general you should try with the last version.
从一个版本迁移到另一个版本通常没有相关问题,通常您应该尝试使用最后一个版本。
回答by mo sean
Eclipse IDE has more versions like
Eclipse IDE 有更多版本,例如
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 Eclipse
IDE see wiki eclipse
所以Juno
不是不同的IDE,它是IDE的一个版本,Eclipse
参见wiki eclipse
回答by Lucky
Different versions of Eclipse have been named after different celestial bodies, more specifically planets or planets' natural satellites. Examples are: Europa, Ganymede, Callisto, Galileo, Luna, and recently, Mars. The next version coming in 2016 has been named Neon.
不同版本的日食以不同的天体命名,更具体地说是行星或行星的天然卫星。例如:木卫二、木卫三、卡利斯托、伽利略、卢娜,以及最近的火星。2016 年推出的下一个版本被命名为 Neon。
It is always recommended to use the latest version of Eclipse IDE. As Juno was released it had more support and better than Indigo and Helios. But as more future versions are released the support and stability becomes better. And I had no problems in switching to any future releases. In fact, performance and stability just got better as I moved on to the latest versions every year. As of August 2015, the list of all eclipse versions,
始终建议使用最新版本的 Eclipse IDE。随着 Juno 的发布,它比 Indigo 和 Helios 获得了更多的支持和更好的支持。但是随着更多未来版本的发布,支持和稳定性会变得更好。而且我在切换到任何未来版本时都没有问题。事实上,随着我每年都转向最新版本,性能和稳定性变得更好。截至2015年8月,所有eclipse版本列表,
3.0 == Not Named released in 2004
3.1 == Not Named released in 2005
3.2 == Callisto released in 2006
3.3 == Europa released in 2007
3.4 == Ganymede released in 2008
3.5 == Galileo released in 2009
3.6 == Helios released in 2010
3.7 == Indigo released in 2011
3.8 & 4.2 == Juno released in 2012
4.3 == Kepler released in 2013
4.4 == Luna released in 2014
4.5 == Mars released in 2015
4.6 == Neon(Future release expected in 2016)
Notes:- There is a 3.8 release of Eclipse Juno; it is not promoted on the main downloads page, but a packaged distribution is available for download. Eclipse 3.8 provides bugfixes for Indigo & adds Java 7 support, and its maintenance was dual streamed with 4.2. Source - Wikipedia
注意:- Eclipse Juno 有 3.8 版本;它没有在主下载页面上推广,但可以下载一个打包的发行版。Eclipse 3.8 为 Indigo 提供了错误修正并添加了 Java 7 支持,其维护与 4.2 进行了双流处理。来源 -维基百科