Quantcast

Don Schwarz

Don Schwarz 
See more by this person.



Articles:

Managing Component Dependencies Using ClassLoaders
Use of the Class-Path entry within a JAR file's manifest can help you manage external dependencies--to a point. Once you start using multiple JARs that need incompatible versions of external JARs, problems quickly ensue. As Don Schwarz shows, you can get out of this problem by using your own class loader to manage the dependencies. Apr. 13, 2005

Peeking Inside the Box: Attribute-Oriented Programming with Java 1.5, Part 2
Continuing an investigation into generating update messages without explicitly coding them, Don Schwarz tries combining some new approaches, including thread sampling and bytecode manipulation. Jul. 21, 2004

Peeking Inside the Box: Attribute-Oriented Programming with Java 1.5, Part 1
Don Schwarz wants to add a status indicator to his Swing application, but the straightforward way turns out to be inelegant and limiting. In this first part of "Peeking Inside the Box," he considers code generation and bytecode manipulation as alternatives. Jun. 30, 2004