Application - Module - Component
The - Application - Module - Component - approach is based on
componentisation . It divides the project up :-
- Applications - largely UI's - User Interfaces .
Also application specific functionality .
- Modules - task interfaces , common operations ,
binding points . Provides the framework .
- Components - individual operations . Provides the
specific functionality .
|