ATG Architecture
ATG follows architecture listed below.
ATG follows architecture listed below.
- Component Centric - The Dynamo Web applications are collected out of individual Java Bean components, which are configured and linked together with .properties files.
- MVC - Model View Controller architecture is a standard design pattern that separates an application into three main components: the model, the view, and the controller.
Design Patterns followed in ATG
• MVC2 in a Dispatcher View Strategy (a pull based MVC) used by Droplets.
• MVC2 in a Service To Workers Strategy (a push based MVC) by formhandlers.
• Dependency Injection or IOC (Inversion Of Control) used by nucleus to resolve inter dependencies between components.
No comments:
Post a Comment