|
Modules See What is a Complex Component to understand what is meant when I talk about modules. Basicly, a module is an autonomous piece of code. It looks like a big component (form, service) with a specified interface. It is mandatory that it should be very easily integrable within any system (called host system).
|
|