Designing Concurrent, Distributed, and Real-Time Applications with UML

Author:   Hassan Gomaa
Publisher:   Pearson Education (US)
ISBN:  

9780201657937


Pages:   816
Publication Date:   04 September 2000
Format:   Hardback
Availability:   In Print   Availability explained
Limited stock is available. It will be ordered for you and shipped pending supplier's limited stock.

Our Price $197.97 Quantity:  
Add to Cart

Share |

Designing Concurrent, Distributed, and Real-Time Applications with UML


Add your own review!

Overview

"""This is an excellent book for real-world systems that deal with complex issues such as concurrency and real-time constraints. Hassan does a wonderful job of structuring the book so it is suitable for all software engineers and provides very useful, detailed guidelines that distinguish this book from other OO texts."" --Robert G. Petit IV, The Aerospace Corporation Designing Concurrent, Distributed, and Real-Time Applications with UML provides a detailed overview of object-oriented design concepts, concurrent and distributed system technology, use cases, and Unified Modeling Language notation. It addresses an increasingly important area of software development: the design of real-time and distributed applications based on concurrent technology. Using UML notation, this book clearly illustrates how an object-oriented analysis and design method offers an effective solution to the unique challenges that these systems present. Inside you'll also find a comprehensive description of an analysis and design method specifically suited to the needs of real-time and distributed systems. Known as COMET (Concurrent Object Modeling and Architectural Design Method), this object-oriented method employs a highly iterative software life cycle based on use case technology and UML. This book will guide you through the COMET development life cycle, from requirements modeling through analysis and design, emphasizing the design requirements of distributed and real-time applications. Numerous in-depth case studies and examples show you how the COMET method can be applied to a variety of applications, including real-time, client/server, and distributed software design. Key topics include: *Use case modeling, with particular emphasis on the needs of embedded systems *Static and dynamic analysis modeling *Object and class structuring *Finite state machines and statecharts *Distributed object technology *Software architecture design of concurrent systems *Task structuring and class design *Performance analysis of real-time designs using real-time scheduling Designing Concurrent, Distributed, and Real-Time Applications with UML is an invaluable resource for all developers in this growing field. The information, technology, systematic method, comprehensive guidelines, and case studies presented here will greatly facilitate the creation of high-quality real-time and distributed applications. 0201657937B04062001"

Full Product Details

Author:   Hassan Gomaa
Publisher:   Pearson Education (US)
Imprint:   Addison Wesley
Dimensions:   Width: 24.20cm , Height: 4.10cm , Length: 19.50cm
Weight:   1.524kg
ISBN:  

9780201657937


ISBN 10:   0201657937
Pages:   816
Publication Date:   04 September 2000
Audience:   Professional and scholarly ,  Professional & Vocational
Format:   Hardback
Publisher's Status:   Out of Print
Availability:   In Print   Availability explained
Limited stock is available. It will be ordered for you and shipped pending supplier's limited stock.

Table of Contents

(Each Chapter concludes with a Summary.).I. UML NOTATION, DESIGN CONCEPTS, TECHNOLOGY, LIFE CYCLES, AND METHODS. 1. Introduction. Object-Oriented Methods and the Unified Modeling Language. Method and Notation. Concurrent Applications. Real-Time Systems and Applications. Distributed Systems and Applications. 2. Overview of UML Notation. UML Diagrams. . Use Case Diagrams. UML Notation for Classes and Objects. Class Diagrams. Interaction Diagrams. Statechart Diagrams. Packages. Concurrent Collaboration Diagrams. Deployment Diagrams. UML Extension Mechanisms. The UML as a Standard. 3. Software Design and Architecture Concepts. Object-Oriented Concepts. Information Hiding. Inheritance. Active and Passive Objects. Concurrent Processing. Cooperation between Concurrent Tasks. Information Hiding Applied to Access Synchronization. Monitors. Design Patterns. Software Architecture and Component-Based Systems. 4. Concurrent and Distributed System Technology. Environments for Concurrent Processing. Runtime Support for Multiprogramming and Multiprocessing Environments. Task Scheduling. Operating System Input/Output Considerations. Client/Server and Distributed System Technology. World Wide Web Technology. Distributed Operating System Services. Middleware. Common Object Request Broker Architecture (CORBA). Other Component Technologies. Transaction Processing Systems. 5. Software Life Cycles and Methods. Software Life Cycle Approaches. Design Verification and Validation. Software Testing. Evolution of Software Design Methods. Evolution of Object-Oriented Analysis and Design Methods. Survey of Concurrent and Real-Time Design Methods. II. COMET: CONCURRENT OBJECT MODELING AND ARCHITECTURAL DESIGN WITH UML. 6. Overview of COMET. COMET Object-Oriented Software Life Cycle. Comparison of the COMET Life Cycle with Other Software Processes. Requirements, Analysis, and Design Models. The COMET in a Nutshell. 7. Use Case Modeling. Use Cases. Actors. Actors, Roles, and Users. Identifying Use Cases. Documenting Use Cases in the Use Case Model. Use Case Relationships. Use Case Packages. 8. Static Modeling. Associations between Classes. Composition and Aggregation Hierarchies. Generalization/Specialization Hierarchy. Constraints. Static Modeling and the UML. Static Modeling of the System Context. Static Modeling of Entity Classes. 9. Object and Class Structuring. Object Structuring Criteria. Categorization of Application Classes. Object Structuring Categories. External Classes and Interface Classes. Interface Objects. Entity Objects. Control Objects. Application Logic Objects. Subsystems. 10. Finite State Machines and Statecharts. Finite State Machines. Events and States. Finite State Machines and Objects. Examples of Statecharts. Events and Conditions. Actions. Modeling Different Aspects of the System. Hierarchical Statecharts. Concurrent Statecharts. Guidelines for Developing Statecharts. Developing Statecharts from Use Cases. Example of Developing a Statechart from a Use Case. 11. Dynamic Modeling. Object Interaction Modeling. Message Labels on Interaction Diagrams. Dynamic Analysis. Non-State-Dependent Dynamic Analysis. Example of Non-State-Dependent Dynamic Analysis. State-Dependent Dynamic Analysis. Example of State-Dependent Dynamic Analysis: Banking System. Example of State-Dependent Dynamic Analysis: Cruise Control System. 12. Software Architecture Design. Software Architectural Styles. System Decomposition Issues. Guidelines for Determining Subsystems. Consolidated Collaboration Diagrams. Subsystem Software Architecture. Separation of Concerns in Subsystem Design. Subsystem Structuring Criteria. Examples of Subsystem Decomposition. Static Modeling at the Design Level. 13. Architectural Design of Distributed Applications. Configurable Architectures and Software Components. Steps in Designing Distributed Applications. System Decomposition. Designing Subsystem Interfaces. Transaction Management. Design of Server Subsystems. Distribution of Data. System Configuration. 14. Task Structuring. Concurrent Task Structuring Issues. Task Structuring Categories. I/O Task Structuring Criteria. Internal Task Structuring Criteria. Task Priority Criteria. Task Clustering Criteria. Design Restructuring by Using Task Inversion. Developing the Task Architecture. Task Communication and Synchronization. Task Behavior Specifications. 15. Class Design. Designing Information Hiding Classes. Designing Class Operations. Data Abstraction Classes. Device Interface Classes. State-Dependent Classes. Algorithm Hiding Classes. User Interface Classes. Business Logic Classes. Database Wrapper Classes. Software Decision Classes. Inheritance in Design. Examples of Inheritance. Class Interface Specifications. 16. Detailed Software Design. Design of Composite Tasks. Synchronization of Access to Classes. Designing Connectors for Inter-Task Communication. Task Event Sequencing Logic. 17. Performance Analysis of Concurrent Real-Time Software Designs. Real-Time Scheduling Theory. Advanced Real-Time Scheduling Theory. Performance Analysis Using Event Sequence Analysis. Performance Analysis Using Real-Time Scheduling Theory and Event Sequence Analysis. Example of Performance Analysis Using Event Sequence Analysis. Example of Performance Analysis Using Real-Time Scheduling Theory. Example of Performance Analysis Using Real-Time Scheduling Theory and Event Sequence Analysis. Design Restructuring. Estimation and Measurement of Performance Parameters. III. CASE STUDIES IN CONCURRENT, DISTRIBUTED, AND REAL-TIME APPLICATION DESIGN. 18. Elevator Control System Case Study. Problem Description. Use Case Model. Static Model of the Problem Domain. Object Structuring. Dynamic Model. Statechart Model. Consolidation of Collaboration Diagrams. Subsystem Structuring. Structuring System into Tasks. Design of Distributed Elevator Control System. Design of Information Hiding Classes. Developing Detailed Software Design. Target System Configuration. Performance Analysis of Non-Distributed Elevator Control System. Performance Analysis of Distributed Elevator Control System. 19. Banking System Case Study. Problem Description. Use Case Model. Static Modeling. Object Structuring. Dynamic Modeling. ATM Statechart. Design of Banking System. Consolidating the Collaboration Model. Structuring the System into Subsystems. Design of ATM Client Subsystem. Design of Bank Server. 20. Cruise Control and Monitoring System Case Study. Problem Description. Use Case Model. Use Case Descriptions. Problem Domain Static. Dynamic Modeling. Subsystem Structuring. Refined Static Modeling. Structuring the System into Tasks. Information Hiding Class Design. Developing Detailed Software Design. Software Architecture of Distributed Automobile System. 21. Distributed Factory Automation System Case Study. Problem Description. Use Case Model. Conceptual Static Model of the Problem Domain. Object Structuring. Dynamic Model. Subsystem Structuring. Distributed Software Architecture. System Configuration. 22. Electronic Commerce System Case Study. Electronic Commerce Problem. Use Case Model. Agent Support for Electronic Commerce System. Object Broker Support for Electronic Commerce System. Static Modeling of the Problem Domain. Collaboration Model. Distributed Software Architecture. Appendix A: Conventions and Alternative Notations. Conventions Used in This Book. Alternative Notation for Stereotypes. Alternative Notation for Active Objects. Glossary. Bibliography. Index. 0201657937T04062001

Reviews

Author Information

Hassan Gomaa, Professor of Software Engineering at George Mason University in Fairfax, Virginia, is an internationally acknowledged authority on the software design of distributed and real-time systems. Hassan's career in software engineering spans both industry and academia, and he develops concurrent, distributed, and real-time applications in industry; designs software development methods and applies them to real-world problems; and teaches short courses to professional software engineers around the world. He has a B.Sc. in electrical engineering from University College, London, and a Ph.D. in computer science from Imperial College, London.

Tab Content 6

Author Website:  

Customer Reviews

Recent Reviews

No review item found!

Add your own review!

Countries Available

All regions
Latest Reading Guide

wl

Shopping Cart
Your cart is empty
Shopping cart
Mailing List