Source code |
|
|
|
Here is a repository of all listings, templates, samples, and other source files that is referenced in my articles published on Internet News.
April 1998 issue
BaseApplication.java
- Source code of a Base Application Template
AdvancedApplication.java
- Source code of an Advanced Application Template
SingletonApplication.java
- Source code of a Singleton Application Template
BaseApplet.java
- Source code of a Base Applet Template
AdvancedApplet.java
- Source code of an Advanced Applet Template
BaseApplet.html
- HTML Page for the Base Applet Template
May 1998 issue
AppletTemplate.java
- Source code of a Reusable Applet Skeleton
AppletTemplate.html
- javadoc-generated documentation for the Reusable Applet Skeleton
AllNames.html
- javadoc-generated index
packages.html
- javadoc-generated package list
tree.html
- javadoc-generated class hierarchy
June 1998 issue
DataFilter.java
- Example of filter for the case conversion of text
HTMLStripper.java
- Example of filter for stripping HTML tags
lowercase_chars.txt
- Sample of lowercase Latin-1 characters
lowercase_chars.txt
- Corresponding sample of uppercase Latin-1 characters
October 1998 issue
SystemProperties.java
- A class that returns System Properties values by name
ShowProperty.java
- A class using SystemProperties class to show the value of a System Property
RemoteProperty.java
- The interface representing a System Property on a remote system
RemotePropertyImpl.java
- The implementation of the RemoteProperty interface
RemotePropertyServer.java
- The server that exports the RemotePropertyImpl class to the client
ShowRemoteProperty.java
- The client that shows the value of a remote System Property by using the RemoteProperty interface
startServer.bat
- A DOS batch file to start the server in a DOS window (Win95/98/NT, OS/2)
compileAll.bat
- A DOS batch file to compile all Java files and to generate the skeleton and the stub files too (Win95/98/NT, OS/2)