Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Configure/Extending with modules

843807Feb 7 2003 — edited Feb 14 2003
Hi,

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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 14 2003
Added on Feb 7 2003
4 comments
63 views