A reference model for the design pattern automation
Loading...
Date
Authors
Journal Title
Journal ISSN
Volume Title
Publisher
The University of Peradeniya
Abstract
In this report a reference model for Design Pattern Automation is presented. Implementation of this reference model can give solutions to automatic code generation from the design patterns.
Since design patterns provide solution to recurring problems, developers need to implement the patterns according to problems. According to the problem sometimes developers need to implement the patterns repeatedly each time they are applied. Code reuse is difficult task as well as time consuming activity. To address these difficulties, Automation Tool for design patterns is presented.
The reference model includes two components:
* Functional model
* Architectural model
Functional model describes the functionality of the system and architectural and data models are designed in such a way that the functionality can be achieved.
Code Generator is the major part of Design Patterns Automation Tool. To _implement this approach Apache Template Engine Technology is used. The process of working of this Template engine is described in this report as well.