简体   繁体   中英

Difference between Eclipse IDE for JavaScript and Web Developers and for Java EE

The question is, Eclipse IDE for JavaScript and Web Developers and Eclipse IDE for Java EE Developers, are both different IDEs, right? Assuming that, i can use the tools at Eclipse IDE for JavaScript and Web Developers like a eclipse java EE perspective? If not, what tools i can use to write javascript at Java EE IDE?

Thanks in Advance.

I really always hate to see folks being snippy in their answers, I apologize for the answers you got so far.

The core differences are:

Java: The essential tools for any Java developer, including a Java IDE, a Git client, XML Editor, Mylyn, Maven and Gradle integration

Web/JavaScript: The essential tools for any JavaScript developer, including JavaScript, TypeScript, HTML, CSS, XML, Yaml, Markdown... languages support; Kubernetes, Angular and React frameworks support; Node.js debugger; Git client; Mylyn task management; integrated terminal and remote filesystem explorer; Web and application server management.

At the end of the day its all about which packages come pre-installed. You can choose to start with one and then add the packages you want from the other. To see which specific pages are installed with either go here:

Java: https://www.eclipse.org/downloads/packages/release/2019-09/r/eclipse-ide-java-developers

Web/JavaScript: https://www.eclipse.org/downloads/packages/release/2019-09/r/eclipse-ide-web-and-javascript-developers-includes-incubating-components

As the Eclipse site clearly shows, the different versions contain different modules; in this case one has modules for JS and Web development, the other for Java EE development. Just download the version that has all the modules.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM