Repository: tomee Updated Branches: refs/heads/master 272fed31f -> 708f8aec0
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? Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/b56119d6 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/b56119d6 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/b56119d6 Branch: refs/heads/master Commit: b56119d665227af7d230810346686f36f1feae8b Parents: 0866dbe Author: pavelsmajda <[email protected]> Authored: Thu Dec 27 11:45:06 2018 +0100 Committer: pavelsmajda <[email protected]> Committed: Thu Dec 27 11:45:06 2018 +0100 ---------------------------------------------------------------------- docs/developer/ide/index.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/b56119d6/docs/developer/ide/index.adoc ---------------------------------------------------------------------- diff --git a/docs/developer/ide/index.adoc b/docs/developer/ide/index.adoc index 3d12207..bfd2c5c 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]
