Configure/Extending with modules
843807Feb 7 2003 — edited Feb 14 2003Hi,
Is there a way to extend/configure a java Desktop application easily? I explain. I could develop lot's of JavaBeans with specific functionalities. I would like to add a set of them to a base application [the heart] -> without recompiling with the help of a config file (ie xml one) i could add or remove these modules. Ie accounting for US and BE are quite different. I could remove the BE accounting and replace it by the US one without any recompilation of the code.
How can i do this? I heard about JMX but it is more server side than client side (MBean...) if i have well understood and i dont have the time now to explore JMX.
JMi