The Code Style Web site has evolved by the gradual refinement and accumulation of articles and features. This review is part of a fully backdated site log and archive that may help shed light on when, why and how particular features were implemented. Many of these log entries refer to the Code Style Java package, which delivers the servlet services on this site.
Subscribe to the news feed for this log:
Added FAQ answers for the CSS, Java, servlets, servlet containers, site manager and site design sections:
Introduced a TidyException type to the TidyDriver class to report errors parsing HTML that JTidy cannot recover. The working version of JTidy does not throw exceptions from the parse method, so TidyDriver assigns a StringWriter to its setErrout method via a new PrintWriter. TidyException is a subclass of IOException, so all clients handle this case without modification, but with much more helpful error messages.
Added boolean fields and mutators to the JDBC MockConnection class to trigger failures when closing the connection and calling transaction methods, to allow thorough testing of Data Access Object code.
These backdated pages record detailed changes to the Code Style Web site since July 2000, when development first got underway. Some pages may refer to documents or features that have since changed or are no longer part of the site, but the archive is checked to ensure there are no dead links.
For a summary overview, see the annotated site log contents.