On Oct 8, 9:27 am, joerg <
li...@joerg-buchberger.de> wrote:
> Which modules are optional, so that they could be omitted for
> installation/deployment?
ModuleFusion is a micro-kernel architecture so everything except the
kernel (here OSGi) is optional. If you don't need for example Wicket,
simply remove the corresponding bundles.
You can remove
- Hibernate (load/hibernate),
- Wicket (load/wicket),
- HSQLDB (load/hsqldb)
- and the examples (load/examples).
The rest is base functionality and should not be removed.
HTH,
Roman