Java Tools no Java Developer Should be Without
I have just discovered three tools, or Java applications, that no Java programmer should do without. If you have not heard about these tools or are not using these tools and you program in Java you are seriously missing the boat. These three tools are:
- Ant - A Java build tool similar to Make for C
- Log4j - A logging library that makes adding trace statements incredibly simple
- JUnit - A tool for doing Unit Testing of Java classes and methods
Over the next few weeks, look for some articles and some links for each of these three tools.