Tuesday, August 17, 2004

Pragmatic Software - Software Development Templates

Software Development Templates: "This site provides some templates that you will find useful during the development of your software product."

Rating: ****

Thursday, August 05, 2004

Eclipse.org Main Page

Eclipse.org: "Eclipse is a kind of universal tool platform - an open extensible IDE for anything and nothing in particular. Find out what eclipse is all about - check out the white paper, read some technical articles, visit the newsgroups, take a look at the projects, and pick up the latest downloads. Don't forget to check out the Eclipse Project FAQ and online documentation. You can find out about eclipse-related events, projects, plug-ins and websites on the Community page."

Eclipse is arguably the best Open Source IDE tool around. Go ahead and Try it, then see for yourself.

Rating:*****

JUnit, Testing Resources for Extreme Programming

JUnit, Testing Resources for Extreme Programming: "JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. JUnit is Open Source Software, released under the Common Public License Version 1.0 and hosted on SourceForge."

JUnit is really a great tool to automate repetitive testing tasks. Create your test cases using Junit and you are good to go.

Rating: *****