Let's say we want to make a coffee machine on the NetBeans
Platform. It can be enabled...
...it can also be disabled:
However, interestingly, the checkbox to enable the coffee
machine is in one module, while the window that shows the results
of the coffee production is in a different module:
There is no dependency between the two modules, i.e., the one
module does not use code or refer to code in the other module.
Because the two modules are loosely coupled, we can easily...