0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R1,000 - R2,500 (3)
  • R2,500 - R5,000 (3)
  • -
Status
Brand

Showing 1 - 6 of 6 matches in All Departments

Feature-Oriented Software Product Lines - Concepts and Implementation (Paperback, Softcover reprint of the original 1st ed.... Feature-Oriented Software Product Lines - Concepts and Implementation (Paperback, Softcover reprint of the original 1st ed. 2013)
Sven Apel, Don Batory, Christian Kastner, Gunter Saake
R2,911 Discovery Miles 29 110 Ships in 10 - 15 working days

While standardization has empowered the software industry to substantially scale software development and to provide affordable software to a broad market, it often does not address smaller market segments, nor the needs and wishes of individual customers. Software product lines reconcile mass production and standardization with mass customization in software engineering. Ideally, based on a set of reusable parts, a software manufacturer can generate a software product based on the requirements of its customer. The concept of features is central to achieving this level of automation, because features bridge the gap between the requirements the customer has and the functionality a product provides. Thus features are a central concept in all phases of product-line development. The authors take a developer's viewpoint, focus on the development, maintenance, and implementation of product-line variability, and especially concentrate on automated product derivation based on a user's feature selection. The book consists of three parts. Part I provides a general introduction to feature-oriented software product lines, describing the product-line approach and introducing the product-line development process with its two elements of domain and application engineering. The pivotal part II covers a wide variety of implementation techniques including design patterns, frameworks, components, feature-oriented programming, and aspect-oriented programming, as well as tool-based approaches including preprocessors, build systems, version-control systems, and virtual separation of concerns. Finally, part III is devoted to advanced topics related to feature-oriented product lines like refactoring, feature interaction, and analysis tools specific to product lines. In addition, an appendix lists various helpful tools for software product-line development, along with a description of how they relate to the topics covered in this book. To tie the book together, the authors use two running examples that are well documented in the product-line literature: data management for embedded systems, and variations of graph data structures. They start every chapter by explicitly stating the respective learning goals and finish it with a set of exercises; additional teaching material is also available online. All these features make the book ideally suited for teaching - both for academic classes and for professionals interested in self-study.

Feature-Oriented Software Product Lines - Concepts and Implementation (Hardcover, 2013 ed.): Sven Apel, Don Batory, Christian... Feature-Oriented Software Product Lines - Concepts and Implementation (Hardcover, 2013 ed.)
Sven Apel, Don Batory, Christian Kastner, Gunter Saake
R2,747 Discovery Miles 27 470 Ships in 10 - 15 working days

While standardization has empowered the software industry to substantially scale software development and to provide affordable software to a broad market, it often does not address smaller market segments, nor the needs and wishes of individual customers. Software product lines reconcile mass production and standardization with mass customization in software engineering. Ideally, based on a set of reusable parts, a software manufacturer can generate a software product based on the requirements of its customer. The concept of features is central to achieving this level of automation, because features bridge the gap between the requirements the customer has and the functionality a product provides. Thus features are a central concept in all phases of product-line development. The authors take a developer's viewpoint, focus on the development, maintenance, and implementation of product-line variability, and especially concentrate on automated product derivation based on a user's feature selection. The book consists of three parts. Part I provides a general introduction to feature-oriented software product lines, describing the product-line approach and introducing the product-line development process with its two elements of domain and application engineering. The pivotal part II covers a wide variety of implementation techniques including design patterns, frameworks, components, feature-oriented programming, and aspect-oriented programming, as well as tool-based approaches including preprocessors, build systems, version-control systems, and virtual separation of concerns. Finally, part III is devoted to advanced topics related to feature-oriented product lines like refactoring, feature interaction, and analysis tools specific to product lines. In addition, an appendix lists various helpful tools for software product-line development, along with a description of how they relate to the topics covered in this book. To tie the book together, the authors use two running examples that are well documented in the product-line literature: data management for embedded systems, and variations of graph data structures. They start every chapter by explicitly stating the respective learning goals and finish it with a set of exercises; additional teaching material is also available online. All these features make the book ideally suited for teaching - both for academic classes and for professionals interested in self-study.

Query Processing in Database Systems (Paperback, Softcover reprint of the original 1st ed. 1985): W. Kim, D. S. Reiner, Don... Query Processing in Database Systems (Paperback, Softcover reprint of the original 1st ed. 1985)
W. Kim, D. S. Reiner, Don Batory
R2,985 Discovery Miles 29 850 Ships in 10 - 15 working days

This book is an anthology of the results of research and development in database query processing during the past decade. The relational model of data provided tremendous impetus for research into query processing. Since a relational query does not specify access paths to the stored data, the database management system (DBMS) must provide an intelligent query-processing subsystem which will evaluate a number of potentially efficient strategies for processing the query and select the one that optimizes a given performance measure. The degree of sophistication of this subsystem, often called the optimizer, critically affects the performance of the DBMS. Research into query processing thus started has taken off in several directions during the past decade. The emergence of research into distributed databases has enormously complicated the tasks of the optimizer. In a distributed environment, the database may be partitioned into horizontal or vertical fragments of relations. Replicas of the fragments may be stored in different sites of a network and even migrate to other sites. The measure of performance of a query in a distributed system must include the communication cost between sites. To minimize communication costs for-queries involving multiple relations across multiple sites, optimizers may also have to consider semi-join techniques.

Domain-Specific Program Generation - International Seminar, Dagstuhl Castle, Germany, March 23-28, 2003, Revised Papers... Domain-Specific Program Generation - International Seminar, Dagstuhl Castle, Germany, March 23-28, 2003, Revised Papers (Paperback, 2004 ed.)
Christian Lengauer, Don Batory, Charles Consel, Martin Odersky
R1,685 Discovery Miles 16 850 Ships in 10 - 15 working days

Program generation holds the promise of helping to bridge the gap between application-level problem solutions and efficient implementations at the level of today's source programs as written in C or Java. Thus, program generation can substantially contribute to reducing production cost and time-to-market in future software production, while improving the quality and stability of the product.

This book is about domain-specific program generation; it is the outcome of a Dagstuhl seminar on the topic held in March 2003. After an introductory preface by the volume editors, the 18 carefully reviewed revised full papers presented are organized into topical sections on

- surveys of domain-specific programming technologies
- domain-specific programming languages
- tool support for program generation
- domain-specific techniques for program optimization

Generative Programming and Component Engineering - ACM SIGPLAN/SIGSOFT Conference, GPCE 2002, Pittsburgh, PA, USA, October 6-8,... Generative Programming and Component Engineering - ACM SIGPLAN/SIGSOFT Conference, GPCE 2002, Pittsburgh, PA, USA, October 6-8, 2002. Proceedings (Paperback, 2002 ed.)
Don Batory, Charles Consel, Walid Taha
R1,690 Discovery Miles 16 900 Ships in 10 - 15 working days

This book constitutes the refereed proceedings of the ACM SIGPLAN/SIGSOFT Conference on Generative Programming and Component Engineering, GPCE 2002, held in Pittsburgh, PA, USA in October 2002.The 18 revised full papers presented were carefully reviewed and selected from 39 submissions. Among the topics covered are generative programming, meta-programming, program specialization, program analysis, program transformation, domain-specific languages, software architectures, aspect-oriented programming, and component-based systems.

Automated Software Design Volume 1, 2nd Edition Public (Paperback): Don Batory Automated Software Design Volume 1, 2nd Edition Public (Paperback)
Don Batory
R1,146 Discovery Miles 11 460 Ships in 10 - 15 working days
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Pokémon Go Plus +
 (1)
R1,499 R1,369 Discovery Miles 13 690
Strontium Technology AMMO USB 3.1 flash…
R70 R53 Discovery Miles 530
Loot
Nadine Gordimer Paperback  (2)
R398 R330 Discovery Miles 3 300
Bettaway Mega C1000 Fizzi Effervescent…
R62 Discovery Miles 620
Lucky Define - Plastic 3 Head…
R390 Discovery Miles 3 900
Is The Party Over?
Oscar van Heerden Paperback R280 R140 Discovery Miles 1 400
Sharp EL-W506T Scientific Calculator…
R599 R560 Discovery Miles 5 600
Coty Vanilla Musk Cologne Spray (50ml…
R852 R508 Discovery Miles 5 080
Hoff the Record
DVD  (2)
R24 Discovery Miles 240
Nuovo All-In-One Car Seat (Black)
R3,599 R3,020 Discovery Miles 30 200

 

Partners