Java Wiki
Advertisement

Integrated Development Environment (IDE) is tool for simplifying your life in development process. Java community has following IDEs widely used (commercial products are NOT listed).

  • Eclipse (take it here)
  • NetBeans (take it here)
  • IntelliJ (take it here)

In team work and automated build procedures programmer has to be familiar with

  • Ant - take it here
  • Maven (check it here)

Also it is worth checking integration engine:

Advertisement