23
Tue, Apr
1 New Articles

Product Lifecycle Management

General
Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

Whether it's a kitchen gadget, a device for playing recorded music, or a software system, almost every product has a lifecycle associated with it. The lifecycle of a product takes it through distinctive phases. From cradle to grave, it breaks down to five predictable stages:

  • New Product Design and Development—This stage is generally expensive and produces no revenue. Moreover, only about 35% of commercial software systems written ever make it out of this stage. Yep. That's right. Fully 65% of software systems that are developed are never released.
  • Market Introduction—This stage is also marked by high costs and low sales. Advertising and other expenses can be considerable as there is little market awareness and little demand. Correspondingly, there is usually very little competition.
  • Growth—This is the first stage that has a payoff. Costs are going down because of increasing economies of scale and cheaper sources of production. Demand, sales, and profits are going up as more and more people become aware of the product. Competition is beginning to be a factor.
  • Maturity—These are the golden years in which product sales are driven mostly by momentum. The product may even have become a de facto standard. Advertising and other costs are very low. Competition is strong and various producers are striving to show feature differentiation. Eventually, competition will drive prices to zero-profit equilibrium.
  • Decline—Sales and profits decline. Minimizing cost becomes the primary means of generating a profit. Eventually, the product is replaced or withdrawn from the market altogether.

The challenge, then, is to be aware of the characteristics of the product lifecycle and to work with them to minimize the bad times and maximize the good times—a practice called Product Lifecycle Management (PLM).

It's New, It's Improved, It's Old-Fashioned

A given product may have a lifecycle, but often that product exists within a larger industry that will have a much longer life or may even may be immortal (like blue jeans.) Consider the humble television. In the 1950s, sales of black and white televisions thrived but came onto hard times with the advent of affordable color TVs in the '60s. Color TVs evolved to various formats and then to flat-screen and then high-definition technologies. Through each of these small or "micro" product lifecycles, the television industry, as a larger or "macro" enterprise, has remained strong.

In the maturity stage of the lifecycle, there are sometimes too many competitors in the market. When this happens, prices go down and producers start trying to make their product appear different from all of the others. This can be an unfortunate turn of events as truly strange designs and overloading of features often result. A good example of a bad example is digital watches. What was a poor design in the first place, due to a lack of natural mappings for the buttons used to set the time, was made worse with the confounding addition of a built-in stopwatch. That wasn't different enough, so a calculator with tiny buttons was added that no one ever used. But it was different and probably marketable.

Software Obsolescence

Inevitably, a software product will have to be continually updated and enhanced as the environment it runs in evolves. Just keeping a product current with changing technology requires repeated iteration of the development cycle. It's been my experience that a software product must be redeveloped every two to three years, even without the addition of new features, just to keep it working. But this might not always be a bad thing.

One would think that the longer a product's lifecycle, the better. This may not always be true, especially for the developers of a product like software. Software, like recorded music, is very easy to steal or replicate without benefit to its creator. In this regard, software obsolescence can cause an unauthorized user to turn legitimate. For example, consider a software package that interfaces with another software system like Windows or Java. For the user running an unauthorized version of the software, everything's fine for awhile, but then the user moves up to a new PC and things start to go wrong. Operating system features can't be found, or maybe stronger security in Java now limits the software functions. Suddenly the user, who has come to rely on the unauthorized software, has a change of heart and decides to actually pay for the newest version of the package.

Product Lifecycle Management (PLM)

It's been shown that the lifecycle process can be predicted and even managed. For instance, take product promotion: When a product is first developed, if it's truly innovative, nobody knows what it is. It might be easily understood, once explained, but it's still new to the consumer and will require some advertising, promotion, or endorsement. Time and money should be budgeted for this predictable process.

Similarly, periods of little or no revenue must be expected in the development and product introduction phases. There's just no way around it. This reality may be mitigated, however, and the negative impact minimized by applying engineered development techniques to minimize costs and to bring the product to market in the least possible time. Through agile software engineering techniques, like extreme programming, the software development process can be shortened, and overlapping phases engaged concurrently where possible. This will help get the product to the important point where it is generating revenue as quickly as possible. Further, the effort to minimize production costs can be moved along more rapidly toward the point where economies of scale and improved production techniques have a positive effect.

At the other end of the lifecycle, when the product is nearing the end of its life, sound management techniques will recognize the impending decline and plan accordingly. Good management will dictate that as one product is nearing its end, another, newer product must be begun.

Design Is Key

In my opinion, the most important aspect of good product lifecycle management is application of good design practices before the product is brought to market. Software in particular must be extremely well-designed to have any chance of becoming a success.

People who use software don't read. They don't read error messages, and they certainly don't read program documentation. They need software that works the way that they expect it to work—without having to read anything and without training.

This expectation of how software should work is called the "user's conceptual model." If a software product does not accommodate the user's conceptual model, it is doomed to failure. For example, imagine how you would feel about using a Web site that required you to actually read instructions explaining how to do things before you could successfully proceed.

According to Joel Spolsky in User Interface Design for Programmers, a software user interface is well-designed when it behaves exactly as the user expects it to—that is, when the program model conforms to the user's conceptual model. The exception occurs when the user's model is incomplete or broken. In this event, a good software design will provide both constraints that politely narrow the user's range of choices and selections that invite the user to follow the correct course.

In general, a good design should do the following:

  • Make it easy to tell what actions are possible at any given time
  • Make things visible, including the conceptual model of the system, the alternative actions, and the results of actions
  • Make it easy to evaluate the current state of the system
  • Follow natural mappings between intentions and the required actions, between actions and the resulting effect, and between the information that is visible and the interpretation of the system state.

And, ironically, a good design process cannot be accomplished by designers. John Culkin said, "We don't know who discovered water, but we're certain it wasn't a fish." That's because a fish, being immersed in water, will be completely unaware of it. Likewise, a good product design requires a strong influence from outside the development environment.

Going Through the Process Again and Again

It's commonly held among software engineers that the design and development process for software should be iterative and incremental. That is, the process of producing a software product is ongoing, a circular exercise in which the product is enhanced and adapted repeatedly over time. With that sort of predictable repetition, an engineered approach to product lifecycle management must be considered.

Chris Peters has 27 years of experience in the IBM midrange and PC platforms. Chris is president of Evergreen Interactive Systems, a software development firm and creators of the iSeries Report Downloader. Chris is the author of The i5/OS and Microsoft Office Integration Handbook, The AS/400 TCP/IP Handbook, AS/400 Client/Server Programming with Visual Basic, and Peer Networking on the AS/400 (MC Press). He is also a nationally recognized seminar instructor and a lecturer at Eastern Washington University. Chris can be reached at This email address is being protected from spambots. You need JavaScript enabled to view it..

Chris Peters has 32 years of experience with IBM midrange and PC platforms. Chris is president of Evergreen Interactive Systems, a software development firm and creators of the iSeries Report Downloader. Chris is the author of i5/OS and Microsoft Office Integration Handbook, AS/400 TCP/IP Handbook, AS/400 Client/Server Programming with Visual Basic, and Peer Networking on the AS/400. He is also a nationally recognized seminar instructor and a lecturer in the Computer Science department at Eastern Washington University. Chris can be reached at This email address is being protected from spambots. You need JavaScript enabled to view it..


MC Press books written by Chris Peters available now on the MC Press Bookstore.

i5/OS and Microsoft Office Integration Handbook i5/OS and Microsoft Office Integration Handbook
Harness the power of Office while exploiting the i5/iSeries database.
List Price $79.95

Now On Sale

BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

$0.00 Raised:
$

Book Reviews

Resource Center

  • SB Profound WC 5536 Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application. You can find Part 1 here. In Part 2 of our free Node.js Webinar Series, Brian May teaches you the different tooling options available for writing code, debugging, and using Git for version control. Brian will briefly discuss the different tools available, and demonstrate his preferred setup for Node development on IBM i or any platform. Attend this webinar to learn:

  • SB Profound WP 5539More than ever, there is a demand for IT to deliver innovation. Your IBM i has been an essential part of your business operations for years. However, your organization may struggle to maintain the current system and implement new projects. The thousands of customers we've worked with and surveyed state that expectations regarding the digital footprint and vision of the company are not aligned with the current IT environment.

  • SB HelpSystems ROBOT Generic IBM announced the E1080 servers using the latest Power10 processor in September 2021. The most powerful processor from IBM to date, Power10 is designed to handle the demands of doing business in today’s high-tech atmosphere, including running cloud applications, supporting big data, and managing AI workloads. But what does Power10 mean for your data center? In this recorded webinar, IBMers Dan Sundt and Dylan Boday join IBM Power Champion Tom Huntington for a discussion on why Power10 technology is the right strategic investment if you run IBM i, AIX, or Linux. In this action-packed hour, Tom will share trends from the IBM i and AIX user communities while Dan and Dylan dive into the tech specs for key hardware, including:

  • Magic MarkTRY the one package that solves all your document design and printing challenges on all your platforms. Produce bar code labels, electronic forms, ad hoc reports, and RFID tags – without programming! MarkMagic is the only document design and print solution that combines report writing, WYSIWYG label and forms design, and conditional printing in one integrated product. Make sure your data survives when catastrophe hits. Request your trial now!  Request Now.

  • SB HelpSystems ROBOT GenericForms of ransomware has been around for over 30 years, and with more and more organizations suffering attacks each year, it continues to endure. What has made ransomware such a durable threat and what is the best way to combat it? In order to prevent ransomware, organizations must first understand how it works.

  • SB HelpSystems ROBOT GenericIT security is a top priority for businesses around the world, but most IBM i pros don’t know where to begin—and most cybersecurity experts don’t know IBM i. In this session, Robin Tatam explores the business impact of lax IBM i security, the top vulnerabilities putting IBM i at risk, and the steps you can take to protect your organization. If you’re looking to avoid unexpected downtime or corrupted data, you don’t want to miss this session.

  • SB HelpSystems ROBOT GenericCan you trust all of your users all of the time? A typical end user receives 16 malicious emails each month, but only 17 percent of these phishing campaigns are reported to IT. Once an attack is underway, most organizations won’t discover the breach until six months later. A staggering amount of damage can occur in that time. Despite these risks, 93 percent of organizations are leaving their IBM i systems vulnerable to cybercrime. In this on-demand webinar, IBM i security experts Robin Tatam and Sandi Moore will reveal:

  • FORTRA Disaster protection is vital to every business. Yet, it often consists of patched together procedures that are prone to error. From automatic backups to data encryption to media management, Robot automates the routine (yet often complex) tasks of iSeries backup and recovery, saving you time and money and making the process safer and more reliable. Automate your backups with the Robot Backup and Recovery Solution. Key features include:

  • FORTRAManaging messages on your IBM i can be more than a full-time job if you have to do it manually. Messages need a response and resources must be monitored—often over multiple systems and across platforms. How can you be sure you won’t miss important system events? Automate your message center with the Robot Message Management Solution. Key features include:

  • FORTRAThe thought of printing, distributing, and storing iSeries reports manually may reduce you to tears. Paper and labor costs associated with report generation can spiral out of control. Mountains of paper threaten to swamp your files. Robot automates report bursting, distribution, bundling, and archiving, and offers secure, selective online report viewing. Manage your reports with the Robot Report Management Solution. Key features include:

  • FORTRAFor over 30 years, Robot has been a leader in systems management for IBM i. With batch job creation and scheduling at its core, the Robot Job Scheduling Solution reduces the opportunity for human error and helps you maintain service levels, automating even the biggest, most complex runbooks. Manage your job schedule with the Robot Job Scheduling Solution. Key features include:

  • LANSA Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.

  • LANSAWhen it comes to creating your business applications, there are hundreds of coding platforms and programming languages to choose from. These options range from very complex traditional programming languages to Low-Code platforms where sometimes no traditional coding experience is needed. Download our whitepaper, The Power of Writing Code in a Low-Code Solution, and:

  • LANSASupply Chain is becoming increasingly complex and unpredictable. From raw materials for manufacturing to food supply chains, the journey from source to production to delivery to consumers is marred with inefficiencies, manual processes, shortages, recalls, counterfeits, and scandals. In this webinar, we discuss how:

  • The MC Resource Centers bring you the widest selection of white papers, trial software, and on-demand webcasts for you to choose from. >> Review the list of White Papers, Trial Software or On-Demand Webcast at the MC Press Resource Center. >> Add the items to yru Cart and complet he checkout process and submit

  • Profound Logic Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application.

  • SB Profound WC 5536Join us for this hour-long webcast that will explore:

  • Fortra IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn: