Project Technical Guide
This project is being developed using Eclipse 3.5 you can download it here.
I will be using subclipse as my version control client. You can read my primer here (part 1 has instructions on how to install subclipse).
This is the url to my project's source repository: http://forecastaccuracychecker.googlecode.com/svn/trunk/ I would STRONGLY suggest AGAINST checking out the project from the HEAD revision. My tutorials a based upon specific revisions. Check with the tutorial you are reading for which revision to check out. Often it will be multiple as you go through the tutorial.
I will primarily be using MySQL server 5.0 for the project's database. You can download it here. I will be assuming the following setting:
user: root
password: turnleaf
url: http://localhost:3306
HeidiSQL will be my primary SQL client, you can download it here.
You can get the MySQL 5.0 JDBC Driver here.
