Dear Ranchers,
How can I develop an
Java application, which is flexible and able to accept and play any plug-in. A plug-in represents a business process.
For example, Netbeans or Eclipse.
With these IDEs, we can select plug-in we want to use, install, then it works together with the previously installed plug-in.
Is good Design
Pattern enough for this? Or there are some issues related to technology?