francisdb / flicklib

Automatically exported from code.google.com/p/flicklib
0 stars 0 forks source link

Let the users plug in services #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Some services have quite a bit of dependencies (netflix) and it might be
handy for the user to be able to choose what services to use

I suggest loading the services using the java 6 ServiceLoader mechanism:
http://java.sun.com/developer/technicalArticles/javase/extensible/index.html

any objections/ideas

this would also force a multi module build with at least the netflix module
split off

Original issue reported on code.google.com by franci...@gmail.com on 18 Nov 2008 at 7:38