Implementing a plugin interface

Posted by James P. on Stack Overflow See other posts from Stack Overflow or by James P.
Published on 2010-05-16T07:59:27Z Indexed on 2010/05/16 8:10 UTC
Read the original article Hit count: 123

Filed under:
|

What's a good way of adding a plugin interface such that it's possible to have optional components?

I'm aware of the Class.forName() approach (used with JDBC for example) but there is also dynamic class loading.

© Stack Overflow or respective owner

Related posts about java

Related posts about plugins