3 options
Using BPEL processes in WebSphere Business Integration Server Foundation : business process integration and supply chain solutions / [Bill Moore ... et al.].
- Format:
- Book
- Series:
- IBM redbooks.
- IBM redbooks
- Language:
- English
- Subjects (All):
- Business logistics--Data processing.
- Business logistics.
- Business enterprises--Data processing.
- Business enterprises.
- WebSphere.
- Physical Description:
- xiv, 334 p. : ill.
- Edition:
- 1st ed.
- Place of Publication:
- [S.l.] : IBM, International Technical Support Organization, 2004.
- Language Note:
- English
- System Details:
- text file
- Summary:
- This IBM Redbooks publication examines business process integration using Business Process Choreographer to build solutions that help to streamline the supply chain process. We provide a sample scenario that integrates business processes to streamline a supply chain showing how suppliers and customers can use global repositories to synchronize data. The sample scenario discussed in this publication was initially implemented using WebSphere Application Server Enterprise Process Choreographer to aggregate and transform supplier product data. Data is then published to a global repository using the WebSphere Web Services Gateway, and also loaded to a catalog that uses a WebSphere Commerce portal. We take this existing scenario and detail how to migrate the business processes to run on WebSphere Business Integration Server Foundation V5.1. As part of this migration effort we describe how to use WebSphere Studio Application Developer Integration Edition V5.1 as the development environment for process migration. The migrated sample uses Business Process Execution Language (BPEL) processes. Please note that the additional material referenced in the text is not available from IBM.
- Contents:
- Front cover
- Contents
- Notices
- Trademarks
- Preface
- The team that wrote this redbook
- Become a published author
- Comments welcome
- Chapter 1. Introduction
- 1.1 Who should read this publication
- 1.2 What we do in this publication
- 1.3 How to use this publication
- Chapter 2. Supply chain and business integration
- 2.1 Supply chain concepts
- 2.2 Electronic commerce in the supply chain
- 2.3 The supply chain exchange
- 2.4 Private Exchange scenario business problem
- 2.5 Private Exchange scenario requirements overview
- 2.5.1 Functional requirements
- 2.5.2 Non-functional requirements
- Chapter 3. Solution design and technical overview
- 3.1 Scenario introduction
- 3.2 Functional component breakdown
- 3.2.1 Enterprise information systems (EIS)
- 3.2.2 Exchange server
- 3.2.3 Data approval, update, and aggregation
- 3.3 Process descriptions
- 3.3.1 Aggregating information across enterprise systems
- 3.3.2 Approving item information
- 3.3.3 Updating catalog information
- 3.3.4 Processes after migration to BPEL
- Chapter 4. Key technologies
- 4.1 Standards
- 4.1.1 Java and XML standards
- 4.1.2 Web services
- 4.1.3 Business process management
- 4.1.4 Business document formats
- 4.2 Products
- 4.2.1 WebSphere Business Integration Server Foundation V5.1
- 4.2.2 WebSphere Studio Application Developer Integration Edition V5.1
- 4.3 Applying BPEL to a supply chain scenario
- 4.3.1 Scenario overview
- 4.3.2 Mapping to UML sequence diagram
- 4.3.3 Building the public abstract process
- 4.3.4 Building the private executable process
- Chapter 5. Using WebSphere Studio
- 5.1 WebSphere Studio
- 5.1.1 Highlights and benefits
- 5.1.2 Configurations
- 5.1.3 Packaging
- 5.1.4 Platform support
- 5.2 What is new in WebSphere Studio V5.1
- 5.2.1 New functions and features.
- 5.2.2 Changes in function and features
- 5.3 Installing V5.1
- 5.4 Business integration perspective
- 5.4.1 Views
- 5.4.2 Tools on the toolbar
- 5.4.3 Editors
- 5.5 Using the WSDL editor
- 5.5.1 WSDL elements
- 5.5.2 WSDL editor views
- 5.5.3 Editor panes
- 5.5.4 Tasks in the WSDL editor
- 5.5.5 Creating a sample WSDL
- 5.5.6 Best practices with WSDL files
- 5.6 Using the BPEL editor
- 5.6.1 Basic terminology used in BPEL
- 5.6.2 Anatomy of the BPEL editor
- 5.6.3 Activities and their icons
- 5.6.4 Tasks
- 5.6.5 Sample BPEL process
- 5.7 Common tasks
- 5.7.1 Create service project
- 5.7.2 Create test server
- 5.7.3 Enabling security on a test server
- 5.7.4 Adding and removing applications to the test server
- 5.7.5 Setting JMS properties in test server
- 5.7.6 Setting a project build path
- 5.7.7 Exporting code for deployment
- Chapter 6. Deploying the existing sample solution
- 6.1 Sample code
- 6.1.1 Obtaining the sample code
- 6.1.2 Overview of code
- 6.1.3 Deployment architecture
- 6.2 Sample code deployment in WebSphere Studio Application Developer Integration Edition V5.0
- 6.2.1 Environment
- 6.2.2 Importing the sample code
- 6.2.3 Create a test server
- 6.2.4 Deploy the application EAR files
- 6.2.5 Configure the test server
- 6.2.6 Publishing and starting the server
- 6.2.7 Testing the deployed application
- 6.3 Sample code deployment on WebSphere Application Server Enterprise V5.02
- 6.3.1 Prerequisite software and settings
- 6.3.2 Preparing the application server to run processes
- 6.3.3 Configuring the application server
- 6.3.4 Deploy the applications
- 6.3.5 Starting and stopping the server and applications
- 6.3.6 Test sample code
- 6.4 Troubleshooting
- 6.4.1 Changing deployment descriptors for the Web service
- Chapter 7. Migrating to WebSphere Business Integration Server Foundation.
- 7.1 Importing an existing workspace
- 7.1.1 Opening the Version 5.0 workspace
- 7.1.2 Resolving broken library links and external JAR file locations
- 7.1.3 Unnecessary BPE projects
- 7.2 Migrating the aggregation and approval business processes
- 7.2.1 Automatic migration of the aggservice project
- 7.3 Resolving possible migration errors
- 7.3.1 Staff activities
- 7.3.2 Missing activity output variables
- 7.3.3 Mass update process names
- 7.3.4 Resolving approval process invocation errors
- 7.3.5 The exchange partner link
- 7.3.6 Integrate AggServiceMigrationV5 with the other projects
- 7.4 Running BPEL processes in WebSphere Studio V5.1
- 7.4.1 Generating BPEL process deploy code
- 7.4.2 Create a test server
- 7.4.3 Configure the test server
- 7.4.4 Starting the test server
- 7.5 Testing the business processes
- 7.6 Preparing the application for deployment
- 7.6.1 Deployment to a server environment without Cloudscape™
- 7.6.2 Export the process EAR file
- Chapter 8. Deploying sample on WebSphere Business Integration Server Foundation
- 8.1 Deployment considerations
- 8.2 Prerequisite software
- 8.3 Installing prerequisite products
- 8.4 Installing the Business Process Container
- 8.4.1 Preparing to install the Business Process Container
- 8.4.2 Installing the Business Process Container using the WebSphere Administrative Console wizard
- 8.4.3 Business Process Container commands
- 8.4.4 Verifying the Business Process Container configuration
- 8.4.5 Backing up your server configuration files
- 8.4.6 Removing the Business Process Container
- 8.5 Configuration for the sample application
- 8.5.1 Resources used by the private exchange application
- 8.5.2 Set authentication alias for the JDBC DataSource
- 8.6 Install the private exchange application
- 8.6.1 Installing the application EAR files.
- 8.6.2 Release compatibility and versions
- 8.6.3 Installation using the Standalone Deployment Tool
- Appendix A. Working with the redbook sample code
- Additional material files
- Appendix B. Additional material
- Locating the Web material
- Using the Web material
- System requirements for downloading the Web material
- How to use the Web material
- Abbreviations and acronyms
- Related publications
- IBM Redbooks
- Online resources
- How to get IBM Redbooks
- Help from IBM
- Index
- Back cover.
- Notes:
- "SG24-6324-00."
- Includes bibliographical references and index.
- OCLC:
- 137342151
The Penn Libraries is committed to describing library materials using current, accurate, and responsible language. If you discover outdated or inaccurate language, please fill out this feedback form to report it and suggest alternative language.