 |
To write any software and keep in manageable, one must use a variety of tools. These include:
- IDE - Integrated Development Environment
- JUnit - JUnit Testing Framework
- Ant - A make-like utility written in Java to allow for automated code building
- CVS - Concurrent Versioning System, a code repository that allows you to store files with versioning information
- TestingTools - A variety of other testing tools to assist in debugging software
-- GergisKhan - 27 Aug 2003
|