Details

Domain-Specific Modeling


Domain-Specific Modeling

Enabling Full Code Generation
IEEE Press 1. Aufl.

von: Steven Kelly, Juha-Pekka Tolvanen

107,99 €

Verlag: Wiley
Format: PDF
Veröffentl.: 11.04.2008
ISBN/EAN: 9780470249253
Sprache: englisch
Anzahl Seiten: 444

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

"[The authors] are pioneers. . . . Few in our industry have their breadth of knowledge and experience."<br /> —From the Foreword by Dave Thomas, Bedarra Labs <p>Domain-Specific Modeling (DSM) is the latest approach to software development, promising to greatly increase the speed and ease of software creation. Early adopters of DSM have been enjoying productivity increases of 500–1000% in production for over a decade. This book introduces DSM and offers examples from various fields to illustrate to experienced developers how DSM can improve software development in their teams.</p> <p>Two authorities in the field explain what DSM is, why it works, and how to successfully create and use a DSM solution to improve productivity and quality. Divided into four parts, the book covers: background and motivation; fundamentals; in-depth examples; and creating DSM solutions. There is an emphasis throughout the book on practical guidelines for implementing DSM, including how to identify the necessary language constructs, how to generate full code from models, and how to provide tool support for a new DSM language. The example cases described in the book are available the book's Website, www.dsmbook.com, along with, an evaluation copy of the MetaEdit+ tool (for Windows, Mac OS X, and Linux), which allows readers to examine and try out the modeling languages and code generators.</p> <p>Domain-Specific Modeling is an essential reference for lead developers, software engineers, architects, methodologists, and technical managers who want to learn how to create a DSM solution and successfully put it into practice.</p>
Foreword. <p>Preface<b>.</b></p> <p><b>PART 1: BACKGROUND AND MOTIVATION.</b></p> <p><b>1. Introduction.</b></p> <p>1.1 Seeking the better level of abstraction.</p> <p>1.2 Code-driven and model-driven development.</p> <p>1.3 An example: modeling with a general-purpose language and with a domain-specific language.</p> <p>1.4 What is DSM?</p> <p>1.5 When to use DSM?</p> <p>1.6 Summary.</p> <p><b>2. Business value.</b></p> <p>2.1 Productivity.</p> <p>2.2 Quality.</p> <p>2.3 Leverage expertise.</p> <p>2.4 The economics of DSM.</p> <p>2.5 Summary.</p> <p><b>PART 2: FUNDAMENTALS.</b></p> <p><b>3. DSM defined.</b></p> <p>3.1 DSM characteristics.</p> <p>3.2 Implications of DSM for users.</p> <p>3.3 Difference to other modeling approaches.</p> <p>3.4 Tooling for DSM.</p> <p>3.5 Summary.</p> <p><b>4. Architecture of DSM.</b></p> <p>4.1 Introduction.</p> <p>4.2 Language.</p> <p>4.3 Models.</p> <p>4.4 Code generator.</p> <p>4.5 Domain framework and target environment.</p> <p>4.6 DSM organization and process.</p> <p>4.7 Summary.</p> <p><b>PART 3: DSM EXAMPLES.</b></p> <p><b>5. IP telephony and call processing.</b></p> <p>5.1 Introduction and objectives.</p> <p>5.2 Development process.</p> <p>5.3 Language for modeling call processing services.</p> <p>5.4 Modeling IP telephony service.</p> <p>5.5 Generator for XML.</p> <p>5.6 Framework support.</p> <p>5.7 Main results.</p> <p>5.8 Summary.</p> <p><b>6. Insurance products.</b></p> <p>6.1 Introduction and objectives.</p> <p>6.2 Development process.</p> <p>6.3 Language for modeling insurances.</p> <p>6.4 Modeling insurance products.</p> <p>6.5 Generator for Java.</p> <p>6.6 Framework support.</p> <p>6.7 Main results.</p> <p>6.8 Summary.</p> <p><b>7. Home Automation.</b></p> <p>7.1 Introduction and objectives.</p> <p>7.2 Development process.</p> <p>7.3 Home automation modeling language.</p> <p>7.4 Home automation modeling language in use.</p> <p>7.5 Generator.</p> <p>7.6 Main results.</p> <p>7.7 Summary.</p> <p><b>8. Mobile phone applications using Python framework.</b></p> <p>8.1 Introduction and objectives.</p> <p>8.2 Development process.</p> <p>8.3 Language for application modeling.</p> <p>8.4 Modeling phone applications.</p> <p>8.5 Generator for Python.</p> <p>8.6 Framework support.</p> <p>8.7 Main results.</p> <p>8.8 Extending the solution to native S60 C++.</p> <p>8.9 Summary.</p> <p><b>9. Digital Wristwatch.</b></p> <p>9.1 Introduction and Objectives.</p> <p>9.2 Development Process.</p> <p>9.3 Modeling Language.</p> <p>9.4 Models.</p> <p>9.5 Code Generation for Watch Models.</p> <p>9.6 The Domain Framework.</p> <p>9.7 Main Results.</p> <p>9.8 Summary.</p> <p><b>PART 4: CREATING DSM SOLUTIONS.</b></p> <p><b>10 DSM language definition.</b></p> <p>10.1 Introduction and objectives.</p> <p>10.2 Identifying and defining modeling concepts.</p> <p>10.3 Formalizing languages with metamodeling.</p> <p>10.4 Defining language rules.</p> <p>10.5 Integrating multiple languages.</p> <p>10.6 Notation for the language.</p> <p>10.7 Testing the languages.</p> <p>10.8 Maintaining the languages.</p> <p>10.9 Summary.</p> <p><b>11. Generator definition.</b></p> <p>11.1 "Here's one I made earlier".</p> <p>11.2 Types of generator facilities.</p> <p>11.3 Generator output patterns.</p> <p>11.4 Generator structure.</p> <p>11.5 Process.</p> <p>11.6 Summary.</p> <p><b>12. Domain Framework.</b></p> <p>12.1 Removing duplication from generated code.</p> <p>12.2 Hiding platform details.</p> <p>12.3 Providing an interface for the generator.</p> <p>12.4 Summary.</p> <p><b>13. DSM definition process.</b></p> <p>13.1 Choosing among possible candidate domains.</p> <p>13.2 Organizing for DSM.</p> <p>13.3 Proof of concept.</p> <p>13.4 Defining the DSM solution.</p> <p>13.5 Pilot project.</p> <p>13.6 DSM deployment.</p> <p>13.7 DSM as a continuous process in the real world.</p> <p>13.8 Summary.</p> <p><b>14. Tools for DSM.</b></p> <p>14.1 Different approaches to building tool support.</p> <p>14.2 A Brief History of Tools.</p> <p>14.3 What is needed in a DSM environment.</p> <p>14.4 Current tools.</p> <p>14.5 Summary.</p> <p><b>15. DSM in use.</b></p> <p>15.1 Model reuse.</p> <p>15.2 Model sharing and splitting.</p> <p>15.3 Model versioning.</p> <p>15.4 Summary.</p> <p><b>16. Conclusion.</b></p> <p>16.1 No sweat shops--But no Fritz Lang's Metropolis either.</p> <p>16.2 The onward march of DSM.</p> <p>Appendix A: Metamodeling Language. </p> <p>References.</p> <p>Index. </p>
"This very clearly written text contains useful detailed explanations inside text boxes and tables, nicely designed, diagrams, and generated software code samples.  This is very practical and highly recommended." (<i>Computing Reviews</i>, September 9, 2008)
<b>Steven Kelly, PhD</b>, is the CTO of MetaCase and cofounder of the DSM Forum. He has over fifteen years of experience in building metamodeling environments and acting as a consultant on their use in DSM. As architect and lead developer of MetaEdit+, MetaCase's DSM tool, he has seen it win or become a finalist for awards from Byte, SD Times, the Innosuomi Prize for innovation awarded by the Finnish president, and the Jolt Excellence Awards. Ever-present on the OOPSLA DSM workshop program committee, he co-organized the first workshop in 2001. <p><b>Juha-Pekka Tolvanen, PhD</b>, is the CEO of MetaCase. He has been involved in model-driven approaches, metamodeling, and DSM languages and tools since 1991. He has acted as a consultant worldwide on modeling language development and has written over sixty articles for software development magazines and conferences. Dr. Tolvanen started the OOPSLA workshops on DSM in 2001 and has been on the organizing committee since. As cofounder of the DSM Forum, he plays a leading role in the shift toward model-driven software development.</p>
<p>"[The authors] are pioneers. . . . Few in our industry have their breadth of knowledge and experience."<br /> —From the Foreword by Dave Thomas, Bedarra Labs</p> <p>Domain-Specific Modeling (DSM) is the latest approach to software development, promising to greatly increase the speed and ease of software creation. Early adopters of DSM have been enjoying productivity increases of 500–1000% in production for over a decade. This book introduces DSM and offers examples from various fields to illustrate to experienced developers how DSM can improve software development in their teams.</p> <p>Two authorities in the field explain what DSM is, why it works, and how to successfully create and use a DSM solution to improve productivity and quality. Divided into four parts, the book covers: background and motivation; fundamentals; in-depth examples; and creating DSM solutions. There is an emphasis throughout the book on practical guidelines for implementing DSM, including how to identify the necessary language constructs, how to generate full code from models, and how to provide tool support for a new DSM language. The example cases described in the book are available the book's Website, www.dsmbook.com, along with, an evaluation copy of the MetaEdit+ tool (for Windows, Mac OS X, and Linux), which allows readers to examine and try out the modeling languages and code generators.</p> <p>Domain-Specific Modeling is an essential reference for lead developers, software engineers, architects, methodologists, and technical managers who want to learn how to create a DSM solution and successfully put it into practice.</p>

Diese Produkte könnten Sie auch interessieren:

Software Process Modeling
Software Process Modeling
von: Silvia T. Acuna, Natalia Juristo
PDF ebook
96,29 €
A Software Process Model Handbook for Incorporating People's Capabilities
A Software Process Model Handbook for Incorporating People's Capabilities
von: Silvia T. Acuna, Natalia Juristo, Ana Maria Moreno, Alicia Mon
PDF ebook
149,79 €
XML for Bioinformatics
XML for Bioinformatics
von: Ethan Cerami
PDF ebook
53,49 €