Java Examples contains the Java code for the examples used in articles on the site
Professional Software Development (basilv.com).
The code for each article is placed into separate packages under com.basilv.examples
.
See the API Documentation for the list of packages and corresponding articles.
Code is formatted using a non-standard coding convention to display better on the website. Code is generally written with minimal comments or error-handling: it is intended for educational purposes and not necessarily for production use.
Compilation of the provided code requires the Java Runtime Environment (JRE) version 5.0+ plus various open source libraries. Eclipse v3.4 project and classpath files have been included which contain the list of required dependencies.
Java Examples is copyright © 2009 by Basil Vandegriend. The software is licensed for use under the terms of the GNU General Public License (GPL) version 3.0 or later.
The software is provided for use as-is, and is not warranted to be defect-free or to meet your requirements.
The latest version of Java Examples can be downloaded from the Software page of the site Basil Vandegriend: Professional Software Development.
Feedback concerning this software is appreciated, and can be provided on the Software Feedback page.