MDA Transformations Applied to Web Application Development 1
|
|
|
- Berenice Morris
- 10 years ago
- Views:
Transcription
1 MDA Transformations Applied to Web Application Development 1 Santiago Meliá 1, Andreas Kraus 2, and Nora Koch 2, 3 1 Universidad de Alicante, Spain 2 Ludwig-Maximilians-Universität München, Germany 3 F.A.S.T GmbH, Germany [email protected],{kochn,krausa}@pst.ifi.lmu.de Abstract. Current Web generation techniques are mainly hard-coded for predefined architectures of Web applications. Consequently, there is a gap between Web design models and the final implementation. We solve this problem, following with our approach the Model-Driven Architecture (MDA) principles of automatic generation of software systems based on model transformations. In this context, we present a transformation process and propose a visual and textual specification for the transformations using the forthcoming OMG standard Query /Views/ Transformations (QVT). Our proposal is illustrated by transformations involving elements of the UML-based Web Engineering (UWE) metamodel and the WebSA metamodel, showing this way how both approaches are integrated. 1 Introduction Models, modelling approaches and model transformations that follow the key principles defined by the Model-Driven Architecture (MDA) are gaining consensus within many organizations involved in the development of complex software. They are attracted by the final MDA goal that is the automatic generation of a complete software system from a model with as less human interaction in the generation process as possible. Such vision has enormous consequences for the development and maintenance of the increasing amount of Web software that is being produced. However, the current Web generation techniques are totally or partially hard-coded for predefined architectures of Web applications. We propose a generation process using an MDA approach in which the model transformations are driven by different architecture models. In order to define the transformations between different models, there are several initiatives related to the MDA approach, among others the Request for Proposals for a Query/Views/Transformations (QVT) [11] language. From the received proposals, QVT-P [12] is, in our opinion, the most interesting one as it is a well defined language and it comprises a graphical as well as a textual notation. In this article we present the WebSA approach [7] based on architectural-centric transformations from design to implementation models. This approach proposes (1) a development process based on MDA, (2) a set of architectural models and (3) a set of transformations that permit the automatic integration of these architectural models with the functional models of a Web application using the QVT-P notation. The functional models, like navigation are those proposed by any Web design method such as WebML [2], OO-H [3] or UWE [5]. 1 This research has been partially sponsored by the EC 5th FP AGILE (IST ) the German BMBF project GLOWA-Danube, and the Spanish METASING (TIN ).
2 Sections 2 and 3 give an overview of the WebSA development process and the UWE design method, respectively. Section 4 presents the specification of the transformations and finally in section 5 some future steps of the use of WebSA for the development of Web applications are outlined. 2 The WebSA Approach: An Overview WebSA is a proposal whose main objective is to cover all phases of Web application development focusing on software architecture. It contributes to fill the gap currently existing between traditional Web design models and the final implementation. In order to achieve this, WebSA defines a set of architectural models to specify the architectural viewpoint which complements current Web engineering methodologies [3, 5]. Furthermore, WebSA also establishes an instance of the MDA development process [4], which allows for the integration of the different viewpoints of a Web application by means of transformations between models. Web Functional Viewpoint Web Architectural Viewpoint Function al Models (OO-H,UWE) Subsystem Model Configuration Model Analysis Merge T1 Models to Model Transformation Platform Independent Design Integration Model T2 T2' T2' Implementation J2EE models.net models Other models Fig. 1. WebSA Development Process The WebSA development process is based on the MDA development process in which the artifacts that result from each phase must be models, which represent the different abstraction levels in the system specification. In the analysis phase the Web application specification is vertically divided into two viewpoints, as shown in the diagram flow of Fig. 1. On the one side, the functional-perspective is given by the Web functional models provided by Web methods (see [2, 3, 5]). On the other side, the Subsystem Model (SM) and the Configuration Model (CM) define the software architecture of the Web Application. The SM and CM architectural models use two different architectural styles to specify a Web application: a subsystem (or layer style) and a component style. The PIM-to-PIM transformation (T1 in Fig. 1) which goes from analysis models to platform independent design models. It integrates the information about functionality and architecture (see sect. 4.1) in a single Integration Model (IM). This transformation type will be called T1. Also, the Integration Model, is the basis on which several PIMto-PSM transformations, one for each target platform (see e.g. T2, T2 and T2 in Fig. 1), can be defined. The output of these transformations is the specification of the Web application for a given platform (see sect. 4.2). This transformation type will be named T2 in the rest of the article.
3 3 A Web Functional Design Method: The UWE Approach The distinguishing feature of the UML-based Web Engineering (UWE) approach in relation to other Web design methods is its UML compliance. The metamodel of UWE [6] is defined as a conservative extension of the UML metamodel which has a mapping to a UML profile [5]. Similarly to other Web design methods, UWE separates the concerns of a Web application supporting the modelling of different points of view: content, navigation structure, business processes and presentation. The content of a Web application is modelled in UWE by a conceptual model that is represented as a UML class diagram. The navigation model is based on all conceptual classes that are relevant for the navigation structure and represents the navigation paths of the Web application. The model elements used to build nodes and links are primarily «navigation class» and «navigation link». In addition, access primitives (a special kind of nodes), such as «index» or «guided tour» are used to reach multiple instances of Web nodes. Navigation models are enriched by «process class»es and «process link»s showing how the workflows are integrated in the navigation structure. These process classes and process links are part of the process model, which deals with the business logic of a Web application. The behavioural aspects of the business logic are modelled by a process flow model represented as a UML activity diagram. In UWE, the presentation model is used to sketch the layout of the Web pages associated to the navigation nodes. In contrast to many other methods, UWE defines a systematic method, which supports semi-automatic generation of the models described above. Although, until now, UWE has not referred to these automatic generation steps explicitly as a transformation-based model-driven development feature, those steps correspond to a model driven development approach. UWE allows e.g. for the generation of the navigation model based on the set of conceptual classes marked as relevant for navigation. Further, indexes and menus are included automatically in the navigation model with additional model transformations that apply on the navigation model. A basic presentation model can be defined by transformations based on the navigation model. In our case, the WebSA and UWE metamodels play an important role in the WebSA development process, because they contain the information necessary to specify the model transformations T1 and T2. 4 The WebSA Transformation Process The WebSA transformation policy is defined by a set of transformations in which the first class citizens are the classes of the architectural view. The WebSA development process consists of two types of transformations: T1 and T2 (Fig. 1). T1 merges the elements of the architectural models of WebSA with those of the functional models, and translates them into the Integration Model. T2 maps the platform specific implementation models (e.g. J2EE or.net) from the Integration Model. Both transformations are complex, i.e. they are built of a set of smaller transformations, which are executed in a deterministic way. In MDA [9] there are different alternatives to get the information to transform one model into another (e.g. using a profile, using metamodels, patterns and markings, etc). For WebSA we have selected a metamodel mapping approach to specify the transformations. In order to obtain the integration we extend the MDA model transformation pattern of Bézivin [1] for UWE and WebSA models. The metamodels based on the MOF language are the source of the transformation rules that establish the
4 transformation into target metamodel elements. For more details about the metamodels refer to [6] and [8]. The transformation rules are defined in the QVT language [11] which is an MDA standard also based on MOF 2.0. We selected the QVT-P [12] proposal, which comprises a rich graphical and textual notation. Both notations can be used to declaratively define transformations without specifying how a transformation is actually executed. Simple queries can be expressed by a (graphical or textual) pattern matching language that allows matching instances, sets of instances and associations with specific properties. For more complex queries the (additional) use of OCL 2.0 expressions is recommended. QVT-P transformations can be composed and extended by inheritance or overriding which is needed for scalability and reusability. In contrast with other transformation proposals (like graphs, XSLT, etc.), QVT-P has a smaller learning curve because the transformations themselves are models based on standards as MOF and OCL. Next, we present an example of a T1 transformation using the graphical notation of QVT-P and also an example of a T2 transformation in the textual notation of QVT-P. 4.1 Transformation T1: Merging Web Functionality and Architectural Models Due to the complexity of the T1 transformation, it is helpful to build a map of transformations that indicates the flow of execution and avoids redundancies in the specification. In the transformation map each transformation is related to the rest by means of three different relationships: (1) Composition A transformation can be composed by one or more transformations (2) Dependency A transformation must be executed before another transformation (3) Inheritance A transformation extends or overrides another transformation. We defined a simple UML profile to represent the transformation map where a transformation is defined as a class stereotype and it is represented by a circle (Fig. 2). The first transformation shown in the T1 map of Fig. 2 (SM2IM) goes from Subsystem Model to Integration Model. Persistence2Module SM2IM Subsystem2Module Server2Module UI2Module CM2IM PlaceCompCM2Module PlacePersistentComp2Module CompCM2CompIM CacheWebCM2CacheWebIM ConceptualUWE&CM2IM Functional&CM2IM UWE&CM2IM NavigationalUWE&CM2IM ProcessUWE&CM2IM Fig. 2. Transformation MAP of T1 The second transformation (CM2IM) maps from Configuration Model to Integration Model. It is composed by a set of two types of transformations. The first one places components into the modules (PlaceComp2Modules), and the second one transforms each configuration component into one or more integration components (CompCM2Comp IM). The last transformation Functional&CM2IM merges the
5 functional UWE models with the Configuration Model and introduces the functional aspects into the components of the Integration Model. Index_ServerPage2Integration (sp1:serverpage,n1:navigationalnode,sp2:serverpage,sp3:serverpage) cm:configurationmodel sp1:serverpage im:integrationmodel nm:navigationmodel sp2:serverpage name=ni sp3:serverpage name=nc p1:webport p2:webport i:index c:navigationnode name=ni name=nc source a:navigationattribute name= na type=ta l:navigationlink target ce1:webconnectorend co:webconnector ce2:webconnectorend s1:webservice name= getby +na pr:webparameter name= p + na type=ta Fig. 3. Example of T1: NavigationalUWE&CM2IM An example using the QVT-P graphical notation for the transformation IndexServer Page2Integration, which merges the navigation and configuration models, is shown in Fig. 3. This transformation specifies how links between index nodes and other navigation nodes in the UWE navigation model are merged into the WebSA configuration model and it results in a corresponding part of the integration model. A more general transformation which is not depicted here states that every navigation node is merged into a ServerPage element. The more specialized transformation of the example additionally generates for every NavigationAttribute of an index element a WebService element with a WebParameter element corresponding to the Navigation Attribute. The ServerPage elements corresponding to the Index and the NavigationNode element are linked by a WebConnector element via Web- ConnectorEnd and WebPort elements, respectively. 4.2 Transformation T2: Transforming from a PIM to a PSM Once the transformation T1 is completely executed, the functionality is interwoven into the architectural aspects in the Integration Model. Now, we can tackle the final step of the WebSA development process, defining a set of PIM-to-PSM transformations for each target platform such as J2EE,.NET or CORBA from the Integration Model. As is specified in [9], in order to make a transformation from PIM-to-PSM, design decisions must be made. These decisions are specified in the transformation T2 and taken in the context of a specific implementation design. Therefore, T2 is made up by a set of simple transformations in which one Integration Model component is transformed into a platform specific component. To specify T2, it is necessary to have the metamodels of the target platforms (e.g. the J2EE metamodel [10]). Fig. 4 shows a QVT-P example of transformation T2 for J2EE using the textual notation. It transforms each ServerPage component of the Integration Model specified in the first domain into a JavaServerPage specified in the second domain. Furthermore, this ServerPage has a set of WebServices, each one of them translatable into a Java method, a Javascript method or an HTML form. In this example, we have chosen a translation into an HTML form by the WebService2Form transformation defined in the forall OCL sentence of the {when} part. In the same way, each View element related to
6 the ServerPage is translated into a JavaBean through the View2Bean transformation. The PSMs obtained from the WebSA process are considered an implementation, because they provide all the information needed to construct an executable system. relation ServerPage2J2EE { domain { (IM.IntegrationModel) [ (ServerPage) [name=nc, services = {(WebService) [name=on, type=ot]}, views = {(View) [name = vn]}]] } domain { (JM.J2EEModel) [ (JavaServerPage) [name=nc, forms = {(Form) [name=on, type=ot]}, beans = {(JavaClass) [name = vn]}]] } when { services -> forall (s WebService2Form (s, F1set.toChoice()) ) views-> forall (v View2Bean (v, J1set.toChoice()) )) }} Fig. 4. Example of T2: ServerPage2J2EE 5 Conclusions and Future Work Using an MDA approach with a transformation component in WebSA we achieve a more automated process for the development of Web applications with a strong focus on architecture modelling. WebSA complements the existing methodologies for the design of Web applications. In this paper we present the development process of WebSA and describe how models are integrated and generated based on model transformations. For the specification of the transformations we choose QVT-P that allows for visual and textual description of the mapping rules. Currently, we are analyzing the possibilities to extend the Web development environments VisualWADE 2 and ArgoUWE 3 to support architectural modelling and model transformations. Further, we plan to test transformation specification and model generation for complex Web applications addressing the scalability of the approach. References 1. J. Bézivin. In Search of a Basic Principle for Model Driven Engineering, Novática nº1, June 2004, S. Ceri, P. Fraternali, M. Matera: Conceptual Modeling of Data-Intensive Web Applications, IEEE Internet Computing 6 (4), July/Aug. 2002, J. Gomez, C. Cachero, O. Pastor: Extending a Conceptual Modelling Approach to Web Application Design. In Proc. 12th CAiSE '00, LNCS 1789, Springer, A. Kleppe, J. Warmer, W. Bast: MDA Explained: The Model Driven Architecture, Practice and Promise, Addison-Wesley, N. Koch, A. Kraus. The expressive Power of UML-based Web Engineering. In 2nd IWWOST02, CYTED, June 2002, N. Koch, A. Kraus: Towards a Common Metamodel for the Development of Web Applications. In Proc. 3rd ICWE 2003, LNCS 2722, Springer Verlag, July 2003, S. Meliá, C. Cachero. An MDA Approach for the Development of Web Applications, In Proc. of 4 th ICWE 04, LNCS 3140, July 2004, S. Melía.. The WebSA Composition Model Profile. Technical Report TR-WebSA2, Nov OMG. MDA Guide, OMG doc. ab/ OMG. UML Profile for Enterprise Distributed Object Computing Specification. OMG doc. ad/ OMG. Request for Proposal. MOF 2.0 Query/Views/Transformations, OMG ad/ QVT Partners. Initial Submission for MOF 2.0 Query/View/Transformations RFP, QVT- Partners, Aug VisualWADE: 3 ArgoUWE:
An MDA Approach for the Development of Web applications
An MDA Approach for the Development of Web applications Santiago Meliá Beigbeder and Cristina Cachero Castro {santi,ccachero}@dlsi.ua.es Univesidad de Alicante, España Abstract. The continuous advances
Using MDA in Web Software Architectures
Using MDA in Web Software Architectures SANTIAGO MELIA, CRISTINA CACHERO AND JAIME GOMEZ 1 Universidad de Alicante, Spain The new challenges posed by the Internet market have increased the need for Web
Model Transformations from Requirements to Web System Design
s from Requirements to Web System Design Nora Koch Ludwig-Maximilians-Universität Oettingenstr. 67 80538 München, Germany [email protected] Gefei Zhang Ludwig-Maximilians-Universität Oettingenstr. 67
Towards a Common Metamodel for the Development of Web Applications
Towards a Common Metamodel for the Development of Web Applications Nora Koch and Andreas Kraus Ludwig-Maximilians-Universität Munich, Germany Motivation Overwhelming diversity of Web methodologies Goal:
The Expressive Power of UML-based Web Engineering 1
The Expressive Power of UML-based Web Engineering 1 NORA KOCH AND ANDREAS KRAUS Ludwig-Maximilians-Universität München. Germany UML-based Web Engineering (UWE) is a development process for Web applications
Tool Support for Model Checking of Web application designs *
Tool Support for Model Checking of Web application designs * Marco Brambilla 1, Jordi Cabot 2 and Nathalie Moreno 3 1 Dipartimento di Elettronica e Informazione, Politecnico di Milano Piazza L. Da Vinci,
Modeling the User Interface of Web Applications with UML
Modeling the User Interface of Web Applications with UML Rolf Hennicker,Nora Koch,2 Institute of Computer Science Ludwig-Maximilians-University Munich Oettingenstr. 67 80538 München, Germany {kochn,hennicke}@informatik.uni-muenchen.de
Designing Rich Internet Applications Combining UWE and RUX-Method
Designing Rich Internet Applications Combining UWE and RUX-Method Juan Carlos Preciado, Marino Linaje, Rober Morales-Chaparro, Fernando Sanchez-Figueroa Quercus SEG. Universidad de Extremadura {jcpreciado,
From Business World to Software World: Deriving Class Diagrams from Business Process Models
From Business World to Software World: Deriving Class Diagrams from Business Process Models WARARAT RUNGWORAWUT 1 AND TWITTIE SENIVONGSE 2 Department of Computer Engineering, Chulalongkorn University 254
All you need are models Anneke Kleppe, Klasse Objecten
Model Driven Architecture All you need are models Anneke Kleppe, Klasse Objecten Contents Limited Vision on MDA Modeling Maturity Levels Models Model Driven Development Model Driven Architecture MDA in
Web Application Development Focused on BP Specifications*
Web Application Development Focused on BP Specifications* Victoria Torres Dept. De Sistemas Informáticos y Computación Universidad Politécnica de Valencia 46022 Valencia [email protected] Pau Giner Dept.
Chapter 7. UML-BASED WEB ENGINEERING An Approach Based on Standards 7.1 OVERVIEW
Chapter 7 UML-BASED WEB ENGINEERING An Approach Based on Standards Nora Koch, 1, 2 Alexander Knapp, 1 Gefei Zhang, 1 Hubert Baumeister 3 1 Institut für Informatik, Ludwig-Maximilians-Universität München,
A Model Driven Architecture Approach to Web Development
A Model Driven Architecture Approach to Web Development Alejandro Gómez Cuesta, Juan Carlos Granja, and Rory O Connor 2 Software Engineering Department, University of Granada, Spain [email protected], [email protected]
A Framework For Rapid Development Of OLTP Information Systems: Transformation Of SQL Statements To Three-Tier Web Applications
A Framework For Rapid Development Of OLTP Information Systems: Transformation Of SQL Statements To Three-Tier Web Applications Teduh Dirgahayu Department of Informatics Indonesian Islamic University Yogyakarta,
Model-Driven Generation of Web Applications in UWE 1
Model-Driven Generation of Web Applications in UWE 1 Andreas Kraus, Alexander Knapp, and Nora Koch Ludwig-Maximilians-Universität München, Germany {krausa, knapp, [email protected] Abstract. Model-driven
UML-based Conceptual Design Approach for Modeling Complex Processes in Web Application
UML-based Conceptual Design Approach for Modeling Complex Processes in Web Application Siti Azreena Mubin Faculty of Computer Science and Information Technology, Universiti Putra Malaysia, 43400 Serdang,
Overview. Stakes. Context. Model-Based Development of Safety-Critical Systems
1 2 Model-Based Development of -Critical Systems Miguel A. de Miguel 5/6,, 2006 modeling Stakes 3 Context 4 To increase the industrial competitiveness in the domain of software systems To face the growing
CIM to PIM Transformation: A criteria Based Evaluation
ISSN:2229-6093 CIM to PIM Transformation: A criteria Based Evaluation Abdelouahed KRIOUILE *, Taoufiq GADI, Youssef BALOUKI Univ Hassan 1, LAVETE Laboratory, 26000 Settat, Maroc * E-mail of the corresponding
ProGUM-Web: Tool Support for Model-Based Development of Web Applications
ProGUM-Web: Tool Support for Model-Based Development of Web Applications Marc Lohmann 1, Stefan Sauer 1, and Tim Schattkowsky 2 1 University of Paderborn, Computer Science, D 33095 Paderborn, Germany {mlohmann,sauer}@upb.de
Development of Tool Extensions with MOFLON
Development of Tool Extensions with MOFLON Ingo Weisemöller, Felix Klar, and Andy Schürr Fachgebiet Echtzeitsysteme Technische Universität Darmstadt D-64283 Darmstadt, Germany {weisemoeller klar schuerr}@es.tu-darmstadt.de
Model Driven Interoperability through Semantic Annotations using SoaML and ODM
Model Driven Interoperability through Semantic Annotations using SoaML and ODM JiuCheng Xu*, ZhaoYang Bai*, Arne J.Berre*, Odd Christer Brovig** *SINTEF, Pb. 124 Blindern, NO-0314 Oslo, Norway (e-mail:
AN ONTOLOGICAL APPROACH TO WEB APPLICATION DESIGN USING W2000 METHODOLOGY
STUDIA UNIV. BABEŞ BOLYAI, INFORMATICA, Volume L, Number 2, 2005 AN ONTOLOGICAL APPROACH TO WEB APPLICATION DESIGN USING W2000 METHODOLOGY ANNA LISA GUIDO, ROBERTO PAIANO, AND ANDREA PANDURINO Abstract.
How To Evaluate Web Applications
A Framework for Exploiting Conceptual Modeling in the Evaluation of Web Application Quality Pier Luca Lanzi, Maristella Matera, Andrea Maurino Dipartimento di Elettronica e Informazione, Politecnico di
Integrating a Usability Model into Model-Driven Web Development Processes
Integrating a Usability Model into Model-Driven Web Development Processes Adrian Fernandez, Emilio Insfran, Silvia Abrahão ISSI Research Group. Department of Information Systems and Computation, Universidad
Aplicando enfoque MDE a aplicaciones WEB-SOA
Aplicando enfoque MDE a aplicaciones WEB-SOA María Consuelo Franky [email protected] Dpto. Ingeniería de Sistemas Universidad Javeriana Bogotá - 2010 http://sophia.javeriana.edu.co/~lfranky/ 1 Temario
Model-driven web engineering methods: a literature review. Métodos de ingeniería web dirigidos por modelos: una revisión de literatura
Rev. Fac. Ing. Univ. Antioquia N. 63 pp. 69-81. Junio, 2012 Model-driven web engineering methods: a literature review Métodos de ingeniería web dirigidos por modelos: una revisión de literatura Jesús Andrés
WebRatio 5: An Eclipse-based CASE tool for engineering Web applications
WebRatio 5: An Eclipse-based CASE tool for engineering Web applications Roberto Acerbis 1, Aldo Bongio 1, Marco Brambilla 2, Stefano Butti 1 1 WebModels S.r.l. Piazzale Gerbetto, 6. I22100 Como, Italy
Winery A Modeling Tool for TOSCA-based Cloud Applications
Institute of Architecture of Application Systems Winery A Modeling Tool for TOSCA-based Cloud Applications Oliver Kopp 1,2, Tobias Binz 2, Uwe Breitenbücher 2, and Frank Leymann 2 1 IPVS, 2 IAAS, University
Integrating Value-based Requirement Engineering Models to WebML using VIP Business Modeling Framework 1
Integrating Value-based Requirement Engineering Models to WebML using VIP Business Modeling Framework 1 Farooque Azam, Zhang Li, Rashid Ahmad School of Computer Science and Engineering Beijing University
Patterns for the Model-Based Development of RIAs*
Patterns for the Model-Based Development of RIAs* Nora Koch 1,2, Matthias Pigerl 3, Gefei Zhang 1, and Tatiana Morozova 1 1 Ludwig-Maximilians-Universität München, Germany 2 Cirquent GmbH, Germany 3 S.CO
Clarifying a vision on certification of MDA tools
SCIENTIFIC PAPERS, UNIVERSITY OF LATVIA, 2010. Vol. 757 COMPUTER SCIENCE AND INFORMATION TECHNOLOGIES 23 29 P. Clarifying a vision on certification of MDA tools Antons Cernickins Riga Technical University,
A Framework of Model-Driven Web Application Testing
A Framework of Model-Driven Web Application Testing Nuo Li, Qin-qin Ma, Ji Wu, Mao-zhong Jin, Chao Liu Software Engineering Institute, School of Computer Science and Engineering, Beihang University, China
A MDA Approach for avigational and User Perspectives
A MDA Approach for avigational and User Perspectives Magalí González Catholic University "Ntra. Sra. de la Asunción - Paraguay DSIC - Politecnic University of Valencia Spain [email protected] Jorge
Business Process Modelling Languages, Goals and Variabilities
Business Process Modelling Languages, Goals and Variabilities Birgit Korherr Women s Postgraduate College for Internet Technologies Institute of Software Technology and Interactive Systems Vienna University
XFlash A Web Application Design Framework with Model-Driven Methodology
International Journal of u- and e- Service, Science and Technology 47 XFlash A Web Application Design Framework with Model-Driven Methodology Ronnie Cheung Hong Kong Polytechnic University, Hong Kong SAR,
Revel8or: Model Driven Capacity Planning Tool Suite
Revel8or: Model Driven Capacity Planning Tool Suite Liming Zhu 1,2, Yan Liu 1,2, Ngoc Bao Bui 1,2,Ian Gorton 3 1 Empirical Software Engineering Program, National ICT Australia Ltd. 2 School of Computer
Model Driven and Service Oriented Enterprise Integration---The Method, Framework and Platform
Driven and Oriented Integration---The Method, Framework and Platform Shuangxi Huang, Yushun Fan Department of Automation, Tsinghua University, 100084 Beijing, P.R. China {huangsx, fanyus}@tsinghua.edu.cn
MDA based approach towards Design of Database for Banking System
Volume 49 No.16, July 2012 MDA based approach towards Design of Database for Banking System Harsh Dev Phd,Professor, Department of CSE Pranveer Singh Institute of Technology, Kanpur U.P., India Amit Seth
Foundations of Model-Driven Software Engineering
Model-Driven Software Engineering Foundations of Model-Driven Software Engineering Dr. Jochen Küster ([email protected]) Contents Introduction to Models and Modeling Concepts of Model-Driven Software
MDA and Analysis of Web Applications
MDA and Analysis of Web Applications Behzad Bordbar and Kyriakos Anastasakis School of Computer Science, University of Birmingham, Birmingham, B15 2TT, UK {B.Bordbar,K.Anastasakis}@cs.bham.ac.uk Abstract.
How To Design A Web Design Method For A Web Application
Designing Web Content Management Systems Using the Method Association Approach Lutzen Luinenburg 1, Slinger Jansen 2, Jurriaan Souer 1, Inge van de Weerd 2 and Sjaak Brinkkemper 2 1 GX, Wijchenseweg 111,
Data-Aware Service Choreographies through Transparent Data Exchange
Institute of Architecture of Application Systems Data-Aware Service Choreographies through Transparent Data Exchange Michael Hahn, Dimka Karastoyanova, and Frank Leymann Institute of Architecture of Application
Information systems modelling UML and service description languages
Internet Engineering Tomasz Babczyński, Zofia Kruczkiewicz Tomasz Kubik Information systems modelling UML and service description languages Student Contact Hours: 25.02.2015- Location: 325 C3 room 25.03.2015:
An Integrated Quality Assurance Framework for Specifying Business Information Systems
An Integrated Quality Assurance Framework for Specifying Business Information Systems Frank Salger 1, Stefan Sauer 2, Gregor Engels 1,2 1 Capgemini sd&m AG, Carl-Wery-Str. 42, D-81739 München, Germany
Applying MDA in Developing Intermediary Service for Data Retrieval
Applying MDA in Developing Intermediary Service for Data Retrieval Danijela Boberić Krstićev University of Novi Sad Faculty of Sciences Trg Dositeja Obradovića 4, Novi Sad Serbia +381214852873 [email protected]
RUX-Method
On the Implementation of Multiplatform RIA User Interface Components Marino Linaje 1, Juan Carlos Preciado 1, Rober Morales-Chaparro 2, Fernando Sanchez-Figueroa 1 1 QUERCUS SEG, Universidad de Extremadura,
The Fast Guide to Model Driven Architecture
WHITEPAPER The Fast Guide to Model Driven Architecture The Basics of Model Driven Architecture By Frank Truyen [email protected] The Fast Guide to Model Driven Architecture The Basics of Model Driven
Hybrid Analysis and Design Model for Building Web Information System
www.ijcsi.org 516 Hybrid Analysis and Design Model for Building Web Information System Dayanand Ingle 1 and Dr. B.B. Meshram 2 1 Department of Computer Engineering, Bharati Vidyapeeth College of Engineering,
zen Platform technical white paper
zen Platform technical white paper The zen Platform as Strategic Business Platform The increasing use of application servers as standard paradigm for the development of business critical applications meant
A Categorization of Collaborative Business Process Modeling Techniques
A Categorization of Collaborative Business Process Modeling Techniques Stephan Roser, Bernhard Bauer Programming Distributed Systems Lab Institute of Computer Science, University of Augsburg, Germany [roser,
Survey of Existing Web Models Techniques to Design Web Application
Survey of Existing Web Models Techniques to Design Web Application Paras Patel 1, Anup Hande 2 and Dr. B. B. Meshram 3 1 Computer Engineering & Information Technology, Veermata Jijabai Technological Institute,
A Pattern-based Approach to Business Process Modeling and Implementation in Web Services
A Pattern-based Approach to Business Process Modeling and Implementation in Web Services Steen Brahe 1 and Behzad Bordbar 2 1 Danske Bank & IT University of Copenhagen, Denmark [email protected] 2 University
Applying 4+1 View Architecture with UML 2. White Paper
Applying 4+1 View Architecture with UML 2 White Paper Copyright 2007 FCGSS, all rights reserved. www.fcgss.com Introduction Unified Modeling Language (UML) has been available since 1997, and UML 2 was
Model Transformation the Heart and Soul of Model-Driven Software Development
Model Transformation the Heart and Soul of Model-Driven Software Development Shane Sendall and Wojtek Kozaczynski Swiss Federal Institute of Technology in Lausanne (EPFL) Software Engineering Laboratory
Taking Subversion to a Higher Level. Branching/Merging Support. Component Management Support. And More
Taking Subversion to a Higher Level Branching/Merging Support Component Management Support And More About Impact CM Impact CM is a Service AddOn that facilitates software configuration management (CM)
A SYSTEMATIC APPROACH FOR COMPONENT-BASED SOFTWARE DEVELOPMENT
A SYSTEMATIC APPROACH FOR COMPONENT-BASED SOFTWARE DEVELOPMENT Cléver Ricardo Guareis de Farias, Marten van Sinderen and Luís Ferreira Pires Centre for Telematics and Information Technology (CTIT) PO Box
Comparison of Model-Driven Architecture and Software Factories in the Context of Model-Driven Development
Comparison of Model-Driven Architecture and Software Factories in the Context of Model-Driven Development Ahmet Demir Technische Universität München Department of Informatics Munich, Germany [email protected]
The leading platform for Model Driven Architecture (MDA) Content:
The leading platform for Model Driven Architecture (MDA) Content: Models Made for Business... 2 ArcStyler Overview... 2 Main Benefits... 3 ArcStyler Editions... 4 ArcStyler Modules and Tool Architecture...
Business Model Interoperability using Enterprise Model Integration
Business Model Interoperability using Enterprise Model Integration Harald KÜHN, Marion MURZEK, Franz BAYER BOC Information Systems GmbH, Rabensteig 2, 1010 Vienna, Austria Tel: +43 1 513 27 36 10, Fax:
Model-Driven Development of a Biosignal Analysis Framework: Benefits and Impacts on Processes. Nikolas Hofmann 08.11.2012
Model-Driven Development of a Biosignal Analysis Framework: Benefits and Impacts on Processes Nikolas Hofmann Introduction Biosignal analysis has versatile applications in medicine Mobile devices allow
MDE Adoption in Industry: Challenges and Success Criteria
MDE Adoption in Industry: Challenges and Success Criteria Parastoo Mohagheghi 1, Miguel A. Fernandez 2, Juan A. Martell 2, Mathias Fritzsche 3 and Wasif Gilani 3 1 SINTEF, P.O.Box 124-Blindern, N-0314
A Model-Driven Development Approach Focusing Human Interaction
A Model-Driven Development Approach Focusing Human Interaction Stefan Link, Tilmann Kopp, Sebastian Abeck Cooperation & Management, Universität Karlsruhe (TH), Germany { link kopp abeck } @ cm-tm.uka.de
Model-Driven Development: A Metamodeling Foundation
Model-Driven Development: A Metamodeling Foundation Colin Atkinson University of Mannheim 68161 Mannheim, Germany [email protected] Thomas Kühne Darmstadt University of Technology 64283
Agile Modeling and Design of Service-Oriented Component Architecture
Agile Modeling and Design of Service-Oriented Component Architecture Zoran Stojanovic, Ajantha Dahanayake, Henk Sol Systems Engineering Group, Faculty of Technology, Policy and Management, Delft University
MDA Approach for Maintenance of Business Applications
MDA Approach for Maintenance of Business Applications Mila Keren 1, Andrei Kirshin 1, Julia Rubin 1, and Ahto Truu 2 1 IBM Haifa Research Lab, Mount Carmel, Haifa, Israel {keren, kirshin, mjulia}@il.ibm.com
Characterizing Navigation Maps for Web Applications with the NMM Approach
Characterizing Navigation Maps for Web Applications with the NMM Approach A. Navarro, A. Fernández-Valmayor, B. Fernández-Manjón, J.L. Sierra Dpto. de Ingeniería del Software e Inteligencia Artificial,
