Tuesday, April 26, 2005

Java Extension Mechanism

Java has a huge collection of classes, but many projects need to call upon code outside of core Java, which leads to the question of where to store and how to load this code. Thomas Künneth shows how Java's Extension Mechanism allows you to make new code available to all Java applications.
rating comment: Very interesting article, similar to the "ClassLoaders and Jar Dependencies" article I wrote about last week.

No comments: