Mischiefblog
I WATN 2 MAEK GAEM!

Posts from March, 2010

Plug-in architectures in Java

Posted by Chris Jones
On March 14th, 2010 at 17:56

Permalink | Trackback | Links In |

Comments (2) |
Posted in Java

An off-hand discussion at work (“This application is being used by more groups now . . . wouldn’t it be cool to make it so they can develop independently?”) led to me looking into Java classloaders this weekend. Here’s the core for an application that’s treated like a bus in that it looks to see what’s plugged into it and provides communications (context) to each plug-in.
(more…)