Java Example Code 1.2.4 API

If there is one thing that I feel very strongly about, it is that software must be documented. I also feel that it is very important that student be exposed to sample code when learning a programming language. To those ends, I have written a number of sample Java classes that demonstrate the concepts and APIs that we discuss in class. These classes are documented using Java documentation comments and HTML pages have been generated from them using Javadoc.
Packages
Package
Description
This package contains classes and interfaces used in the projects for The Joy of Coding with Java and Android.
 
 
 
 
This package contains classes that demonstrate Java's core API.
 
Examples of using Dependency Injection and Google Guice.
Contains miscellaneous example programs that don't necessarily fit into any of the lectures.
The package contains a family tree application that uses many of the classes that we discuss in The Joy of Coding.
This package contains classes that are used to keep track of students, grade projects, and submit assignments for The Joy of Coding.
 
 
 
 
 
 
 
The package contains examples of how to write unit tests using the JUnit test framework.
 
This package contains example Java programs that demonstrate fundamental aspects of the Java programming language such as declaring variables, handling exceptions, and class inheritance.
This package contains classes that demonstrates Java's networking and concurrent programming facilities.
 
 
This package contains examples of Java's Reflection API.
 
This package contains example code that demonstrates a number of Java's security features.
This package contains examples of Java servlets that are deployed to a web container.
 
This package contains example of interesting and tricky Java programs from the "Tips and Tricks" lecture.
 
 
This package contains classes and programs that demonstrate Java's APIs for working with XML, the Extensible Markup Language.