blob: c2539c438ce20889496c98ac4caa51eaf9aee2db [file] [log] [blame]
= Integrated Development Environments (IDEs)
:jbake-date: 2016-03-16
:jbake-type: page
:jbake-status: published
:jbake-tomeepdf:
TomEE is supported by the main IDEs in the market:
- https://eclipse.org/downloads/[Eclipse]
- https://www.jetbrains.com/idea/download/[Intellij Idea]
- https://netbeans.org/downloads/[Netbeans]
== Eclipse
Eclipse is an integrated development environment used in computer programming, and is the most widely used Java IDE. It contains a base workspace and an extensible plug-in system for customizing the environment. link:https://en.wikipedia.org/wiki/Eclipse_(software)[Wikipedia]
== IntelliJ IDEA
IntelliJ IDEA is a Java integrated development environment for developing computer software. It is developed by JetBrains, and is available as an Apache 2 Licensed community edition, and in a proprietary commercial edition. Both can be used for commercial development. link:https://en.wikipedia.org/wiki/IntelliJ_IDEA[Wikipedia]
== Netbeans
NetBeans is an integrated development environment for Java. NetBeans allows applications to be developed from a set of modular software components called modules. NetBeans runs on Microsoft Windows, macOS, Linux and Solaris. link:https://en.wikipedia.org/wiki/NetBeans[Wikipedia]