The Source for Java Technology Collaboration


Creator of javapractices.com. One especially useful feature of the site are its complete example applications. Included are

  • online javadoc for all source (with links to syntax-highlighted source code provided through javadoc's -linksource option)
  • downloadable zip files with complete source

There are currently two example applications

  • StocksMonitor is an example Swing application. A Java Web Start launch point is included. It consists of about 80 classes.
  • MessageBoard is an example web application. It uses JDBC and MySql for persistence, and its data layer is a demonstration of how strikingly compact JDBC code can be when all code duplication is eliminated.

Personal Preferences (details in TWikiVariables)

  • Horizontal size of text edit box:
    • Set EDITBOXWIDTH = 90
  • Vertical size of text edit box:
    • Set EDITBOXHEIGHT = 30
  • Style of text edit box. width: 99% for full window width (default), width: auto to disable.
    • Set EDITBOXSTYLE = width: 99%
  • Optionally write protect your home page: (set it to your WikiName)
    • Set ALLOWTOPICCHANGE =

Related topics

Topic JohnOHanley . { Edit | Ref-By | Printable | Diffs r3 < r2 < r1 | More }
 XML java.net RSS

Revision r3 - 20 Jul 2003 - 13:56:00 - Main.johanley
Parents: TWikiUsers