Critical tools that every Java Developer should have in his toolbelt?

Posted by Timur Fanshteyn on Stack Overflow See other posts from Stack Overflow or by Timur Fanshteyn
Published on 2010-04-12T20:58:22Z Indexed on 2010/04/12 21:13 UTC
Read the original article Hit count: 377

Filed under:
|

I was trying to compile a list of tools that a good Java Developer should be know of, and keep in his Developer Tool Belt

I can think of a few

  • Eclipse Development Environment - There are other IDEs, but you should know how Eclipse of eclipse.
  • JUnit - Java Unit Testing Framework. Of course there are others, but...
  • ANT
  • Maven
  • Soap UI - for testing SOAP endpoints
  • jrat - Java Profiler. I don't know of other good Java profilers
  • Java Decompiler - For when you just have to know what's in the jar file

© Stack Overflow or respective owner

Related posts about java

Related posts about tools