One of my friends and I are writing a program to assist in AP
Statistics. Essentailly the program allows you to plot data in a variety
of ways and then export it to a browser/word processor friendly file format.
My question is this: Is there a way to move the classes to seperate
modules and detect their presence and load them dynamically at runtime?
IE, how does one go about implementing a plugin system in Java?
Statistics. Essentailly the program allows you to plot data in a variety
of ways and then export it to a browser/word processor friendly file format.
My question is this: Is there a way to move the classes to seperate
modules and detect their presence and load them dynamically at runtime?
IE, how does one go about implementing a plugin system in Java?
Comment