|
Project Information
Members
Featured
Downloads
|
IntroductionA recurring problem in software engineering is the correct definition and enforcement of an architecture that can guide the development and maintenance processes of software systems. This is due in part to a lack of correct definition and maintenance of architectural documentation. In this project, an approach based on a bayesian network classifier is proposed to aid in the generation of an architecture view for web applications developed according to the Model View Controller (MVC) architectural pattern. This view is comprised of the system components, their inter-project relations and their classification according to the MVC pattern. The generated view can then be used as part of the system documentation to help enforce the original architectural intent when changes are applied to the system. Finally, an implementation of this approach is presented for Java based-systems, using training data from popular web development frameworks. How to use itThe GenerateArchitectureFromWar tutorial includes detailed instructions of how to create a software architecture from an existing WAR file. You may also create an architecture from an Eclipse project, following a similar approach. Installation
Related projectsThis tool is the base of a related project, Web2MexADL, which in addition to the SVG document, also generates an architecture view based on the MexADL approach. ReferenceCastrejón, J., Lozano, R., Vargas-Solar, G.: “Generation of an Architecture View for Web Applications using a Bayesian Network Classifier”. In: 22nd International Conference on Electrical Communications and Computers (CONIELECOMP 2012), February 2012. Note: A publicly available version of this paper can be found right here. Notes
|