By sdnakhla
via odyssi.blogspot.com
Submitted: Jul 30 2007 / 14:57
A detailed look at Java's ServiceLoader class, and how it can be used to dynamically add functionality to your program through the use of a Service Provider Interface. This lets you add support for new protocols, formats, etc. without the need to change existing code within your application.
SaveShareSend
Tags: frameworks, java
Add your comment