Easing the Transition to Software Mass Customization 1
|
|
|
- Neal Holt
- 10 years ago
- Views:
Transcription
1 Easing the Transition to Software Mass Customization 1 Charles W. Krueger BigLever Software, Inc., Laurel Hill Cove, Austin, TX, 78730, USA. Tel: +1 (512) Fax: +1 (512) [email protected] Abstract. Although software mass customization offers the potential for order-of-magnitude improvements in software engineering performance, the up-front cost, level of effort, assumed risk, and latency required to make the transition to software mass customization are a prohibitive adoption barrier for many organizations that could otherwise benefit. BigLever Software has developed a software mass customization technology that lowers the adoption barrier, enabling software organizations to achieve the benefits of software mass customization with significantly less transition time and effort. This technology supports three different transition models for adopting software mass customization. 1 Software Mass Customization and its Benefits Software mass customization focuses on the means of efficiently producing and maintaining multiple similar software products, exploiting what they have in common and managing what varies among them. This is analogous to what is practiced in the automotive industry, where the focus is on creating a single production line, out of which many customized but similar variations of a car model are produced. The powerful, though subtle, essence of this description is the focus on a singular means of production rather than a focus on producing the many individual products. Once the means of mass customization is established, production of the individual products is more a matter of automated instantiation rather than manual creation. Real world success stories of software mass customization come from diverse areas such as mobile phones, e-commerce software, computer printers, diesel engines, telecom networks, enterprise software, cars, ships, and airplanes. Each of these examples relies on creating and maintaining a collection of similar software systems. By using software mass customization techniques to exploit what their software systems have in common and to effectively manage the variation, companies are reporting order of magnitude reductions in time-to-market, engineering overhead, error rates, and cost[1][2][3][4][5][6]. What is most interesting from these success stories, however, is that the tactical improvements in software engineering are large enough to have strategic impact on the 1. Springer-Verlag
2 business of a company. By bringing larger numbers of precisely customized products to market faster and with better quality than their competitors, companies have been able to assume market leadership. 2 Challenges of Software Mass Customization Many of the companies who have reported great success with software mass customization have also reported great challenges and costs in making the move to that model. Adoption times are often measured in terms of years and the costs in millions of dollars. Often, key architects and senior technical personnel must be taken off line for many months to prepare for the move to software mass customization. Often, organizational restructuring and process re-tooling are required. Although many organizations are now learning of the huge potential benefits of software mass customization, the associated costs, risks, and resources are a prohibitive adoption barrier for many. The tension between the potential benefits and imposing challenges of software mass customization is often manifest in the interactions between marketing and engineering groups in a company. Sales and marketing frequently encounter opportunities where customizations of their software products could result in additional revenue. From a business perspective, software mass customization represents a lucrative strategic model for dominating market share, expanding into new market segments, and closing complex deals with demanding customers. However, engineering must frequently resist customization requests because of the associated high level of effort, resources, costs, and risks. Why is software mass customization more difficult than simply (1) building a single software system, and then (2) building the collection of small variations? Why do we need a major shift to complex and heavyweight software engineering technologies, methods, processes, and techniques? The answer is that, over the past several decades, we have developed formal tools and techniques for building single software systems (item #1 above), but we have no formal tools or techniques in our arsenal for building and managing a collection of small variations for a software product line (item #2 above). To compensate for this void, software engineers historically have relied on informally contrived solutions such as configuration files, IFDEFs, assembly scripts, install scripts, parallel configuration management branches, and so forth. However, these informal solutions are not scalable; they are not manageable beyond a small number of product variations. Moreover they are code-level mechanisms that are ill-suited to express product-level constraints. More recently, research has focused on some of software engineering s most powerful and complex solutions for managing product line variation, but these have the associated high adoption barrier. The current situation, then, can be summarized as follows. Software mass customization has the potential to bring order-of-magnitude improvements to an organization s performance, but the practices up to this point combine a massive up-front investment at the highest organizational levels with unsatisfactory code-level mechanisms to actually manage the variabilities. The time is right for another approach.
3 3 Simplifying Software Mass Customization Using one of computer science s most powerful principles, separation of concerns, BigLever Software has created BigLever Software GEARS, a software mass customization technology that enables organizations to quickly adopt a software mass customization business and engineering model[7][8][9][10]. GEARS works in conjunction with the existing tools and techniques, currently used for building single software systems, so that mass customization is a straightforward extension to single system engineering. The separation of concerns is applied so that the technology is independent of programming language, operating system, configuration management system, build system, and so forth. Furthermore, it does not depend on a particular domain modeling language, architecture language, or design language. By extending the existing single system technology set with a formal technology focused on software mass customization, software organizations can achieve the benefits of software mass customization with significantly less time and effort than has previously been required. Rather than timeframes of months and years, BigLever talks in terms of what can be accomplished the first day, week, or month. For example, a recent BigLever customer was able to convert their existing one-of-a-kind product into a GEARS production line with three custom product instances in less than one day. 3.1 BigLever Software GEARS BigLever Software GEARS provides the infrastructure and a development environment for creating a software mass customization production line. Revisiting the analogy to automotive mass customization, where a single production line is used to manufacture many customized variations of a car model, GEARS is analogous to the infrastructure and technology used to create the automotive production facility. That is, GEARS is used to create a single software production line, out of which many customized variations of a software system can be produced. Imagine, for example, that a company has already manually created three different variations of a software product for three different customers or different market segments. Because these product customizations were created under different deadlines, it was easiest to just create and maintain three independent copies of the system in parallel (for example, on different configuration management branches). However, the effort of parallel maintenance of these three system versions is taking its toll, and requirements for more customized variations are looming in the sales and marketing department. Using GEARS, these three system copies are consolidated into a single software mass customization production line. Software that is common among all three systems is factored out. For software that varies among the three, the GEARS infrastructure is used to encapsulate the differences at the point of variation in the source code, along with the logic descriptions for choosing among the differences at production time. With the software now structured into a single GEARS software production line, the three individual products can be assembled with the push of a button. The production line can be easily extended and maintained to accommodate new customized products, requirements, or defects. Note again that the focus shifts from developing and maintaining three separate products to developing and maintaining a single production line.
4 3.2 The Software Mass Customization Layer BigLever Software GEARS works at the granularity of files. By not intruding into files, GEARS remains neutral to programming language, compilers, operating system, editors, and so forth. GEARS works equally well with files that contain source code, documentation, test cases, requirements, and even binary multimedia files. Figure 1 illustrates where the GEARS software mass customization layer fits in, relative to conventional technology layers. At the bottom layer is the operating system s file system. Configuration management extends that layer by providing management for file and system versions that vary over time. GEARS extends that layer by providing mass customization of system versions that vary at a fixed point in time. BigLever GEARS Configuration Management System Conventional software tools such as editors, build systems, defect trackers, compilers, debuggers, and test cases. File System Figure 1 The Software Mass Customization Layer of GEARS 3.3 GEARS Infrastructure, Development Environment, and Actuator GEARS comprises mass customization infrastructure, a mass customization development environment, and a mass customization actuator. The infrastructure structures software into a mass customization production line. The development environment has editors and browsers to view, create, modify, and maintain the production line. The actuator activates the production line to produce the individual software product instances. The software mass customization infrastructure of GEARS has three major components, feature declarations, product definitions, and automata. Feature declarations model the scope of variation in the production line. Product definitions model the product instances that can be created from the production line. Automata encapsulate source code variants that exist in the production line and the logic for selecting among the variants. The GEARS actuator is responsible for configuring a product instance from the source files, declarations, definitions, and automata in a production line. By actuating all automata in a production line, a complete product is configured.
5 4 Models for Adopting Software Mass Customization Organizations transitioning to software mass customization with BigLever Software GEARS can operate using one of three broad adoption models. We have termed these as proactive, reactive, and extractive. With the proactive approach, the organization analyzes, designs and implements a complete software mass customization production line to support the full scope of products needed on the foreseeable horizon. From the analysis and design, a complete set of common and varying source code, feature declarations, product definitions, and automata are implemented. This corresponds to the heavyweight adoption approach discussed earlier in Section 2, "Challenges of Software Mass Customization", while at the same time utilizing GEARS as the software mass customization infrastructure and development environment. With the reactive approach, the organization incrementally grows their software mass customization production line when the demand arises for new products or new requirements on existing products. The common and varying source code, along with the feature declarations, product definitions, and automata, are incrementally extended in reaction to new requirements. This incremental approach offers a quicker and less expensive transition into software mass customization. With the extractive approach, the organization capitalizes on existing custom software systems by extracting the common and varying source code into a single production line. Using the BigLever GEARS infrastructure, the feature declarations, product definitions, and automata are created as the commonality and variation is identified during the extraction. This high level of software reuse enables an organization to very quickly adopt software mass customization. Note that these approaches are not necessarily mutually exclusive. For example, a common approach is to bootstrap a software mass customization effort using the extractive approach and then move on to a reactive approach to incrementally evolve the production line over time. The following sections provide more detail on the extractive, reactive, and proactive approaches to software mass customization. 4.1 Extractive The extractive approach to software mass customization, illustrated in Figure 2, is appropriate when an existing collection of customized systems can be reused. It is most appropriate when the collection of systems has a significant amount of commonality and also consistent differences among them. It is not necessary to perform the extraction from all of the pre-existing systems at once. For example, a subset of the high-payoff systems might be extracted initially and then the remainder incrementally extracted as needed.
6 Product 1 Product 2 Product 3 Extract Declarations Definitions Product 1 Actuator Product 2 Automaton GEARS Production Line Product 3 Figure 2 Extractive Model of Software Mass Cutomization The high level tasks for the extractive approach are as follows: 1. Identify commonality and variation in the existing systems 2. Factor into a single BigLever GEARS production line create a single copy of the common software create feature declarations that model the scope of variation among the existing systems encapsulate variation points into automata program the automata logic to map declaration parameter values to variant selections in the automata create the product definitions for the desired product instances by selecting values for each of the feature definition parameters After the production line has been populated, product instances are created (with the push of a button) as needed via the actuator. Software mass customization now becomes the mode of operation as focus shifts to maintaining and enhancing the single production line.
7 4.2 Reactive The reactive approach to software mass customization, illustrated in Figure 3, is an incremental approach. It is appropriate when the requirements for new products in the production line are somewhat unpredictable. For example, when unexpected requirements from new customers are common, the reactive approach is appropriate. The reactive approach allows for rapid adoption of mass customization since a minimum number of products must be incorporated in advance. Declarations Definitions Actuator Product 1 Product 2 + Requirements for a new product instance, Product 4 Automaton GEARS Production Line Product 3 React Iterate Declarations Definitions Product 1 Actuator Product 2 Automaton GEARS Production Line Product 3 Product 4 Figure 3 Reactive Model of Software Mass Cutomization
8 The high level tasks for incrementally adding a new product using the reactive approach are: 1. Characterize the requirements for the new product relative to what is currently supported in the production line 2. It is possible that the new product is currently within the scope of the current production line. If so, skip to step If the new product is not in scope, perform the delta engineering to the production line on any or all of the declarations, automata, common software, and definitions in order to extend the scope to include the new requirements 4. Create the product definition for the new product by selecting values for each of the feature declaration parameters 4.3 Proactive The proactive approach to software mass customization, illustrated in Figure 4, is similar to the waterfall approach for single systems. It is appropriate when the requirements for the set of products needed, extending to the far horizon, are well defined and stable. The proactive approach requires considerably more effort up front, but this drops sharply once the production line is complete. If the up front cost, time, and effort is prohibitive or if the risk of guessing wrong is high, the reactive approach is preferred over proactive. The high level tasks for the proactive approach are as follows: 1. Perform domain analysis and scoping to identify the variation to be supported in the production line 2. Model the product line architecture to support all products in the production line 3. Design the common and variant parts of the system 4. Finally, implement the common and variant parts of the system using the BigLever GEARS declarations, definitions, automata and common source. Once the production line has been implemented, all that remains is to create product instances (again, with only the push of a button) as needed via the actuator. With the proactive approach, if new products are needed, most likely they are within the existing scope and can be created by simply adding a new product definition in the GEARS infrastructure. Maintenance and evolution are performed directly on the single production line.
9 Domain Analysis Architecture Design Proactive Implementation Declarations Definitions Product 1 Actuator Product 2 Automaton GEARS Production Line Product 3 Figure 4 Proactive Model of Software Mass Cutomization
10 5 Example: Globalization & Localization using Software Mass Customization This section illustrates how to use software mass customization for globalization and localization, or internationalization, of a US-centric software system. The reactive approach with BigLever Software GEARS, as described in Section 4.2, "Reactive", is particularly adept at this task since it does not assume that the US-centric product was designed or implemented with globalization in mind. US-centric Product + Requirements for globalization & localization Globalize Declarations Definitions US Product Actuator Germany Product Automaton Globalized/Localized Production Line Japan Product... Figure 5 Globalization/Localization Production Line
11 5.1 Step 1. Initializing the Production Line Comparing the Before state of Figure 5 with that of Figure 3, the US-centric product can be viewed as a production line with no variants. That is, US-centric product can serve as the initial basis for the production line. From BigLever GEARS, we select the Create New Production Line operation and point to the root of the existing US-centric product source tree. GEARS creates the initial infrastructure for the production line and creates empty declarations and definitions. The US product is now a GEARS production line. 5.2 Step 2: Declaring the Globalization Model The key globalization dimensions for the production line are declared next. These may come from a combination of industry standards, company standards, and from an analysis that is specific to this product and its target customer base. Typically a system architect or someone in a similar role is responsible for creating and maintaining the declarations for a production line. In product line engineering terms, this role is defined as a domain engineer. Globalization variables that might be declared for this example include: an Enumeration of countries, from which exactly one will be selected for a product instance a Set of religions that potential users may belong to. When a product is defined, a subset will be selected from the religion Set. a Boolean variable indicating whether to use Euros or local currency. This variable is used in conjunction with the country variable since it is only applicable for some European countries. an Integer variable that expresses a taxation code that is dictated by the accounting department an Enumeration or String that models the language and/or dialect used for textual display a Character to model diplomatic status or immunity of the user group an Enumeration to model the citizenship of the users, such as US citizens working in a foreign country 5.3 Step 3: Defining the Localized Product Instances If the initial target collection of localized products is known up front, these can be defined next using the product definition editor. A named product definition is created for each product instance that we want to instantiate from the production line. The task of defining a product simply consists of selecting a value for each of the feature declarations from the previous step. The task of creating a product definition is typically carried out by a system architect or similar role. In product line engineering terms, this role is defined as an application engineer.
12 With GEARS, the domain engineer that creates declarations and the application engineer that create definitions is likely to be the same person since the tasks are relatively simple and closely related. It is interesting to note from this example that, in software mass customization terms, globalization corresponds to domain engineering and localization corresponds to application engineering. 5.4 Step 4: Encapsulating Globalization and Localization points in the source code Next it is time for the developers to work their magic. Delving into the source base of the US-centric product, they identify US-specific areas in the source code that must be generalized to support other locales. The files that need to be globalized are converted from common files to automata using the GEARS development environment. For example, a timesheet form in a US application may have an overflow area to compute overtime hours worked, whereas in Germany this same form must provide a warning when the legal maximum number of hours worked during a week is being approached rather than overflowing into overtime. These two timesheet variants would be encapsulated in a single timesheet automaton. The logic description in this automaton is then programmed to select among the US and German file variants using the declaration variables and values. 5.5 Step 5: Actuating the Production Line to create the Product Instances After the declarations, definitions, and automata have been created to form a complete software mass customization production line, the localized product instances for different regions can be produced. The actuation operation of GEARS takes a product definition as input and creates a corresponding product instance as output. 5.6 Maintaining and enhancing the Production Line After the production line is established, all maintenance and evolution is performed on the single production line rather than the individual products. For example, a bug fixed once in the common code is fixed for all product instances. As requirements for new locales are introduced, the declarations, definitions, and automata are incrementally extended as necessary. The entire production line evolves as a whole in configuration management, so that we can always go to the production line state from two months ago in order to re-actuate and reproduce any product that was shipped at that time.
13 References [1] Software Engineering Institute. The Product Line Practice (PLP) Initiative, Carnegie Mellon University, [2] Weiss, D., Lai, R Software Product-line Engineering. Addison-Wesley, Reading, MA. [3] Bass, L., Clements, P., and Kazman, R Software Architecture in Practice. Addison- Wesley, Reading, MA. [4] Jacobson, I., Gris, M., Jonsson, P Software Reuse: Architecture, Process and Organization for Business Success, ACM Press / Addison-Wesley, New York, NY. [5] Software Product Lines. Experience and Research Directions. Proceeding of the First Software Product Lines Conference (SPLC1). August Denver, Colorado. Kluwer Academic Publishers, Boston, MA. [6] Clements, P., Northrop, L Software Product Lines: Practice and Patterns, Addison- Wesley, Reading, MA. [7] BigLever Software, Inc. Austin, TX. [8] Krueger, C. Using Separation of Concerns to Simplify Software Product Family Engineering. April Proceedings of the Dagstuhl Seminar No : Product Family Development. Wadern, Germany. [9] Krueger, C. Software Reuse ACM Computing Surveys. 24, 2 (June), [10] Krueger, C Modeling and Simulating a Software Architecture Design Space. Ph.D. thesis. CMU-CS , Carnegie Mellon University, Pittsburgh, PA.
Variation Management for Software Production Lines 1
Variation Management for Software Production Lines 1 Charles W. Krueger BigLever Software, Inc. 10500 Laurel Hill Cove Austin TX 78730 USA [email protected] Abstract. Variation in a software product
Salion s Experience with a Reactive Software Product Line Approach
Salion s Experience with a Reactive Software Product Line Approach Ross Buhrdorf Dale Churchett Salion, Inc., 720 Brazos St., Ste. 700 Austin TX 78701 USA [email protected] [email protected]
Software Architecture
Cairo University Faculty of Computers and Information Computer Science Department Premasters Studies Software Architecture Report on Software Product Line Submitted to: Dr. Hany Ammar Submitted by: Hadeel
Systems and software product lines: the new frontier for business innovation.
Systems and software product line solutions To support your product delivery objectives Systems and software product lines: the new frontier for business innovation. 2 The key to business success depends
Managing Variability in Software Architectures 1 Felix Bachmann*
Managing Variability in Software Architectures Felix Bachmann* Carnegie Bosch Institute Carnegie Mellon University Pittsburgh, Pa 523, USA [email protected] Len Bass Software Engineering Institute Carnegie
A Configuration Management Model for Software Product Line
A Configuration Management Model for Software Product Line Liguo Yu 1 and Srini Ramaswamy 2 1 Computer Science and Informatics Indiana University South Bend South Bend, IN 46634, USA [email protected] 2 Computer
Systems and software product line engineering with SysML, UML and the IBM Rational Rhapsody BigLever Gears Bridge.
Global distributed development White paper July 2009 Systems and software product line engineering with SysML, UML and the IBM Rational Rhapsody BigLever Gears Bridge. Integrating MDD and SPL to effectively
BigLever s 3-Tiered Product Line Engineering Methodology and Organizational Adoption Strategy! Report #200709261 (revised 2014)
October 21, 2014 BigLever s 3-Tiered Product Line Engineering Methodology and Organizational Adoption Strategy Report #200709261 (revised 2014) Contact Information: [email protected] www.biglever.com 512-777-9552
Component-based Development Process and Component Lifecycle Ivica Crnkovic 1, Stig Larsson 2, Michel Chaudron 3
Component-based Development Process and Component Lifecycle Ivica Crnkovic 1, Stig Larsson 2, Michel Chaudron 3 1 Mälardalen University, Västerås, Sweden, [email protected] 2 ABB Corporate Research,
Tool Support for Software Variability Management and Product Derivation in Software Product Lines
Tool Support for Software Variability Management and Product Derivation in Software s Hassan Gomaa 1, Michael E. Shin 2 1 Dept. of Information and Software Engineering, George Mason University, Fairfax,
SOFTWARE LOCALIZATION FOR AGILE, WATERFALL, AND HYBRID DEVELOPMENT
1 4 FOR AGILE, WATERFALL, AND HYBRID DEVELOPMENT AGILE METHOD Business Requirements SPRINT#1 Technical Coding & ing SPRINT#2 WATERFALL METHOD Client OK & Launch SPRINT#3 Irrespective of the type of software
Keywords: - Software Product Lines (SPLs), Product Line Engineering (PLE), Core Assets, Software Product Line Development.
Volume 4, Issue 1, January 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Systematic Review
Development/Maintenance/Reuse: Software Evolution in Product Lines
Development/Maintenance/Reuse: Software Evolution in Product Lines Stephen R. Schach Vanderbilt University, Nashville, TN, USA Amir Tomer RAFAEL, Haifa, Israel Abstract The evolution tree model is a two-dimensional
Run-time Variability Issues in Software Product Lines
Run-time Variability Issues in Software Product Lines Alexandre Bragança 1 and Ricardo J. Machado 2 1 Dep. I&D, I2S Informática Sistemas e Serviços SA, Porto, Portugal, [email protected] 2 Dep.
Agile Development and Software Architecture: Understanding Scale and Risk
Agile Development and Software Architecture: Understanding Scale and Risk Software Engineering Institute Carnegie Mellon University Pittsburgh, PA 15213 Robert L. Nord SSTC, April 2012 In collaboration
Part I. Introduction
Part I. Introduction In the development of modern vehicles, the infotainment system [54] belongs to the innovative area. In comparison to the conventional areas such as the motor, body construction and
A Mind Map Based Framework for Automated Software Log File Analysis
2011 International Conference on Software and Computer Applications IPCSIT vol.9 (2011) (2011) IACSIT Press, Singapore A Mind Map Based Framework for Automated Software Log File Analysis Dileepa Jayathilake
Co-Creation of Models and Metamodels for Enterprise. Architecture Projects.
Co-Creation of Models and Metamodels for Enterprise Architecture Projects Paola Gómez [email protected] Hector Florez [email protected] ABSTRACT The linguistic conformance and the ontological
Reactive Variability Realization with Test-Driven Development and Refactoring
Reactive Variability Realization with Test-Driven Development and Refactoring Glauco Silva Neves Informatics and Statistics Department - INE Federal University of Santa Catarina - UFSC Florianópolis, Brazil
Guidelines for Developing a Product Line Production Plan
Guidelines for Developing a Product Line Production Plan Gary Chastek John D. McGregor June 2002 TECHNICAL REPORT CMU/SEI-2002-TR-006 ESC-TR-2002-006 Pittsburgh, PA 15213-3890 Guidelines for Developing
Managing Variability in ALPR Software
Managing Variability in ALPR Software Dr. Marco Sinnema Product Manager Video and ALPR, Q-Free ASA P.O. Box 180, 9410 AD Beilen, The Netherlands tel. +31 593 542055, fax. +31 593 542098 [email protected]
Peter Mileff PhD SOFTWARE ENGINEERING. The Basics of Software Engineering. University of Miskolc Department of Information Technology
Peter Mileff PhD SOFTWARE ENGINEERING The Basics of Software Engineering University of Miskolc Department of Information Technology Introduction Péter Mileff - Department of Information Engineering Room
Life Cycle Activity Areas for Component-Based Software Engineering Processes
Life Cycle Activity Areas for Component-Based Software Engineering Processes Robert C. Seacord Software Engineering Institute Carnegie Mellon University Pittsburgh, PA 15213 USA +1 412-268-3265 Kingsley
Basic Trends of Modern Software Development
DITF LDI Lietišķo datorsistēmu programmatūras profesora grupa e-business Solutions Basic Trends of Modern Software Development 2 3 Software Engineering FAQ What is software engineering? An engineering
Effective Software Verification for Medical Devices
STERLINGTECH AND KLOCWORK WHITE PAPER NOVEMBER 2009 Effective Software Verification for Medical Devices Achieving compliance and meeting productivity goals with static analysis In addition to producing
Software Continuous Integration & Delivery
November 2013 Daitan White Paper Software Continuous Integration & Delivery INCREASING YOUR SOFTWARE DEVELOPMENT PROCESS AGILITY Highly Reliable Software Development Services http://www.daitangroup.com
Test Data Management Best Practice
Test Data Management Best Practice, Inc. 5210 Belfort Parkway, Suite 400 Author: Stephanie Chace Quality Practice Lead [email protected], Inc. 2011 www.meridiantechnologies.net Table of
Human Aspects of Software Engineering: The Case of Extreme Programming
1 Human Aspects of Software Engineering: The Case of Extreme Programming Orit Hazzan 1 and Jim Tomayko 2 1 Department of Education in Technology and Science, Technion - IIT, Haifa 32000, Israel [email protected]
The Real Challenges of Configuration Management
The Real Challenges of Configuration Management McCabe & Associates Table of Contents The Real Challenges of CM 3 Introduction 3 Parallel Development 3 Maintaining Multiple Releases 3 Rapid Development
Automated Test Generation
Automated Test Generation (From a Behavioral Model) James M. Clarke Lucent Technologies 2000 Naperville Road Naperville, IL 60666-7033 (630) 979-1861 [email protected] Abstract The challenge for testers:
JOURNAL OF OBJECT TECHNOLOGY
JOURNAL OF OBJECT TECHNOLOGY Online at http://www.jot.fm. Published by ETH Zurich, Chair of Software Engineering JOT, 2007 Vol. 6, No. 1, January-February 2007 CM Configuration Change Management John D.
Architecture Centric Development in Software Product Lines
Architecture Centric Development in Software Product Lines Aurangzeb Khan DCE, College of E & ME National University of Science and Technology (NUST), Pakistan Farooque Azam DCE, College of E & ME National
A Symptom Extraction and Classification Method for Self-Management
LANOMS 2005-4th Latin American Network Operations and Management Symposium 201 A Symptom Extraction and Classification Method for Self-Management Marcelo Perazolo Autonomic Computing Architecture IBM Corporation
Effecting Data Quality Improvement through Data Virtualization
Effecting Data Quality Improvement through Data Virtualization Prepared for Composite Software by: David Loshin Knowledge Integrity, Inc. June, 2010 2010 Knowledge Integrity, Inc. Page 1 Introduction The
1-04-10 Configuration Management: An Object-Based Method Barbara Dumas
1-04-10 Configuration Management: An Object-Based Method Barbara Dumas Payoff Configuration management (CM) helps an organization maintain an inventory of its software assets. In traditional CM systems,
Classical Software Life Cycle Models
Classical Software Life Cycle Models SWEN 301 Trimester 1, 2015 Lecturer: Dr Hui Ma Engineering and Computer Science Lecture slides make use of material provided on the textbook's companion website Motivation
CMMI STANDARDS IN SOFTWARE DEVELOPING PROCESS
CMMI STANDARDS IN SOFTWARE DEVELOPING PROCESS 1 2 C. SenthilMurugan, Dr. S. Prakasam. PhD Scholar Asst., Professor 1,2 Dept of Computer Science & Application, SCSVMV University, Kanchipuram 1 Dept of MCA,
Difference Between Model-Driven and Traditional Iterative Software Development
Process Implications of Model-Driven Software Development Author: Jorn Bettin Version 1.0 September 2004 Copyright 2003, 2004 SoftMetaWare Ltd. SoftMetaWare is a trademark of SoftMetaWare Ltd. All other
Continuous Delivery. Anatomy of the Deployment Pipeline (Free Chapter) by Jez Humble and David Farley
Continuous Delivery Anatomy of the Deployment Pipeline (Free Chapter) by Jez Humble and David Farley Copyright 2011 ThoughtWorks Inc. All rights reserved www.thoughtworks-studios.com Introduction Continuous
The Practical Organization of Automated Software Testing
The Practical Organization of Automated Software Testing Author: Herbert M. Isenberg Ph.D. Quality Assurance Architect Oacis Healthcare Systems PO Box 3178 Sausalito, CA. 94966 Type: Experience Report
Designing Real-Time and Embedded Systems with the COMET/UML method
By Hassan Gomaa, Department of Information and Software Engineering, George Mason University. Designing Real-Time and Embedded Systems with the COMET/UML method Most object-oriented analysis and design
Manufacturing Planning and Control
1 Chapter Manufacturing Planning and Control The manufacturing planning and control (MPC) system is concerned with planning and controlling all aspects of manufacturing, including managing materials, scheduling
Embedded Software Development with MPS
Embedded Software Development with MPS Markus Voelter independent/itemis The Limitations of C and Modeling Tools Embedded software is usually implemented in C. The language is relatively close to the hardware,
Practical Experiences of Agility in the Telecom Industry
Practical Experiences of Agility in the Telecom Industry Jari Vanhanen 1, Jouni Jartti 2, and Tuomo Kähkönen 2 1 Helsinki University of Technology, Software Business and Engineering Institute, P.O. Box
To introduce software process models To describe three generic process models and when they may be used
Software Processes Objectives To introduce software process models To describe three generic process models and when they may be used To describe outline process models for requirements engineering, software
Employing the Second Generation Software Product-line for Live Training Transformation
Employing the Second Generation Software Product-line for Live Training Transformation Jeremy T. Lanman, Brian E. Kemper U.S. Army PEO STRI Orlando, FL {jeremy.lanman,brian.e.kemper}@us.army.mil Jorge
Die Mobiliar Insurance Company AG, Switzerland Adaptability and Agile Business Practices
Die Mobiliar Insurance Company AG, Switzerland Adaptability and Agile Business Practices Nominated by ISIS Papyrus Software 1. EXECUTIVE SUMMARY / ABSTRACT The Swiss insurance company Die Mobiliar is the
Software Quality Assurance in Agile, XP, Waterfall and Spiral A Comparative Study
Software Quality Assurance in Agile, XP, Waterfall and Spiral A Comparative Study S. Vijayakumar [email protected] School of Computer and Information Science University of South Australia,
Continuous Integration: Aspects in Automation and Configuration Management
Context Continuous Integration: Aspects in and Configuration Management Christian Rehn TU Kaiserslautern January 9, 2012 1 / 34 Overview Context 1 Context 2 3 4 2 / 34 Questions Context How to do integration
Autonomic computing: strengthening manageability for SOA implementations
Autonomic computing Executive brief Autonomic computing: strengthening manageability for SOA implementations December 2006 First Edition Worldwide, CEOs are not bracing for change; instead, they are embracing
Software Process Models. Xin Feng
Software Process Models Xin Feng Questions to Answer in Software Engineering? Questions to answer in software engineering What is the problem to be solved? Definition What are the characteristics of the
Software Engineering. Software Processes. Based on Software Engineering, 7 th Edition by Ian Sommerville
Software Engineering Software Processes Based on Software Engineering, 7 th Edition by Ian Sommerville Objectives To introduce software process models To describe three generic process models and when
Software Development for Multiple OEMs Using Tool Configured Middleware for CAN Communication
01PC-422 Software Development for Multiple OEMs Using Tool Configured Middleware for CAN Communication Pascal Jost IAS, University of Stuttgart, Germany Stephan Hoffmann Vector CANtech Inc., USA Copyright
Software: Driving Innovation for Engineered Products. Page
Software: Driving Innovation for Engineered Products Software in products holds the key to innovations that improve quality, safety, and ease-of-use, as well as add new functions. Software simply makes
Regular Expressions and Automata using Haskell
Regular Expressions and Automata using Haskell Simon Thompson Computing Laboratory University of Kent at Canterbury January 2000 Contents 1 Introduction 2 2 Regular Expressions 2 3 Matching regular expressions
Different Approaches used in Software Product Families
Different Approaches used in Software Product Families Rafia Inam Mälardalens University. [email protected] Abstract The use of software in consumer products is growing tremendously in current era. Further
Harnessing the power of advanced analytics with IBM Netezza
IBM Software Information Management White Paper Harnessing the power of advanced analytics with IBM Netezza How an appliance approach simplifies the use of advanced analytics Harnessing the power of advanced
An Aspect-Oriented Product Line Framework to Support the Development of Software Product Lines of Web Applications
An Aspect-Oriented Product Line Framework to Support the Development of Software Product Lines of Web Applications Germán Harvey Alférez Salinas Department of Computer Information Systems, Mission College,
Managing Software Product Line
* F 2 - Rules for Qualification of Developing and Managing Software Product Line F. Ahmed Electrical & Computer Engineering University of Western Ontario London Ontario, Canada, N5A5B9 [email protected] L.F.
CONFIOUS * : Managing the Electronic Submission and Reviewing Process of Scientific Conferences
CONFIOUS * : Managing the Electronic Submission and Reviewing Process of Scientific Conferences Manos Papagelis 1, 2, Dimitris Plexousakis 1, 2 and Panagiotis N. Nikolaou 2 1 Institute of Computer Science,
Basic Unified Process: A Process for Small and Agile Projects
Basic Unified Process: A Process for Small and Agile Projects Ricardo Balduino - Rational Unified Process Content Developer, IBM Introduction Small projects have different process needs than larger projects.
Efficient Management of Tests and Defects in Variant-Rich Systems with pure::variants and IBM Rational ClearQuest
Efficient Management of Tests and Defects in Variant-Rich Systems with pure::variants and IBM Rational ClearQuest Publisher pure-systems GmbH Agnetenstrasse 14 39106 Magdeburg http://www.pure-systems.com
Continuous delivery Release software on-demand, not on Red Alert
Continuous delivery Release software on-demand, not on Red Alert Have it all. Ahead of the competition Value In a world where customers expect a mobile and connected 24x7 experience, businesses must adapt
Multiple Products in a Monoclonal Antibody S88.01 Batch Plant
Presented at the World Batch Forum North American Conference Chicago, IL May 16-19, 2004 900 Fox Valley Drive, Suite 204 Longwood, FL 32779-2552 +1.407.774.0207 Fax: +1.407.774.6751 E-mail: [email protected]
Codeless Test Automation for Web Apps
Codeless Test Automation for Web Apps Webinar by TestingWhiz December 11, 2012 1PM EST Agenda Functional Test Automation for Agile Teams Developing and Implementing Codeless Automation Frameworks Achieving
Software Engineering of NLP-based Computer-assisted Coding Applications
Software Engineering of NLP-based Computer-assisted Coding Applications 1 Software Engineering of NLP-based Computer-assisted Coding Applications by Mark Morsch, MS; Carol Stoyla, BS, CLA; Ronald Sheffer,
Role of Analytics in Infrastructure Management
Role of Analytics in Infrastructure Management Contents Overview...3 Consolidation versus Rationalization...5 Charting a Course for Gaining an Understanding...6 Visibility into Your Storage Infrastructure...7
The Next Phase of Datacenter Network Resource Management and Automation March 2011
I D C T E C H N O L O G Y S P O T L I G H T The Next Phase of Datacenter Network Resource Management and Automation March 2011 Adapted from Worldwide Datacenter Network 2010 2015 Forecast and Analysis
A Framework for Software Product Line Engineering
Günter Böckle Klaus Pohl Frank van der Linden 2 A Framework for Software Product Line Engineering In this chapter you will learn: o The principles of software product line subsumed by our software product
Programming Languages CIS 443
Course Objectives Programming Languages CIS 443 0.1 Lexical analysis Syntax Semantics Functional programming Variable lifetime and scoping Parameter passing Object-oriented programming Continuations Exception
MANAGING USER DATA IN A DIGITAL WORLD
MANAGING USER DATA IN A DIGITAL WORLD AIRLINE INDUSTRY CHALLENGES AND SOLUTIONS WHITE PAPER OVERVIEW AND DRIVERS In today's digital economy, enterprises are exploring ways to differentiate themselves from
How Programmers Use Internet Resources to Aid Programming
How Programmers Use Internet Resources to Aid Programming Jeffrey Stylos Brad A. Myers Computer Science Department and Human-Computer Interaction Institute Carnegie Mellon University 5000 Forbes Ave Pittsburgh,
Database Application Developer Tools Using Static Analysis and Dynamic Profiling
Database Application Developer Tools Using Static Analysis and Dynamic Profiling Surajit Chaudhuri, Vivek Narasayya, Manoj Syamala Microsoft Research {surajitc,viveknar,manojsy}@microsoft.com Abstract
Scaling 10Gb/s Clustering at Wire-Speed
Scaling 10Gb/s Clustering at Wire-Speed InfiniBand offers cost-effective wire-speed scaling with deterministic performance Mellanox Technologies Inc. 2900 Stender Way, Santa Clara, CA 95054 Tel: 408-970-3400
Enterprise SOA Strategy, Planning and Operations with Agile Techniques, Virtualization and Cloud Computing
Enterprise SOA Strategy, Planning and Operations with Agile Techniques, Virtualization and Cloud Computing Presented by : Ajay Budhraja, Chief, Enterprise Services ME (Engg), MS (Mgmt), PMP, CICM, CSM,
In this Lecture you will Learn: Implementation. Software Implementation Tools. Software Implementation Tools
In this Lecture you will Learn: Implementation Chapter 19 About tools used in software implementation How to draw component diagrams How to draw deployment diagrams The tasks involved in testing a system
Report Designer Add-In v1.1. Frequently Asked Questions
Report Designer Add-In v1.1 Frequently Asked s The software described in this document is protected by copyright, and may not be copied on any medium except as specifically authorized in the license or
Software: Driving Innovation for Engineered Products
Software: Driving Innovation for Engineered Products Software in products holds the key to innovations that improve quality, safety, and ease-of-use, as well as add new functions. Software simply makes
Revolutionized DB2 Test Data Management
Revolutionized DB2 Test Data Management TestBase's Patented Slice Feature Provides a Fresh Solution to an Old Set of DB2 Application Testing Problems The challenge in creating realistic representative
Extending AADL for Security Design Assurance of the Internet of Things
Extending AADL for Security Design Assurance of the Internet of Things Presented by Rick Kazman, PhD Team: Carol Woody (PI), Rick Kazman, Robert Ellison, John Hudak, Allen Householder Software Engineering
Towards Web Design Frameworks (Wdfs)
14 Towards Web Design Frameworks (Wdfs) Rehema Baguma, Faculty of Computing and IT, Makerere University. [email protected]; Ogao Patrick, Department of Information Systems, Faculty of Computing and
