From b56119d665227af7d230810346686f36f1feae8b Mon Sep 17 00:00:00 2001 From: pavelsmajda Date: Thu, 27 Dec 2018 11:45:06 +0100 Subject: [PATCH] I add description for all IDE's available on https://issues.apache.org/jira/browse/TOMEE-2417 Please check and let me know if Wikipedia links are OK or I need to change it for default IDE's wesites? --- docs/developer/ide/index.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/developer/ide/index.adoc b/docs/developer/ide/index.adoc index 3d12207f854..bfd2c5c4d59 100644 --- a/docs/developer/ide/index.adoc +++ b/docs/developer/ide/index.adoc @@ -12,12 +12,12 @@ TomEE is supported by the main IDEs in the market: == Eclipse -Be the first to write this part! +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] == Idea -Be the first to write this part! +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 -Be the first to write this part! +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]