Introduction - If you have any usage issues, please Google them yourself
To break the dependency of a client upon a server when you can t modify the server, the Adapter pattern is
an alternate approach to last month s Abstract Server pattern. The class and object versions of this pattern
are offered and the article ends with an anonymous inner class implementation.