Home > Store

Framework-Based Software Development in C++

Register your product to gain access to bonus material or receive a coupon.

Framework-Based Software Development in C++

Book

  • Sorry, this book is no longer in print.
Not for Sale

About

Features

  • Promotes the use of standards-based products by using an off- the-shelf infrastructure to isolate the user from the operating system and any vendor-specific product. This will also aid readers in developing software with more features, more quickly. Pg.___
  • Covers framework development in detail from the author's perspective. This provides the means to integrate products that have never been used together before. Pg.___
  • Brings realism to the hype in the industry about patterns by demonstrating applications for them. Pg.___
  • Advocates the establishment of a software repository and the performance of Domain Analysis before initiating development efforts. it provides the basic building blocks needed by organizations that want to set up repositories of reusable software assets. Pg.___
  • Presents the effective uses of STL, CORBA, and Object Databases. Pg.___
  • Encourages the birth of a framework industry and presents a methodology to aid readers in developing software as a reusable commodity in order to become software entrepreneurs. Pg.___

Description

  • Copyright 1997
  • Dimensions: 7" x 9-1/4"
  • Pages: 400
  • Edition: 1st
  • Book
  • ISBN-10: 0-13-533365-2
  • ISBN-13: 978-0-13-533365-5


53336-4

Class frameworks are the software commodities of the future—Learn a methodology today to develop them for tomorrow!

The growth of standards in the software industry is enabling designers to more effectively use the Object Paradigm to create reusable solutions for common business problems. These designers, however, must use a radically different development methodology—the methodology you'll learn from this book.

First you'll come to understand what class frameworks are and the software standards—STL, CORBA, and ODMG-93—on which they are built. Then you'll discover how to develop requirements for a framework by performing domain analysis.

Next you'll learn how to develop a framework with:

  • A design standard consisting of a pattern catalog.
  • Framework design metrics for quality assurance.
  • Procedures for pattern selection, documentation, and testing.
  • Guidelines for the role of management in the development process.

Two case studies illustrate the methodology being applied to the development of a horizontal and a vertical framework. When you've mastered the concepts in Framework-Based Software Development in C++, you'll be prepared to develop a repository of reusable software that is based on open standards and off-the-shelf products. This will make your software organization far more competitive. If you are a software entrepreneur, it could also make you far more profitable.

Sample Content

Table of Contents



Preface.

I. INTRODUCTION.

1. Overview of Methodology.

What Is a Framework? What Are the Benefits of Using Frameworks? What Is the Difference Between a Horizontal and Vertical Framework? What Is Framework-Based Software Development? What Is the Object Infrastructure?

2. The Standard Template Library (STL).

Getting Started with STL. The Design of STL. Using the string Class. Using STL Container Classes. Adding Your Own Generic Algorithms.

3. Common Object Request Broker Architecture (CORBA).

High-Level Overview. The Marriage Between the WWW and CORBA. Using an ORB-An Informal Description. Using an ORB-The Detailed Steps. CORBA and Frameworks. The Impact of CORBA on Modeling Notation. An Example: Event Notification. Common Object Services.

4. ODMG-93: An Object Database Standard.

High-Level Overview. The Role of Object Databases in Frameworks. The Impact of Object Databases on Modeling Notation. Using an ODMG-Compliant Object Database with C++. Example Application Using CORBA and ODMG-93: Security Alarm Reporting.

II. METHODOLOGY.

5. Domain Analysis.

Steps in Domain Analysis. An Example Domain Analysis for “Mail Order”.

6. Framework Design Standard.

Introduction to Design Patterns. Catalog of Design Patterns. Design Rules.

7. Framework Design Metrics.

Inheritance Depth Metric. Inheritance Width Metric. Size Metrics. Framework Reusefulness Metric.

8. Framework Development Procedures.

Designing a Framework. Implementing a Framework. Testing a Framework. Preparing User Documentation.

9. Framework Development Strategies.

Creating a Framework Industry. Reengineering the Development Organization. Putting Together an Application Development Team. Putting Together an Infrastructure Group. Evaluating an Off-the-Shelf Framework. The Economics of In-house Framework Development. Setting Up the Ideal Development Environment. The Project Plan for Developing a Framework. Red Flags.

III. EXAMPLE FRAMEWORKS.

10. A Horizontal Framework for Workflow.

Facet Analysis: Workflow. Design of the Workflow Framework. Implementation of the Workflow Framework.

11. A Framework for Monitoring Financial Risk.

Domain Analysis: Financial Risk Monitoring. Design of the Risk Monitoring Framework.

APPENDIX A: STL Lint Program.
APPENDIX B: Notation.
Bibliography.
Index.

Preface

Rogers, FRAMEWORK-BASED SOFTWARE DEVELOPMENT IN C++ 1/E ISBN 0-13-533365-2 PREFACE


This is a handbook for building the next generation of software commodities, called frameworks, on an object infrastructure consisting of CORBA¿, ODMG-93 (a standard object database API), and ANSI C++ with STL. The development methodology focuses on domain analysis and a set of design patterns that are well suited to the development of frameworks that must operate in a distributed environment. Before I talk more about the book, I think it is important to give you a little history about the circumstances that compelled me to write it.


I've been a software developer for about fifteen years now, and it's just no fun lately. I'm so tired of having to rebuild proprietary software infrastructure for each new project. I'd rather be spending my time solving more complex problems. Luckily, there are credible standards bodies that have put a tremendous amount of effort into defining a software infrastructure based on the Object paradigm. As this infrastructure matures, it is becoming possible for skilled developers to finally take on more complex problems. Some of us will be able to do so in large development organizations. Many of us, however, will have the opportunity to become entrepreneurs.


I wasn't always optimistic about my future in software development. A few years ago I was almost embarrassed to say that I was an object-oriented designer. It all started when the OO companies began to emerge in the early 1990s. With them came the armies of sales and marketing geniuses promising all kinds of great things about OO technology and C++. Companies everywhere invested in OO/C++ tools, OO/C++ consultants, and OO/C++ training, so that they wouldn't miss out on achieving the tremendous levels of software reuse promised. This would help them "gain the competitive edge," "increase profit margins," and stuff like that. Well, by the mid 1990s none of this had really materialized and corporate America was growing increasingly impatient. It was just about then that I started to hear people condemning C++ for its complexity.


The root cause of all the disappointment was the widely held belief that OO would allow people of all skill levels to approach hard problems from an easier angle. It doesn't. On the contrary, using the paradigm to its full advantage demands that a hard problem be approached from an even harder angle. Many people didn't understand this. Those who did were often not given the time to use the paradigm correctly.


All this nonsense didn't discourage people in standards organizations like ANSI, the OMG®, and the ODMG that used the period of OO-mania to create standards that are so essential to the case for C++ and OO. As a result of their efforts, there is now a tidal wave of object standards approaching. Because of the standards efforts, developers can now buy an industry-standard "object infrastructure" for less than the cost of a good PC, and it's only going to get cheaper. This is really exciting because it makes possible, and even encourages, a new OO-related industry to emerge. This new industry would thrive on a mixture of highly skilled software entrepreneurs that specialize in solving complex problems using OO, and corporate customers who have complex problems to solve, but have not had the resources to solve them. The entrepreneurs would focus on building software that captures reusable abstractions like business models, analytical models, industrial processes, and scientific phenomenon. These software "frameworks" could become commodities designed to work on the object infrastructure.


The challenging development work in the years ahead will be done, in large part, by two types of software developers: those who develop applications using frameworks and those who actually develop the frameworks. The framework users will be average programmers with an in-depth knowledge of specific problems. The framework developers will be extraordinary programmers, with tremendous breadth of domain knowledge and an uncanny ability to generalize a situation. You need to start to decide what you want your role to be in this new order. If you have ambitions to be a framework developer, you need to start to cultivate the appropriate skills. And now I arrive at the reason for writing this book, and the reason you may want to read it. To my knowledge, there is no publicly documented methodology that explains how to develop software frameworks in C++. Reading this book is a good first step toward becoming a framework developer.


Overview of Contents


The book has three parts: Part 1 - Introduction, Part 2 - Methodology, and Part 3 - Example Frameworks. Part 1 starts by giving an overview of the methodology, which I call "Framework-Based Software Development." In order to understand the details of the methodology, it is necessary to have a basic knowledge of the new standards comprising the object infrastructure that the methodology depends on: ANSI C++ with STL, CORBA, and ODMG-93. I, therefore, include a chapter for each of the new standards. I should mention that I am not going to explain any features of the core C++ language; only STL, because it is so new. If you aren't up on some of the newer language features, like namespace, for instance, you may have to do some homework. But, wait until you encounter the unfamiliar features before you run out and buy another book. You may be able to understand the feature just by seeing the way I use it.


The infrastructure offers tremendous productivity increases over the proprietary ones we've had to use in the past. As you will see, however, using such an infrastructure to build frameworks requires skills that are more sophisticated than has traditionally been required. Framework developers will also be data modelers, DBAs, analysts, and system architects.


Part 2 of the book presents the actual methodology. The methodology includes:


7Procedures for creating framework requirements


7The framework design standard


7Framework design metrics


7Procedures that show you how to design and implement a conforming framework


7Recommendations for documenting and testing frameworks


7Recommended strategies for managing a software development organization


In Part 3 of the book, I use the methodology to develop two frameworks. I will walk through the analysis, design, and some of the implementation of each of these frameworks and illustrate how they would be used to develop applications.


Acknowledgments


I am grateful to Paul Becker, my publisher, for making this project possible. I would like to thank Frank Gielen, Chak Kolli, John Peterson, Michael Connick, Sal Ricci, David Spuler, John McEnroe, and P. J. Plauger for their comments on the manuscript. Paul Hickey and John Petri from IONA Technologies have been very supportive. Mike Florence and Sophie Gamerman from O2 Technologies were also very helpful.


This book exists because my good friend and former colleague Joe DiBiase convinced me to write it and encouraged me all the way through it. Thanks, Joe.


I need to apologize to my kids-Megan, Lauren, Kierstin, and Glenn-for all the time I missed with them over the past year. And finally, I must thank my wife, Kim, for doing her best to keep the kids occupied as I wrote the manuscript in the corner of my living room.


Greg Rogers Point Pleasant, New Jersey grogers@monmouth.com

Updates

Submit Errata

More Information

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020