期刊名称:International Journal of Software Engineering and Its Applications
印刷版ISSN:1738-9984
出版年度:2014
卷号:8
期号:7
页码:73-94
DOI:10.14257/ijseia.2014.8.7,07
出版社:SERSC
摘要:Transformation is one of the prominent features and the rising research area of MDA (Model Driven Architecture) since last few years. MDA is a new paradigm of software engineering that considers models as first-class entities. Indeed, techniques of model transformations may be implemented to automatically generate elements of the system from models. In this paper, we have conducted a new technique of model transformation to generate the code of web application. This technique is based on the combination of diagrams. In this latter, we focus on the combination of the UML class diagram and the UML sequence diagram. This technique of transformation is defined by an algorithm. In this algorithm, we consider only the operations belonging to the two diagrams already combined. Practically, we transform only the operations that have a sequence diagram and belong to the class diagram. This algorithm is appeared in transformation rules. These rules are written in ATL transformation language. The objective of these rules is to generate an MVC2 web model. The generated model is used as an input file of JET template in order to generate anapplication web code. Also; it presents a case study to illustrate this proposal.