Skip to:Content
|
Bottom
Cover image for Production workflow : concepts and techniques
Title:
Production workflow : concepts and techniques
Personal Author:
Publication Information:
Upper Saddle River, N. J. : Prentice Hall, 2000
ISBN:
9780130217530
Added Author:

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000004239962 T58.6 L495 2000 Open Access Book Book
Searching...

On Order

Summary

Summary

Suicide cannot be read as simply another novel "it is, in a sense, the author "s own oblique, public suicide note, a unique meditation on this most extreme of refusals. Presenting itself as an investigation into the suicide of a close friend "perhaps real, perhaps fictional "more than twenty years earlier, Lev gives us, little by little, a striking portrait of a man, with all his talents and flaws, who chose to reject his life, and all the people who loved him, in favor of oblivion. Gradually, through Lev "s casually obsessive, pointillist, beautiful ruminations, we come to know a stoic, sensible, thoughtful man who bears more than a slight psychological resemblance to Lev himself. But Suicide is more than just a compendium of memories of an old friend; it is a near-exhaustive catalog of the ramifications and effects of the act of suicide, and a unique and melancholy farewell to life.


Author Notes

DR. FRANK LEYMANN is an IBM Senior Technical Staff Member and the chief architect of IBM's production workflow management system, MQSeries Workflow. He has published extensively on the subject, speaks at conferences worldwide, and is respected throughout the field in both professional and academic circles.

DIETER ROLLER is an IBM Senior Technical Staff Member working on the architecture and design of MQSeries Workflow. He has contributed to all facets of the development and enterprise-wide deployment of workflow-based applications and is deeply involved in customer projects from this area.


Excerpts

Excerpts

Preface Why Read This Book? Workflow is a new information processing technology that helps implement businessprocesses that can be easily adapted to the changing needs of a dynamic environment.These processes are no longer just intra-enterprise business processes, suchas claims processing in an insurance company or loan processing in a bank, but alsointer-enterprise business processes, where multiple enterprises' business processesare connected to efficiently manage a business process. An example of an inter-enterprisebusiness process is the order activity involved in a manufacturing processthat starts the appropriate order entry process at a parts supplier. While the productionplanning process and the entry order process of the part supplier are differentprocesses controlled by their own enterprise, they are combined to efficiently meettheir common needs. Workflow management systems help to define and carry out these businessprocesses in a heterogeneous and distributed environment. They make sure thatwithin a business process the right activity is performed at the right time, at theright place, by the right people, with the right data, using the right tools. Applicationsthat are built using workflow management systems are called workflow-basedapplications. Standard application software vendors are beginning to provide their applicationsas workflow-based applications. These applications consist of a set of businessprocesses that invoke functions of business objects. Tools supplied by standard applicationsoftware vendors allow for the easy modification of the business processesso that they can be tailored to the specific needs of customers. Since those workflows are mission critical for a company, they must be managedin the same way as any other critical resource within a company. This managementrequires functions and capabilities that go beyond the simple administrativetype of workflows, such as managing processes with an office mail system. Theseworkflows are called production workflows , and systems that manage productionworkflows are called production workflow management systems . Production workflow management systems thus must provide the scalability,availability, and performance characteristics that are expected from other components that are used to build those mission-critical applications. Typical componentsare database management systems, message queuing systems, and transaction processing(TP) monitors. This set of components is collectively referred to as middleware. The authors expect that middleware providers follow IBM and make workflowmanagement systems an integral part of their middleware offerings, building oncomponents that may already be available in their portfolio. The mission-critical nature of workflow-based applications mandates that thecustomer's investment is protected. The Workflow Management Coalition (WfMC),a consortium of workflow management system vendors and users, had set itself thegoal to establish standards for workflow management systems. Those standardsdefine a set of interfaces for clients to interact with the workflow managementsystem, for applications that are carried out by the workflow management system,and for workflow management systems to communicate with each other. What You Will Find in This Book This book focuses, as its title indicates, on the following aspects of workflow andworkflow management systems: The concepts underlying workflow, and in particular, production workflow, the relationship between workflow and other technologies, and the applicability of workflow to other less traditional areas. The techniques that are applied in the implementation of a production workflow management system, highlighting the architecture and system structure with emphasis on availability, reliability, and scalability. We have chosen two business processes that we use throughout the book: avery simple loan process when we talk about basic concepts; and a more elaborateprocess, a travel reservation process, when we talk about the constructs that theworkflow management system offers for modeling business processes or when wedescribe some of the more complex features such as compensation of actions withina business process. What You Will Not Find in This Book This book does not present: How to use a particular workflow management system, whether it is end-user functions, system management tools, or programming interfaces. You can find this information in the appropriate workflow management systems' documentation. The samples in the book are for illustration only. Detailed information about workflow system standards. We outline their intended goals and structure; however, for detailed information, we refer you to publications of the appropriate standards bodies, such as the Workflow Management Coalition or the Object Management Group. Comparison of functions and implementations of different production workflow systems. The intent of the book is to present and discuss the concepts behind production workflow and how these concepts can be delivered by a workflow management system to allow you a judicious judgement of the capabilities of individual workflow systems. Information about ad hoc workflow management systems, for example, as delivered by Lotus Notes or Microsoft Exchange. We discuss the differences between ad hoc and production workflow systems in the book; you should obtain, however, detailed information from the appropriate workflow management systems' documentation. Information about systems that have workflow built in, such as document or image processing systems. We will briefly discuss their functions when positioning them to workflow management systems; however, for details, consult other books. Who Should Read This Book This book addresses a broad audience, including: Application programmers with an interest or need in building workflow-based applications Application analysts who design workflow-based applications Consultants in business reengineering and application restructuring Product developers in related areas, such as developers of business objects Marketing people who need to understand the benefits of workflow-based applications and the characteristics of production workflow systems IT managers who want to understand the system structure of production workflow systems and how those systems provide for availability, scalability, and performance Computer science undergraduates and graduates looking for an in-depth discussion of workflow and workflow management systems Why We Wrote This Book We, the authors, have been involved in the development of the IBM productionworkflow management system MQSeries Workflow and its predecessor IBM Flow-Markfor years. This book reflects our understanding of workflow and productionworkflow in particular. As we have yet to see a product version of a workflow systemthat incorporates all of the presented concepts and techniques, we have electedto neutrally talk about the workflow management system instead of discussing individualconcepts using, for example, IBM's MQSeries Workflow. In particular, wewant to present the concepts and techniques of production workflow and not discussspecific implementations of these. A number of the concepts and techniques presentedin this book have been implemented in a production workflow managementsystem such as MQSeries Workflow; some may never find their way into a productdespite the fact that they are worth implementing. You should also note that anumber of these concepts and techniques are patented, anyone planning to build aworkflow management system using them must obtain the appropriate rights beforeincorporating them. What You Will Find in Each Chapter Here is a summary of each chapter: Chapter 1 Introduction . Gives an overview of workflow management and provides a basis for the more in-depth discussions in the other chapters of the book. Discusses the types of workflows, sketches how workflow relates to objects, outlines its role in the middleware stack, compares it to computer-supported cooperative work, shows the value of business processes as an enterprise resource, introduces the concepts of transactional workflow, and outlines the association to other technologies, such as security administration and software distribution. Focuses on specifying the goals and requirements that an implementation of a production workflow management system must meet. Chapter 2 Business Engineering . Describes business modeling as a means to significantly improve the efficiency and performance of the operation of a company. Shows that the result of business modeling is a set of documents that describe the goals of the company and the business processes that help to achieve these goals. Defines business processes as a combination of business logic, organizational information, and information technology information. Discusses how simulation of the business processes can determine the human resources needed to perform the business processes, and derives organizational changes that lead to a lean and efficient organization that is competitive and therefore successful in the market. Presents how the technology of data mining can discover the structure of business processes by analyzing audit trail information written either by the workflow management system or by instrumenting the existing applications. Chapter 3 Workflow Management System Basics . Describes the basic structure of workflow management systems as consisting of a buildtime component, which provides the capabilities to define all workflow and workflow management system relevant information, and a runtime component, which executes workflows and interacts with the user. Provides an in-depth discussion of the functions that each of the components provides and shows how the components interact with each other. Discusses the basic structure of workflows and the working together of different workflows in a parent-child or peer-to-peer relationship. Outlines the functions that the workflow management system provides to monitor, analyze, and correct workflows during their execution. Shows which of the functions typically offered by a workflow system have been standardized by the Workflow Management Coalition (WfMC) and indicates how this work helps to protect user investment. Chapter 4 Metamodel . Provides a rigorous mathematical formalization of the metamodel of a workflow management system. Follows the approach taken in the development of relational databases, where each of the constructs can be described textually or through a language (SQL, in this case), but also mathematically. Chapter 5 Advanced Functions . Describes advanced functions, including the support of events to allow business processes to wait for some external action to take place, the dynamic materialization of objects that are processed by the activities of the business process, the staging of objects to the proper locations to reduce the effects of network latency when users are working with the object, and functions that specify the performance characteristics of parts of a business process. Chapter 6 Workflow and Objects . Discusses the construction of component-based software via scripting. Contrasts the lightweight scripting delivered by scripting languages such as JavaScript to combine software components into desktop applications and the heavyweight scripting delivered by workflow systems to combine software components into heterogenous, distributed applications. Shows how object-oriented analysis and design present a base for building workflow-based applications. Discusses the role of workflow in object request broker environments, in particular, the common object request broker architecture (CORBA) of the Object Management Group (OMG). Chapter 7 Workflow and Transactions . Discusses various transaction models (sagas, nested transactions) that have been developed over time to allow applications to have a more complex transactional behavior and describes how these models can be accommodated in a workflow management system. Sketches distributed transactions and their atomic commitment. Describes how compensation spheres and atomic spheres take the concept of transactions even further and how they help to implement complex business transactions. Shows how stratification of distributed transactions allows forward recoverability of workflow-based applications in practical situations. Chapter 8 Advanced Usage . Describes the applicability of workflow technology in areas where workflow has yet to play a significant role. Shows how workflow can be used efficiently for tasks, such as providing the support for enforcing dynamic semantic integrity rules in a relational database, controlling the distribution of exactly those code pieces that are required by each user involved in the execution of a business process, or deriving security privileges needed by users in a business process to perform the appropriate tasks. Presents a new way to perform systems management by looking at the processing of business processes instead of just monitoring individual programs or computer systems. Chapter 9 Application Topologies . Presents the structure of workflow-based applications and shows how in this new structure the data and flow dependencies hidden in the applications are externalized and managed by database management systems and workflow management systems allowing the easy change of the applications. Reviews client/server topologies, underlying communication protocols, the purpose of TP monitors, and the structure of message monitors and message brokers, to provide a basis for understanding the architecture and system structure of a production workflow management system. Chapter 10 Architecture and System Structure . Describes the architecture and system structure of a production workflow system. Shows how portability is achieved by means of a message queuing system and a relational database management system. Discusses how such a system provides the characteristics, such as scalability, availability, and reliability, that are relevant for a production workflow management system. Chapter 11 Development of Workflow-based Applications . Discusses process-based CASE, a development environment for developing, testing, and maintaining workflow-based applications. Describes how a combination of animation, simulation, and monitoring can verify the correct execution of workflow-based applications. Shows how this approach also helps in designing and tuning the various components of the applications as well as the network that hosts the application. How To Use This Book We recommend you read the book as you would reading a novel, starting at thebeginning and continuing until the end. In this way, you start with more generalinformation, then dig deeper into each of the various aspects of production workflow.However, different sections of the book are relatively independent of other sections,to allow you to focus on different themes. The only required reading is Chapter 1,Introduction, since it provides the basic foundation for all of the subsequent chapters. For example, if you are interested in application development, you would readChapter 2, Business Engineering, to understand the motivation for process managementand the starting point for developing workflow-based applications; Chapter 6,Workflow and Objects, to understand the relationship between object technologyand workflow technology; Chapter 9, Application Topologies, to understand thebenefits of workflow-based applications; and Chapter 11, Developing Workflow-basedApplications, to understand how workflow-based applications are constructedand optimized. If you are interested in modeling workflows, you would want to read Chapter2, Business Engineering, to understand the basic principles of business processes;Chapter 3, Workflow Management System Basics, to understand the basic structureof a workflow management system and its fundamental functions; Chapter 4, Metamodel,to understand the various constructs that are available to model workflows;and Chapter 7, Workflow and Transactions, to discuss the transactional propertiesof workflows. If you are interested in transactions, you would want to read Chapter 6, Workflowand Objects; Chapter 7, Workflow and Transactions; and Chapter 9, ApplicationTopologies. Or, if you are interested in the system structure of a production workflowmanagement system, you would want to read Chapter 10, System Structure andArchitecture. Disclaimer The authors have made a reasonable effort to ensure that the information in this bookis accurate. The authors do not offer any warranties or representations nor accept anyliabilities related to the information contained in the book. The information contained in this book is distributed on an "as is" basis withoutany warranty of any kind, either expressed or implied and including, but notlimited to, the implied warranties of function of the technologies and concepts ormerchantability or fitness for a particular purpose. The use of this information orthe implementation of any of these techniques is a reader responsibility and dependson the reader's ability to evaluate, to implement, and to integrate the techniques intothe reader's operational environment. Readers attempting to adapt these techniquesdo so at their own risk. Opinions expressed in this book, as well as any errors and omissions, arestrictly those of the authors. The contents of this book in no way reflect the officialopinions or positions of the International Business Machines Corporation. Excerpted from Production Workflow: Concepts and Techniques by Frank Leymann, Dieter Roller All rights reserved by the original copyright owners. Excerpts are provided for display purposes only and may not be reproduced, reprinted or distributed without the written permission of the publisher.

Table of Contents

Forewordp. xix
Prefacep. xxi
1 Introductionp. 1
1.1 Business Processesp. 1
1.2 Business Processes as Enterprise Resourcep. 3
1.3 Virtual Enterprisesp. 4
1.4 Processes and Workflowsp. 7
1.5 Dimensions of Workflowp. 8
1.6 User Supportp. 9
1.7 Categories of Workflowsp. 10
1.8 Application Structurep. 13
1.9 Workflow and Objectsp. 14
1.10 Application Operating Systemp. 15
1.11 Software Stackp. 16
1.12 Document/Image Processingp. 17
1.13 Groupware and Workflowp. 18
1.14 Different Views of Applicationsp. 19
1.15 Transactional Workflowp. 20
1.16 Advanced Usagep. 22
1.17 System Requirementsp. 24
1.17.1 Operational Requirementsp. 24
1.17.2 Enterprise Requirementsp. 25
1.18 Relation to Other Technologiesp. 27
2 Business Engineeringp. 30
2.1 Business Modelingp. 31
2.2 Business Logicp. 33
2.3 Enterprise Structurep. 35
2.4 Information Technology Infrastructurep. 38
2.5 Business Modeling Examplep. 39
2.5.1 ARIS Easy Designp. 39
2.5.2 Workflow BPRp. 40
2.6 Business Process Reengineeringp. 41
2.7 Process Discoveryp. 42
2.7.1 Discovery of Activity Sequencesp. 43
2.7.2 Examplep. 45
2.7.3 Outlookp. 47
2.8 Process Optimizationp. 47
2.8.1 Step Optimizationp. 47
2.8.2 Organization Optimizationp. 48
2.9 Process Analysisp. 49
2.9.1 Instrumentationp. 49
2.9.2 Simulationp. 51
2.9.3 Processing Statisticsp. 51
2.9.4 Time Determinationp. 53
2.9.5 Resource Determinationp. 53
2.9.6 Cost Determinationp. 54
2.9.7 Graphical Representationp. 55
2.9.8 User Supportp. 55
2.9.9 Process Optimizationp. 55
2.10 Business Engineering and Workflowp. 56
2.11 Monitoringp. 58
3 Workflow Management System Basicsp. 61
3.1 Main Componentsp. 62
3.2 Types of Usersp. 63
3.3 Buildtimep. 64
3.3.1 Graphical User Interfacep. 65
3.3.2 Flow Definition Languagep. 66
3.3.3 Support of Modeling Toolsp. 68
3.3.4 Support by Line-of-Business Applicationsp. 69
3.3.5 Putting Processes into Productionp. 70
3.3.6 Application Programming Interfacep. 70
3.3.7 Interactive Modep. 71
3.3.8 Batch Modep. 72
3.4 Metamodel Overviewp. 74
3.4.1 Organizationp. 74
3.4.2 Process Modelp. 78
3.4.3 Subprocessp. 87
3.4.4 Programsp. 89
3.4.5 Listsp. 94
3.4.6 Settingsp. 95
3.4.7 Topologyp. 96
3.4.8 Graphical Representationp. 96
3.4.9 Versioningp. 96
3.5 Runtimep. 97
3.5.1 The Life of a Processp. 98
3.5.2 The Life of an Activityp. 99
3.5.3 How Users Work with the Systemp. 101
3.5.4 Working with Workitemsp. 102
3.5.5 Working with Processesp. 104
3.5.6 Working with Activitiesp. 105
3.6 Audit Trailp. 105
3.7 Process Managementp. 106
3.7.1 Process Queriesp. 107
3.7.2 Process Monitoringp. 108
3.7.3 Process Repairp. 109
3.7.4 Process History Maintenancep. 110
3.7.5 Process Analysisp. 110
3.7.6 Resource Managementp. 111
3.8 Authorizationp. 111
3.9 Application Programming Interfacep. 112
3.10 System Structurep. 114
3.10.1 Interactions Between Workflow Management Systemsp. 115
3.11 Workflow Standardsp. 117
4 Metamodelp. 120
4.1 The Notion of a Metamodelp. 121
4.2 Process Datap. 122
4.2.1 Data Elementsp. 123
4.2.2 Domainsp. 124
4.2.3 Containersp. 126
4.3 Activitiesp. 128
4.3.1 Activity Implementationsp. 129
4.3.2 Performing an Activityp. 131
4.3.3 Staff Assignmentp. 132
4.3.4 Exit Conditionsp. 134
4.4 Control Flowp. 136
4.4.1 Control Connectorsp. 136
4.4.2 Restrictions on Control Connectorsp. 139
4.4.3 Forks and Joinsp. 142
4.4.4 Join Conditionsp. 143
4.4.5 Dead Path Eliminationp. 146
4.5 Data Flowp. 150
4.5.1 Data Connectorsp. 151
4.5.2 Data Maps with the Same Targetp. 154
4.5.3 Process Model Input and Outputp. 156
4.6 Summary: PM-Graphsp. 160
4.7 Navigationp. 162
4.7.1 Reflecting Timep. 162
4.7.2 Computing Container Instancesp. 163
4.7.3 Activity Statesp. 165
4.7.4 Predicate Statesp. 167
4.7.5 Dead Activitiesp. 168
4.7.6 Executable Activitiesp. 169
4.7.7 Returning Process Instancesp. 171
4.7.8 Terminated Activitiesp. 172
4.7.9 Completed Activitiesp. 173
4.7.10 Selecting Activities for Executionp. 174
4.7.11 Performing Navigation: Computing Actual Successorsp. 176
4.7.12 Performing Navigation: Managing Workitemsp. 177
4.7.13 Performing Navigation: Informal Descriptionp. 179
4.8 Summary: G-Instancesp. 183
5 Advanced Functionsp. 185
5.1 Eventsp. 185
5.2 Dynamic Modification of Workflowsp. 188
5.3 Advanced Join Conditionsp. 191
5.4 Container Materializationp. 196
5.5 Object Stagingp. 200
5.6 Context Managementp. 202
5.7 Performance Spheresp. 203
5.8 Compile Spheresp. 206
6 Workflows and Objectsp. 209
6.1 Component-based Software Constructionp. 209
6.1.1 Business Objectsp. 210
6.1.2 Scriptingp. 213
6.1.3 Two-Level Programmingp. 217
6.1.4 Scripts and Robustness of Business Objectsp. 219
6.2 Scripts in Object-Oriented Analysis and Designp. 220
6.3 The Object Request Brokerp. 224
6.4 The OMG Workflow Management Facilityp. 226
6.4.1 Major Interfacesp. 227
6.4.2 Some Usage Scenariosp. 229
6.4.3 Relation to Workflow Management Coalition Standardsp. 231
7 Workflows and Transactionsp. 232
7.1 Basic Transaction Conceptsp. 234
7.1.1 The ACID Propertiesp. 234
7.1.2 Distributed Transactionsp. 235
7.1.3 Atomic Commitmentp. 236
7.1.4 Transaction Treesp. 239
7.2 Advanced Transaction Conceptsp. 241
7.2.1 Nested Transactionsp. 242
7.2.2 Sagasp. 244
7.2.3 ConTractsp. 245
7.3 Streamsp. 246
7.3.1 Workitem Streamsp. 246
7.3.2 Micro Script Streamsp. 248
7.3.3 Transaction Streamsp. 248
7.3.4 Work Package Streamsp. 249
7.4 Atomic Spheresp. 251
7.4.1 Reusability and Transaction Boundariesp. 251
7.4.2 Concept of Atomic Spheresp. 253
7.4.3 Mechanics of Atomic Spheresp. 255
7.5 Compensation Spheresp. 259
7.5.1 Completion versus Correctnessp. 260
7.5.2 How to Repair Pieces of Workp. 260
7.5.3 Concept of Compensation Spheresp. 261
7.5.4 The Mechanics of Compensation Spheresp. 269
7.6 Phoenix Behaviorp. 274
7.6.1 Recoverable Workflowsp. 274
7.6.2 Atomicity Versus Ensured Executionp. 277
7.6.3 Stratified Transactionsp. 279
7.6.4 Safe Activitiesp. 282
8 Advanced Usagep. 283
8.1 Monitoring Dynamic Integrity Rulesp. 283
8.1.1 How Workflow Can Helpp. 285
8.1.2 Inter-transaction Integrity Rulesp. 286
8.1.3 Clean Environmentp. 289
8.1.4 Build Environmentp. 289
8.1.5 Ad Hoc Environmentp. 290
8.1.6 How Transactions Workp. 290
8.1.7 The Ingredients Neededp. 293
8.1.8 Summaryp. 293
8.2 Software Distributionp. 294
8.3 Security Managementp. 300
8.4 Business-Process-Oriented Systems Managementp. 301
9 Application Topologiesp. 306
9.1 Dependent Applicationsp. 306
9.1.1 Data Dependencyp. 307
9.1.2 Flow Dependencyp. 309
9.2 Client/Server Structuresp. 310
9.2.1 Client/Server Topologiesp. 310
9.2.2 Multitier Structuresp. 312
9.3 TP Monitorsp. 314
9.3.1 Stored Proceduresp. 315
9.4 Communication Paradigmsp. 317
9.4.1 Remote Procedure Callp. 317
9.4.2 Messagingp. 319
9.5 Message Monitorsp. 323
9.5.1 Message Queue Managerp. 323
9.5.2 Message Monitorp. 326
9.5.3 Application Clusteringp. 329
9.6 Message Brokerp. 331
9.6.1 Application Bridgingp. 331
9.6.2 Message Routingp. 332
9.6.3 Message Brokeringp. 333
9.6.4 Complex Requestsp. 336
9.6.5 The Message Broker Stackp. 338
9.7 Object Brokersp. 339
9.7.1 Client/Server Structures in ORBsp. 339
9.7.2 TP-Monitor Aspects of an ORBp. 340
9.8 Distributed Applicationsp. 341
9.9 Web Applicationsp. 342
9.10 Workflow-based Applicationsp. 345
9.10.1 Customizationp. 347
9.10.2 Integrationp. 347
9.10.3 Wrapperingp. 349
10 Architecture and System Structurep. 351
10.1 Architectural Principlesp. 351
10.1.1 Availabilityp. 351
10.1.2 Fault Detectionp. 353
10.1.3 Client Recoveryp. 354
10.1.4 Server Recoveryp. 354
10.1.5 Hot Poolingp. 356
10.1.6 Calculating the Availability Class of a Hot Poolp. 357
10.1.7 Clustering Hot Poolsp. 358
10.1.8 Takeover of Hot Poolp. 359
10.1.9 Sprayingp. 360
10.1.10 Continuous Availabilityp. 361
10.1.11 Scalabilityp. 363
10.1.12 Using Stratified Transactionsp. 363
10.2 System Structurep. 364
10.2.1 Tier Structuresp. 367
10.2.2 Accessing the Databasep. 368
10.3 Serversp. 369
10.3.1 Transactionsp. 369
10.3.2 Hot Poolingp. 370
10.3.3 Multiple Instancesp. 370
10.3.4 Administration Serverp. 370
10.3.5 Workflow Execution Serverp. 372
10.3.6 Scheduling Serverp. 372
10.3.7 Cleanup Serverp. 372
10.3.8 Modeling Serverp. 373
10.3.9 Gateway Serverp. 373
10.3.10 Event Serverp. 374
10.3.11 Dead Letter Queue Serverp. 374
10.4 Clientp. 375
10.4.1 Interface Stylesp. 375
10.4.2 Languagesp. 375
10.4.3 Componentsp. 376
10.4.4 Ultrathin Clientsp. 377
10.4.5 Object Environmentp. 377
10.5 Program Executionp. 378
10.5.1 Request Processingp. 378
10.5.2 Internal Structurep. 379
10.5.3 Program Execution Agentp. 380
10.5.4 Program Execution Serverp. 380
10.5.5 User-Supplied Program Executionp. 381
10.5.6 DLL Supportp. 381
10.5.7 Ensured Invocationp. 382
10.5.8 Safe Applicationsp. 384
10.6 System Groupp. 386
10.7 Domainsp. 388
10.7.1 Domain Managementp. 389
10.7.2 Remote Subprocessesp. 392
10.7.3 Remote Workitemsp. 392
10.8 System Tuningp. 394
10.9 Workload Managementp. 396
10.9.1 Hot Pool Managementp. 396
10.9.2 Performance Spheresp. 396
10.9.3 Load Distributionp. 398
10.10 Systems Managementp. 398
10.10.1 Code Distributionp. 399
10.10.2 Automatic Restart Managementp. 399
10.10.3 Enterprise Console Supportp. 399
10.10.4 Application Response Measurementp. 400
10.11 Exploiting Parallel Databasesp. 401
10.11.1 Characteristics of Parallel Databasesp. 402
10.11.2 Exploiting Parallel Database Supportp. 403
10.11.3 Internal Propertiesp. 404
10.11.4 External Propertiesp. 405
10.11.5 Setupp. 406
10.12 Server Implementation Aspectsp. 407
10.12.1 Server Frameworkp. 407
10.12.2 Request Processingp. 409
10.12.3 Message Layerp. 411
10.12.4 Database Access Layerp. 411
10.13 Navigationp. 412
10.14 Message Queuing Usagep. 419
10.15 Process Compilerp. 421
11 Development of Workflow-based Applicationsp. 428
11.1 Development Environment Blueprintp. 428
11.2 Component Generationp. 431
11.2.1 Characteristics of Partsp. 431
11.2.2 Parts Usagep. 432
11.2.3 Container Parts Generationp. 433
11.2.4 Database Access Part Generationp. 434
11.3 Testingp. 435
11.4 Animationp. 437
11.5 Debugging Activity Implementationsp. 441
11.6 Application Database Designp. 444
11.7 Application Tuningp. 445
11.8 Optimizationp. 447
A Travel Reservation Examplep. 449
B List of Symbolsp. 463
Bibliographyp. 465
Indexp. 471
Go to:Top of Page