-
API & Design -
Download4J API
:
The generated JavaDoc will be useful for a programmer who
needs more information on classes, methods and static fields.
[Browse
Download4J JavaDoc]
Download4J Samples
:
In addition JavaDoc, here is the javazoom.download.DownloadServlet
source code to let
developers learn more about Download4J integration.
Download4J
design :
Here is the UML class diagram of javazoom.download
and javazoom.download.util packages. Basically, DownloadImpl
(singleton) class has a DownloadSource (for folder, zip, or
database), a DownloadListener (for notification) and a Config
concrete class. Depending on XML configuration file, Config
subclass is instancied through a ConfigHandler called by a
SAX parser. Config has Properties and a Vector of FileInfo
(for download controls such as counter, login, password, content-type
...). DownloadServlet relies on DownloadImpl to provide the
download service.
javazoom.download |
javazoom.download.util |
 |
 |
|