How would you implement a Plugin-system for your Java application?
Is it possible to have an easy to use (for the developer) system which achieves the following:
- Users put their plugins into a subdirectory of the app
- The Plugin can provide a configuration screen
- If you use a framework, is the license compatible with commercial developement?
