SourceForge.net Logo

Overview
  Introduction
  Project's Goal
  Related Projects
Design/Impl
  Basic Ideas
  Tasks
Documentation
  Quick Start
  Screen Shots
  FAQs
 
 
 
HttpClient
HttpClient is an excellent open source tool for retrieving the objects in the remote http web servers. With HttpClient, we can avoid lots of routine low-level http programming tasks, such as http redirection, http error handler and etc. You can get much more details from its website.
Log4j
Log4j is a common logging framework for logging the important trace data for debugging purpose. In quickget project, we will try to use log4j to log the important data for future debugging and user support. You can get much more information on log4j at http://logging.apache.org/log4j/docs/.
JUnit
JUnit is basically the standard for unit testing. And in this project, we will use the junit to test the public API for the model objects. JUnit's website is at http://www.junit.org.