<?xml version="1.0"?>


<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title>IBM developerWorks : Business process management</title> 
<id>tag:developerWorks.dw,19 May 2013 02:59:59 +0000</id>
<author>
	<name>developerWorks</name>
</author>
<subtitle type="html">The latest content from IBM developerWorks</subtitle>
<rights>Copyright 2004 IBM Corporation</rights>	
<link rel="self" type="text/html" hreflang="en" href="http://www.ibm.com/developerworks/"/>
<updated>19 May 2013 02:59:59 +0000</updated>


<entry>
<title><![CDATA[Integrating a business process application in IBM Business Process Manager
            V7.5.1 and V8 with an external system using the REST API]]></title> 
<summary><![CDATA[This article discusses integrating activities
                with an external system using the REST API. IBM Business Process
                Manager V7.5.1 and V8 support all the functionality provided by the
                unsupported REST API available with WebSphere Lombardi Edition
                V7.2.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1202_olivieri/1202_olivieri.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1202_olivieri/1202_olivieri.html?ca=dat-"/> 
<id>tag:developerWorks.dw,01 May 2013 04:00:00 +0000</id>
<published>01 May 2013 04:00:00 +0000</published>
<updated>01 May 2013 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Automating your business process application test cases using Java in IBM
            Business Process Manager]]></title> 
<summary><![CDATA[Using the REST API provided by IBM Business Process Manager, you can
            start the execution of a business process and drive it all the way to
            completion. In this article, you&apos;ll use this capability along with the Java
            REST client API asset to write automated test cases in Java using JUnit and
            DBUnit.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1212_olivieri/1212_olivieri.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1212_olivieri/1212_olivieri.html?ca=dat-"/> 
<id>tag:developerWorks.dw,01 May 2013 04:00:00 +0000</id>
<published>01 May 2013 04:00:00 +0000</published>
<updated>01 May 2013 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Developing a transactional Advanced Integration Service with IBM
                Business Process Manager, Part 4: Execution cases]]></title> 
<summary><![CDATA[In the final article in this series, you&apos;ll learn how to
                execute and test different transactional scenarios with the components
                designed and developed in the previous parts of this series, and will
                learn about the 
                ACID (Atomicity, Consistency, Isolation, Durability) characteristics of
                the implemented solution.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1304_randone4/1304_randone4.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1304_randone4/1304_randone4.html?ca=dat-"/> 
<id>tag:developerWorks.dw,03 Apr 2013 04:00:00 +0000</id>
<published>03 Apr 2013 04:00:00 +0000</published>
<updated>03 Apr 2013 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Designing and implementing a custom inbox and My Team Performance task list
            with IBM Business Process Manager V8]]></title> 
<summary><![CDATA[This article describes an approach to create a custom inbox and My Team
            Performance task list in IBM Business Process Manager V8. You can use the
            implementation described in this article to perform additional inbox and task
            list customizations.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1303_atgur/1303_atgur.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1303_atgur/1303_atgur.html?ca=dat-"/> 
<id>tag:developerWorks.dw,27 Mar 2013 04:00:00 +0000</id>
<published>27 Mar 2013 04:00:00 +0000</published>
<updated>27 Mar 2013 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Deploying IBM Business Process Manager packages to offline process servers]]></title> 
<summary><![CDATA[In IBM Business Process Manager, the Process Center is used to
            deploy process application snapshots to connected process servers. However,
            there may be times when you need to deploy a process application to a process
            server that is started, but is not connected to a Process Center.
            In this case, you&apos;ll need to create packages from the Process Center to deploy
            the snapshots. This article describes
            how to create deployment packages from snapshots, and how to deploy them to a
            process server.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1303_venn/1303_venn.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1303_venn/1303_venn.html?ca=dat-"/> 
<id>tag:developerWorks.dw,27 Mar 2013 04:00:00 +0000</id>
<published>27 Mar 2013 04:00:00 +0000</published>
<updated>27 Mar 2013 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Developing a transactional Advanced Integration Service with IBM
                Business Process Manager, Part 3: Implementing the Advanced Integration Service]]></title> 
<summary><![CDATA[Leveraging the capabilities of the Advanced Integration Services (AIS)
            in IBM Business Process Manager V8 Advanced, this series describes how to
            implement a distributed ACID transactional scenario in IBM Business Process
            Manager that includes two databases on different machines. The scenario shows
            the automatic rollback capabilities offered by the SCA-based management in an
            AIS. Part 3 describes how to implement the AIS for the transaction.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1303_randone3/1303_randone3.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1303_randone3/1303_randone3.html?ca=dat-"/> 
<id>tag:developerWorks.dw,27 Mar 2013 04:00:00 +0000</id>
<published>27 Mar 2013 04:00:00 +0000</published>
<updated>27 Mar 2013 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Deploying an IBM Operational Decision Manager cloud pattern on IBM
            PureApplication System]]></title> 
<summary><![CDATA[Your article abstract goes here. Put the main points and key phrases at
            the beginning of the abstract, because it will be truncated in search results.
            Make your abstract enticing yet succinct. Aim for three to five sentences that
            express why the reader would care about the content (motive) and what he or
            she can gain from reading the content (benefits).]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1303_iyengar/1303_iyengar.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1303_iyengar/1303_iyengar.html?ca=dat-"/> 
<id>tag:developerWorks.dw,20 Mar 2013 04:00:00 +0000</id>
<published>20 Mar 2013 04:00:00 +0000</published>
<updated>20 Mar 2013 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Using Oracle Database File System for disaster recovery on IBM Business
            Process Manager]]></title> 
<summary><![CDATA[Because business process management plays a very important role in an
            enterprise architecture, it&apos;s critical to make sure that BPM is an integral
            part of any enterprise disaster recovery plan. This article introduces a
            disaster recovery strategy for customers who are using Oracle Data Guard for
            disaster recovery on existing systems and want to extend it to include IBM
            Business Process Manager.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1304_zhang/1304_zhang.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1304_zhang/1304_zhang.html?ca=dat-"/> 
<id>tag:developerWorks.dw,20 Mar 2013 04:00:00 +0000</id>
<published>20 Mar 2013 04:00:00 +0000</published>
<updated>20 Mar 2013 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Developing a transactional Advanced Integration Service with IBM
                Business Process Manager, Part 2: Defining the business process]]></title> 
<summary><![CDATA[Leveraging the capabilities of the Advanced Integration
            Services (AIS) in IBM Business Process Manager V8 Advanced, this series
            describes how to implement a distributed ACID transactional scenario in IBM
            Business Process Manager that includes two databases on different machines.
            The scenario shows the automatic rollback capabilities offered by the
            SCA-based management in an AIS. Part 2 of the series describes how the
            business process is designed and implemented using the BPMN notation in
            Process Designer.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1303_randone2/1303_randone2.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1303_randone2/1303_randone2.html?ca=dat-"/> 
<id>tag:developerWorks.dw,13 Mar 2013 04:00:00 +0000</id>
<published>13 Mar 2013 04:00:00 +0000</published>
<updated>13 Mar 2013 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Using WebSphere Adapters with IBM Business Process Manager to communicate
            with external systems]]></title> 
<summary><![CDATA[In this article, you&apos;ll learn how IBM Business Process Manager
            uses WebSphere Adapters to connect to external systems, and how data flows
            between external systems and the human tasks of IBM BPM. Using these
            capabilities, you&apos;ll see how you can integrate your BPM applications with existing
            systems.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1303_li/1303_li.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1303_li/1303_li.html?ca=dat-"/> 
<id>tag:developerWorks.dw,06 Mar 2013 05:00:00 +0000</id>
<published>06 Mar 2013 05:00:00 +0000</published>
<updated>06 Mar 2013 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Developing a transactional Advanced Integration Service with IBM
                Business Process Manager, Part 1: Introduction and setting up the databases]]></title> 
<summary><![CDATA[Leveraging the capabilities of the Advanced Integration
            Services (AIS) in IBM Business Process Manager V8 Advanced, this series
            describes how to implement a distributed ACID transactional scenario in IBM
            Business Process Manager that includes two databases on different machines.
            The scenario shows the automatic rollback capabilities offered by the
            SCA-based management in an AIS.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1303_randone/1303_randone.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1303_randone/1303_randone.html?ca=dat-"/> 
<id>tag:developerWorks.dw,06 Mar 2013 05:00:00 +0000</id>
<published>06 Mar 2013 05:00:00 +0000</published>
<updated>06 Mar 2013 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Strategies for managing reference data in a business rules application
        using IBM Operational Decision Manager]]></title> 
<summary><![CDATA[This article describes 
            common strategies for reference data management in rule authoring and
            rule execution when using IBM Operational Decision Manager. It describes the 
            advantages and disadvantages to each approach to help you determine the best approach to use 
            for your business rule application.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1302_boyer/1302_boyer.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1302_boyer/1302_boyer.html?ca=dat-"/> 
<id>tag:developerWorks.dw,13 Feb 2013 05:00:00 +0000</id>
<published>13 Feb 2013 05:00:00 +0000</published>
<updated>13 Feb 2013 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[BPM Voices: Insight at the edge]]></title> 
<summary><![CDATA[In the world of mobile, cloud and APIs, how do you assert
            control at the edge of the enterprise, the boundary between the unpredictable
            external environment and the internal managed systems? And, perhaps even more
            importantly, how do you gain insight into customer behavior and preferences so
            that you can advance the customer relationship with every action you take?
            Resolving such questions is dependent on &quot;insight at the edge&quot; - the idea
            that by applying service-oriented principles to interactions between external
            systems of engagement and internal systems of record, you not only protect
            against undesired external influences, but can tap into the stream of
            consciousness that already flows through the business.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1302_col_jensen/1302_col_jensen.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1302_col_jensen/1302_col_jensen.html?ca=dat-"/> 
<id>tag:developerWorks.dw,13 Feb 2013 05:00:00 +0000</id>
<published>13 Feb 2013 05:00:00 +0000</published>
<updated>13 Feb 2013 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[BPM Voices: Evaluating BPM applications: BPM design reviews and Rubik&apos;s
        Cubes]]></title> 
<summary><![CDATA[In this column, I&apos;ll focus on the objectives of
                performing BPM design reviews, the key preparation steps for an effective
                review, and an overview of the key dimensions to assess as part of a
                BPM solution. I&apos;ll introduce the basic covenants for how
                a BPM design review should be conducted and offer some suggestions on
                where clients should focus in the process. In addition, we&apos;ll take a
                direct look at the IBM BPM playback methodology, because I believe the
                convergence of a design review strategy with IBM&apos;s playback approach is
                related to developing optimized BPM solutions. So how does all this relate to
                Rubik&apos;s Cubes? Read on...]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1302_col_simmons/1302_col_simmons.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1302_col_simmons/1302_col_simmons.html?ca=dat-"/> 
<id>tag:developerWorks.dw,13 Feb 2013 05:00:00 +0000</id>
<published>13 Feb 2013 05:00:00 +0000</published>
<updated>13 Feb 2013 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Configuring IBM Business Process Management Human Task Management widgets
            for use in WebSphere Portal]]></title> 
<summary><![CDATA[The Human Task Management widgets in IBM Business Process Manager V7.5
            are designed to run in a Business Space environment, but they can also be run
            in IBM WebSphere Portal V7. This article describes how to install, configure,
            and customize these widgets in a Portal environment.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1302_schuetz/1302_schuetz.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1302_schuetz/1302_schuetz.html?ca=dat-"/> 
<id>tag:developerWorks.dw,13 Feb 2013 05:00:00 +0000</id>
<published>13 Feb 2013 05:00:00 +0000</published>
<updated>13 Feb 2013 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[How to secure a hosted transparent decision service in IBM Operational
            Decision Management]]></title> 
<summary><![CDATA[This article explores one of the techniques you can use to secure a hosted
            transparent decision service in IBM Operational Decision Manager. Authentication and authorization are
            often required in a production environment. You&apos;ll learn how
            to configure a hosted transparent decision service to connect
            to LDAP for authentication, as well as define additional code
            to validate whether the calling user ID is authorized to invoke
            the rule project.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1302_nasser/1302_nasser.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1302_nasser/1302_nasser.html?ca=dat-"/> 
<id>tag:developerWorks.dw,13 Feb 2013 05:00:00 +0000</id>
<published>13 Feb 2013 05:00:00 +0000</published>
<updated>13 Feb 2013 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Using dynamic domains for flexible rule authoring in WebSphere Operational
        Decision Management]]></title> 
<summary><![CDATA[Ensuring rule accuracy is an important part of rule development in
            WebSphere Operational Decision Management. This article demonstrates how a
            dynamic domain populated from a Microsoft Excel file can be used to reduce inaccuracies
            when authoring rules. Using domains also eliminates dependencies on IT support
            for code changes because business users can extend the set of values in the
            domain by simple edits to the spreadsheet in the Decision Center. Further,
            because adding a domain value does not result in changes to service contracts,
            redeployment of rule services is not necessary.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1302_rao/1302_rao.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1302_rao/1302_rao.html?ca=dat-"/> 
<id>tag:developerWorks.dw,13 Feb 2013 05:00:00 +0000</id>
<published>13 Feb 2013 05:00:00 +0000</published>
<updated>13 Feb 2013 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Implementing a negotiation process in IBM Business Process Manager using
            web services]]></title> 
<summary><![CDATA[Learn how to use  the undercover agent (UCA), handlers and web services in
            IBM Business Process Manager to implement a negotiation process with an external 
            system. The BPM process will expose a web service that will be invoked by another 
            system. The negotiation continues until an approval or rejection occurs.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1302_husain/1302_husain.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1302_husain/1302_husain.html?ca=dat-"/> 
<id>tag:developerWorks.dw,13 Feb 2013 05:00:00 +0000</id>
<published>13 Feb 2013 05:00:00 +0000</published>
<updated>13 Feb 2013 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Some tips for IBM Business Monitor modeling and versioning]]></title> 
<summary><![CDATA[This article describes new modeling features since IBM Business Monitor
            V7.5 and 
            some best practices for a successful production monitoring environment.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1301_fang/1301_fang.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1301_fang/1301_fang.html?ca=dat-"/> 
<id>tag:developerWorks.dw,30 Jan 2013 05:00:00 +0000</id>
<published>30 Jan 2013 05:00:00 +0000</published>
<updated>30 Jan 2013 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Deploying a BPM pattern on IBM PureApplication System]]></title> 
<summary><![CDATA[In this article, you&apos;ll learn how to use IBM PureApplication System to
            deploy clustered IBM Business Process Manager V8 Advanced environments
                    using BPM patterns with all the functionality and security features.
                    You can connect this BPM cloud environment to other existing
                    on-premise software components.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1212_iyengar2/1212_iyengar2.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1212_iyengar2/1212_iyengar2.html?ca=dat-"/> 
<id>tag:developerWorks.dw,12 Dec 2012 05:00:00 +0000</id>
<published>12 Dec 2012 05:00:00 +0000</published>
<updated>12 Dec 2012 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Creating a Decision Server Events runtime in WebSphere Operational Decision
            Management V7.5, Part 1: Configuring a standalone environment]]></title> 
<summary><![CDATA[This two-part series describes how to create a Decision Server Events
            environment in WebSphere Operational Decision Management V7.5. Part 1 walks
            through the steps for building a standalone environment. Part 2
            will go through the steps for building a highly available and scalable environment.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1212_fan/1212_fan.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1212_fan/1212_fan.html?ca=dat-"/> 
<id>tag:developerWorks.dw,12 Dec 2012 05:00:00 +0000</id>
<published>12 Dec 2012 05:00:00 +0000</published>
<updated>12 Dec 2012 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Care process management: Using BPM tools and methodology in the healthcare environment]]></title> 
<summary><![CDATA[Historically, healthcare excellence has been achieved through
                individual practitioners focusing on being best in their medical
                discipline. The industry has evolved into a series of independent
                providers and processes, focusing on intervention. Focusing within each
                discipline does not provide consideration for the overall patient
                experience. Today, the healthcare industry is marked by its poor design,
                high fragmentation, and stunning inefficiency. Care Process Management
                (CPM) uses best practices for business process management to improve
                clinical outcomes without changing care processes or displacing the role
                of health workers.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1212_dickman/1212_dickman.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1212_dickman/1212_dickman.html?ca=dat-"/> 
<id>tag:developerWorks.dw,12 Dec 2012 05:00:00 +0000</id>
<published>12 Dec 2012 05:00:00 +0000</published>
<updated>12 Dec 2012 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Creating a Decision Server Events runtime in WebSphere
                Operational Decision Management V7.5, Part 2: Configuring a highly available and scalable environment]]></title> 
<summary><![CDATA[T&gt;This two-part series describes how to create a Decision Server Events
            environment in WebSphere Operational Decision Management V7.5. Part 1 took you
            through the steps for building a standalone environment. Part 2 walks you
            through the steps for building a highly available and scalable
            environment.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1212_fan2/1212_fan2.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1212_fan2/1212_fan2.html?ca=dat-"/> 
<id>tag:developerWorks.dw,12 Dec 2012 05:00:00 +0000</id>
<published>12 Dec 2012 05:00:00 +0000</published>
<updated>12 Dec 2012 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Deploying process applications in IBM Business Process Manager V8]]></title> 
<summary><![CDATA[A business process developer designs an application based on certain assumptions. 
            The application can be developed using either one of the IBM Business Process
            Manager tools - IBM Integration Designer 
            or Process Designer. When the application is ready, it can be deployed from either tool
            to Process Server. This tutorial describes the options for installing,
            deploying, and managing process applications. The process application life cycle includes
            installing, administering, and un-deploying versions of the application.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1212_iyengar/1212_iyengar.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1212_iyengar/1212_iyengar.html?ca=dat-"/> 
<id>tag:developerWorks.dw,12 Dec 2012 05:00:00 +0000</id>
<published>12 Dec 2012 05:00:00 +0000</published>
<updated>12 Dec 2012 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Configuring error handling for Advanced Integration Services in IBM
            Business Process Manager Advanced V8]]></title> 
<summary><![CDATA[Your article abstract goes here. Put the main points and key phrases at the
      beginning of the abstract, because it will be truncated in search results. Make your
      abstract enticing yet succinct. Aim for three to five sentences that express why the
      reader would care about the content (motive) and what he or she can gain from
      reading the content (benefits).]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1210_agrawal/1210_agrawal.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1210_agrawal/1210_agrawal.html?ca=dat-"/> 
<id>tag:developerWorks.dw,19 Oct 2012 04:00:00 +0000</id>
<published>19 Oct 2012 04:00:00 +0000</published>
<updated>19 Oct 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Data4BPM, Part 3: Modeling processes with business entities using extended BPMN]]></title> 
<summary><![CDATA[The third part in this series explains how to use
            business entities (or business-significant data) with business processes to
            elegantly model complex, end-to-end business operations. A set of modeling
            patterns is extracted to catalog the interactions and relationships between
            business processes and business entities.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1210_nandi/1210_nandi.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1210_nandi/1210_nandi.html?ca=dat-"/> 
<id>tag:developerWorks.dw,17 Oct 2012 04:00:00 +0000</id>
<published>17 Oct 2012 04:00:00 +0000</published>
<updated>17 Oct 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Develop dynamic forms using WebSphere Operational Decision Management
            V7.5]]></title> 
<summary><![CDATA[In this article, you&apos;ll learn how to develop the Execution Object Model
            (XOM), Business Object Model (BOM), and rules for implementing dynamic forms
            in WebSphere Operational Decision Management V7.5. Using a simple web-based
            questionnaire as an example, the article demonstrates how to render the forms
            with Java Enterprise Edition (JEE) technology.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1210_cai/1210_cai.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1210_cai/1210_cai.html?ca=dat-"/> 
<id>tag:developerWorks.dw,03 Oct 2012 04:00:00 +0000</id>
<published>03 Oct 2012 04:00:00 +0000</published>
<updated>03 Oct 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Improving application performance in IBM Business Process Manager V7.5 by
            using DynaCache]]></title> 
<summary><![CDATA[This tutorial describes an easy and efficient caching mechanism based on
            DynaCache for IBM Business Process Manager V7.5. DynaCache enhances
            application performance and provides the flexibility to load or flush cache
            contents at runtime. For ease of understanding and simplicity, the tutorial
            depicts how to load data accessed that is frequently by the application into DynaCache
            via a properties file. For any subsequent read cycle, the data is fetched from
            DynaCache, thereby improving application performance.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/tutorials/1210_sharath/index.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/tutorials/1210_sharath/index.html?ca=dat-"/> 
<id>tag:developerWorks.dw,03 Oct 2012 04:00:00 +0000</id>
<published>03 Oct 2012 04:00:00 +0000</published>
<updated>03 Oct 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[What&apos;s new in IBM Business Monitor V8]]></title> 
<summary><![CDATA[IBM Business Monitor provides real-time visibility and insight into your
        business applications. With the new Version 8 release, it&apos;s easier and faster
        than ever to author and deploy monitor models and their dashboards. Learn about
        new features such as automatically annotated milestone diagrams, simplified IBM
        Cognos
        report authoring, more powerful business situation detection capabilities, and how
        to generate a custom dashboard that is pre-configured to provide visibility to all
        of your metrics, KPIs, reports, diagrams, and alerts.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1209_alcorn/1209_alcorn.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1209_alcorn/1209_alcorn.html?ca=dat-"/> 
<id>tag:developerWorks.dw,26 Sep 2012 04:00:00 +0000</id>
<published>26 Sep 2012 04:00:00 +0000</published>
<updated>26 Sep 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[BPM Voices: Where does BPM end and SOA begin?]]></title> 
<summary><![CDATA[In this column, Claus Jensen, IBM Chief Architect for SOA, BPM, and EA Technical Strategy, 
            explains the differences between BPM and SOA, why that distinction matters, and why it remains 
            common sense to combine the two but to do so in a structured and well-defined fashion.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1209_col_jensen/1209_col_jensen.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1209_col_jensen/1209_col_jensen.html?ca=dat-"/> 
<id>tag:developerWorks.dw,26 Sep 2012 04:00:00 +0000</id>
<published>26 Sep 2012 04:00:00 +0000</published>
<updated>26 Sep 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Running large-scale simulations with WebSphere Operational Decision
            Management V8]]></title> 
<summary><![CDATA[This article focuses on the large-scale simulation support introduced 
            in IBM WebSphere Operation Decision Manager V8 to allow execution 
            of simulations containing hundreds of millions of use cases in a timely fashion. 
            We&apos;ll explain how a large-scale simulation is supported, the process to  
            follow to create a large-scale simulation for a rule project and 
            then guide you through a complete example of running a simulation with 
            120 million scenarios stored in a relational database.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1209_brunot/1209_brunot.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1209_brunot/1209_brunot.html?ca=dat-"/> 
<id>tag:developerWorks.dw,26 Sep 2012 04:00:00 +0000</id>
<published>26 Sep 2012 04:00:00 +0000</published>
<updated>26 Sep 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[BPM Voices: Using business rules in the cloud to solve Sudoku,
                Part 2: Deploying the rules application to the cloud]]></title> 
<summary><![CDATA[In  Part 1, I presented a hybrid approach to solving Sudoku
                puzzles - an approach that combines business rules built using WebSphere
                Operational Decision Management (ODM) with a heuristic depth-first search
                algorithm. In this column, I&apos;ll focus on executing the rule application
                on the cloud. Can a web application leveraging a rule engine be deployed
                to a public cloud? If so, which rule integration pattern would we use?
                Which ODM components would we deploy? What level of execution performance
                can we expect? What challenges await us? These are the questions that this
                column seeks to answer for two widely available cloud offerings: Google
                App Engine and Amazon Web Services.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1209_col_rao/1209_col_rao.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1209_col_rao/1209_col_rao.html?ca=dat-"/> 
<id>tag:developerWorks.dw,26 Sep 2012 04:00:00 +0000</id>
<published>26 Sep 2012 04:00:00 +0000</published>
<updated>26 Sep 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Creating custom widgets for Business Space using REST services]]></title> 
<summary><![CDATA[This article shows you how to create custom 
            widgets for use in Business Space. In this article, you&apos;ll create a Hello World sample that shows 
            you how to quickly create a static HTML page in your custom widget. Then
            you&apos;ll 
            create a more sophisticated widget that accesses REST services and displays the 
            records in a grid within the widget. The custom widget can access REST services 
            for process applications, process templates or monitor models.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1209_walden/1209_walden.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1209_walden/1209_walden.html?ca=dat-"/> 
<id>tag:developerWorks.dw,26 Sep 2012 04:00:00 +0000</id>
<published>26 Sep 2012 04:00:00 +0000</published>
<updated>26 Sep 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Realizing the value of IBM Business Process Manager in the
                WebSphere Portal environment, Part 3: Agile development of custom user interfaces using Web Experience
            Factory]]></title> 
<summary><![CDATA[This article introduces an agile approach to developing custom user interface components for IBM
            BPM processes leveraging the IBM Business
            Process Manager REST API. By adding a transformation layer between IBM BPM and IBM Web
            Experience Factory, you can create user interfaces and adapt them to process data
            changes with little effort.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1209_richter/1209_richter.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1209_richter/1209_richter.html?ca=dat-"/> 
<id>tag:developerWorks.dw,26 Sep 2012 04:00:00 +0000</id>
<published>26 Sep 2012 04:00:00 +0000</published>
<updated>26 Sep 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Linking business processes and enterprise services together using IBM
            Business Process Manager Advanced]]></title> 
<summary><![CDATA[This article uses a scenario to illustrate how to separate the business 
            and technical layers in a typical BPM solution 
            implemented in IBM Business Process Manager Advanced, with special focus on 
            the Advanced Integration Services (AIS) capability. The article assumes the 
            reader is already familiar with the concepts of IBM BPM 
            Advanced and wants to understand how best to combine a BPM solution with 
            SOA services using AIS.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1209_mcelroy/1209_mcelroy.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1209_mcelroy/1209_mcelroy.html?ca=dat-"/> 
<id>tag:developerWorks.dw,26 Sep 2012 04:00:00 +0000</id>
<published>26 Sep 2012 04:00:00 +0000</published>
<updated>26 Sep 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Sharing toolkits across Process Centers in IBM Business Process Manager V8]]></title> 
<summary><![CDATA[One of the new features in IBM Business Process Manager V8 is the ability to share toolkits between registered Process Centers. 
            In this article you&apos;ll learn how to register a Process Center using the HTTPS
            protocol.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1209_iyengar/1209_iyengar.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1209_iyengar/1209_iyengar.html?ca=dat-"/> 
<id>tag:developerWorks.dw,26 Sep 2012 04:00:00 +0000</id>
<published>26 Sep 2012 04:00:00 +0000</published>
<updated>26 Sep 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Introducing the Generic Ruleset Signature pattern for WebSphere
                Operational Decision Management V7.5, Part 3: Integrating Hadoop and IBM Operational Decision Management V8]]></title> 
<summary><![CDATA[The third part of this series describes how the Generic Ruleset Signature
                pattern can be used to integrate IBM Operational Decision Management with
                Apache Hadoop to execute business rules within a distributed computing
                solution.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1209_crowther/1209_crowther.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1209_crowther/1209_crowther.html?ca=dat-"/> 
<id>tag:developerWorks.dw,26 Sep 2012 04:00:00 +0000</id>
<published>26 Sep 2012 04:00:00 +0000</published>
<updated>26 Sep 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Leveraging business data attributes in IBM Business Process Manager V7.5
            and V8]]></title> 
<summary><![CDATA[In most cases, you&apos;ll want business data contained
            in active business processes to be exposed so that you can customize your
            Process Portal inbox or so the data 
can be extracted from an active process via the REST API so that it can be used in a
custom user interface. In this article, you will 
learn how to expose data to do both.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1209_cline/1209_cline.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1209_cline/1209_cline.html?ca=dat-"/> 
<id>tag:developerWorks.dw,26 Sep 2012 04:00:00 +0000</id>
<published>26 Sep 2012 04:00:00 +0000</published>
<updated>26 Sep 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Troubleshooting common CEI-related issues with IBM Business Monitor]]></title> 
<summary><![CDATA[The Common Event Infrastructure (CEI) provides facilities for
            the runtime environment to persistently store and retrieve events from many
            different programming environments. Events flow from applications to the CEI
            and then to IBM Business Monitor. This
            article shows you how to identify and troubleshoot
            some common CEI related errors in a Business Monitor application and the
            corresponding server configuration that might prevent you from seeing data in
            your dashboards. You&apos;ll learn how to validate and
            fix your event process configuration and how to tune CEI for Business Monitor performance
            improvements.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1212_fang/1212_fang.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1212_fang/1212_fang.html?ca=dat-"/> 
<id>tag:developerWorks.dw,20 Sep 2012 04:00:00 +0000</id>
<published>20 Sep 2012 04:00:00 +0000</published>
<updated>20 Sep 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Integrating the paging query of WebSphere Adapter for JDBC in IBM Business
            Process Manager V7.5]]></title> 
<summary><![CDATA[WebSphere Adapter for JDBC runs on IBM Business Process Manager
            V7.5 and enables bidirectional communication between databases and
            applications. Beginning with IBM BPM V7.5, WebSphere Adapter for JDBC added
            a built-in paging query functionality. Learn how to configure and use the paging
            query, as well as multiple ways to integrate paging query in IBM BPM.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1209_shang/1209_shang.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1209_shang/1209_shang.html?ca=dat-"/> 
<id>tag:developerWorks.dw,19 Sep 2012 04:00:00 +0000</id>
<published>19 Sep 2012 04:00:00 +0000</published>
<updated>19 Sep 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Monitoring the WebSphere Adapter life cycle using the monitoring frameworks]]></title> 
<summary><![CDATA[WebSphere Adapters provide bi-directional connectivity between
                business applications and Enterprise Information System through event
                notifications. This article describes monitoring adapters by leveraging
                the various monitoring frameworks available, such as PMI, CEI, and ARM.
                The article also explains how to use the right framework for getting the
                required data for an Adapter and to tune it accordingly.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1209_rohira/1209_rohira.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1209_rohira/1209_rohira.html?ca=dat-"/> 
<id>tag:developerWorks.dw,12 Sep 2012 04:00:00 +0000</id>
<published>12 Sep 2012 04:00:00 +0000</published>
<updated>12 Sep 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Integrating IBM Business Process Manager V7.5 with C APIs using a JNI
            bridge]]></title> 
<summary><![CDATA[This article provides steps to integrate IBM Business Process Manager V7.5
            with a JNI implementation based on a Windows platform by creating a native DLL 
            library using JNI, configuring the library in IBM BPM to generate Java 
            Integration Services, and integrating with Java components. 
            It also discusses a simple operation scenario that invokes native 
            methods by passing simple and array-based data.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1208_chandra/1208_chandra.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1208_chandra/1208_chandra.html?ca=dat-"/> 
<id>tag:developerWorks.dw,15 Aug 2012 04:00:00 +0000</id>
<published>15 Aug 2012 04:00:00 +0000</published>
<updated>15 Aug 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Invoking a process deployed in IBM Business Process Manager V7.5 using
            WebSphere MQ]]></title> 
<summary><![CDATA[This article walks you through the steps required to integrate
            WebSphere MQ with IBM Business Process Manager V7.5. The integration is
            illustrated using a process invoked by a message sent through MQ. This kind of
            integration may be useful in situations in which a business
                process needs to be invoked when an event occurs in any disparate system
                not directly integrable through adapter frameworks, and requires some sort
                of middleware to exchange data.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1207_chandra2/1207_chandra2.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1207_chandra2/1207_chandra2.html?ca=dat-"/> 
<id>tag:developerWorks.dw,18 Jul 2012 04:00:00 +0000</id>
<published>18 Jul 2012 04:00:00 +0000</published>
<updated>18 Jul 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[A practical approach to integrating JMS and IBM Business Process
            Manager]]></title> 
<summary><![CDATA[In this article, you&apos;ll learn how to implement a Java Message Service
            (JMS) initiated Undercover Agent (UCA)
           with IBM Business Process Manager V7.5 to enable sending of JMS messages 
           directly to the Business Process Manager Event Manager without any
           custom configuration. This approach provides an elegant way to implement an
           asynchronous method of invoking a business process in Process Center.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1207_chandra/1207_chandra.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1207_chandra/1207_chandra.html?ca=dat-"/> 
<id>tag:developerWorks.dw,10 Jul 2012 04:00:00 +0000</id>
<published>10 Jul 2012 04:00:00 +0000</published>
<updated>10 Jul 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Designing event-driven business processes in IBM Business Process
            Manager]]></title> 
<summary><![CDATA[IBM Business Process Manager V7.5.1 introduced new support for BPMN 2.0 
            event subprocesses. This powerful construct provides the capability to design 
            a business process to be able to handle planned and exceptional events with the 
            flexibility to process events that interrupt normal processing or that need to be 
            processed in parallel to the main logic flow. In this article, you&apos;ll learn how to 
            use the event subprocesses feature in IBM Business Process Manager to distribute 
            and process business events both for a specific process instance and for a 
            set of qualifying instances.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1206_mcelroy/1206_mcelroy.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1206_mcelroy/1206_mcelroy.html?ca=dat-"/> 
<id>tag:developerWorks.dw,27 Jun 2012 04:00:00 +0000</id>
<published>27 Jun 2012 04:00:00 +0000</published>
<updated>27 Jun 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[BPM lifecycle for ARIS models in IBM Business Process Manager
                V8.0, Part 1: Importing ARIS models into IBM Process Designer]]></title> 
<summary><![CDATA[This two-part article series focuses on a practical approach for a
            standard-based, cross-tooling, and cross-vendor business process management
            lifecycle that implements ARIS Event-driven Process Chains models in the
            IBM Business Process Manager suite, as they were created within its own
            repository. Part 1 describes two ways of importing process models from ARIS
            into IBM Process Designer via a standard BPMN2.0 import as as well as in
            the ARIS XML format. Part 2 shows how to merge a newly imported ARIS model
            version with the already extended and executed process in Process
            Designer.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1206_kiradjiev1/1206_kiradjiev1.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1206_kiradjiev1/1206_kiradjiev1.html?ca=dat-"/> 
<id>tag:developerWorks.dw,20 Jun 2012 04:00:00 +0000</id>
<published>20 Jun 2012 04:00:00 +0000</published>
<updated>20 Jun 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[The benefits of using IBM Business Process Manager Advanced]]></title> 
<summary><![CDATA[IBM Business Process Manager is provided in two major configurations: Business Process Manager Standard
                and Business Process Manager Advanced. The benefits of using Business Process Manager Standard are fairly well
                understood, but the incremental benefits of using Business Process Manager
                Advanced are not as well
                understood. This article is intended to address that situation.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1206_jones/1206_jones.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1206_jones/1206_jones.html?ca=dat-"/> 
<id>tag:developerWorks.dw,20 Jun 2012 04:00:00 +0000</id>
<published>20 Jun 2012 04:00:00 +0000</published>
<updated>20 Jun 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[BPM lifecycle for ARIS models in IBM Business Process Manager
                V8.0, Part 2: Merging a newly imported process version with an executable one]]></title> 
<summary><![CDATA[This two-part article series focuses on a practical approach for a
            standard-based, cross-tooling, and cross-vendor business process management
            lifecycle that implements ARIS Event-driven Process Chains models in the
            IBM Business Process Manager suite, as they were created within its own
            repository. Part 1 describes two ways of importing process models from ARIS
            into IBM Process Designer via a standard BPMN2.0 import as as well as in
            the ARIS XML format. Part 2 shows how to merge a newly imported ARIS model
            version with the already extended and executed process in Process
            Designer.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1206_kiradjiev2/1206_kiradjiev2.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/library/techarticles/1206_kiradjiev2/1206_kiradjiev2.html?ca=dat-"/> 
<id>tag:developerWorks.dw,20 Jun 2012 04:00:00 +0000</id>
<published>20 Jun 2012 04:00:00 +0000</published>
<updated>20 Jun 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Introducing the Generic Ruleset Signature pattern for WebSphere
                Operational Decision Management V7.5, Part 2: Improving agility and robustness]]></title> 
<summary><![CDATA[The second part of this series extends the Generic Ruleset
            Signature pattern, which can be applied to business rules in IBM
            WebSphere Operational Decision Management to improve productivity and
            maintainability of rules projects using a flat business model.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1206_crowther/1206_crowther.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1206_crowther/1206_crowther.html?ca=dat-"/> 
<id>tag:developerWorks.dw,13 Jun 2012 04:00:00 +0000</id>
<published>13 Jun 2012 04:00:00 +0000</published>
<updated>13 Jun 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[A business process management approach to enterprise process
            modernization]]></title> 
<summary><![CDATA[This article describes how BPM can be used for enterprise modernization.
            It introduces techniques and best practices to
                ensure BPM success, including business process discovery, business process
                decomposition, business process ownership, service identification, and code
                modularization. Compared to other legacy modernization approaches, BPM
                allows for effective scoping; instead of boiling the ocean, you look
                at a specific business process and what is required for that process to
                execute, and only modernize the IT functions that are needed by the
                process. As you implement more and more processes, you can reuse the services you
                developed for previous processes and gradually modernize all that is
                needed from the legacy application, making it relevant and essential for
                the future of the enterprise. The BPM approach provides quick time to
                value and engages business users.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1206_portier/1206_portier.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1206_portier/1206_portier.html?ca=dat-"/> 
<id>tag:developerWorks.dw,13 Jun 2012 04:00:00 +0000</id>
<published>13 Jun 2012 04:00:00 +0000</published>
<updated>13 Jun 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[What&apos;s new in IBM Business Process Manager V8]]></title> 
<summary><![CDATA[This article describes the highlights of the newly announced IBM Business Process Manager
            V8, including a newly redesigned Process Portal, integration with Enterprise Content Management systems, 
            searching and sharing of content between Process Centers, enhanced governance capabilities, and other new features.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1206_pacholski/1206_pacholski.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1206_pacholski/1206_pacholski.html?ca=dat-"/> 
<id>tag:developerWorks.dw,13 Jun 2012 04:00:00 +0000</id>
<published>13 Jun 2012 04:00:00 +0000</published>
<updated>13 Jun 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Making business decisions on the fly]]></title> 
<summary><![CDATA[Using decision management and business monitoring, you can build a context-aware
            application that can deliver the right content to the right people at the right time to
            drive better business outcomes. Monitoring gives you insight into your operations, while
            decision management enables you to make business policy changes without incurring the
            penalty of long IT cycles. This article shows you how to do it.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1206_miles/1206_miles.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1206_miles/1206_miles.html?ca=dat-"/> 
<id>tag:developerWorks.dw,13 Jun 2012 04:00:00 +0000</id>
<published>13 Jun 2012 04:00:00 +0000</published>
<updated>13 Jun 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Implementing Java integration components for IBM Business Process Manager
        V7.5.1]]></title> 
<summary><![CDATA[Learn how to write Java integration components for business process
            applications in IBM Business Process Manager V7.5.1. Depending on the
            functional or non-functional requirements of the business process application
            that you are implementing, you may find that none of the out-of-the-box
            connectors provide the functionality you need. For such cases, you may want to
            consider writing a Java integration component.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1206_olivieri/1206_olivieri.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1206_olivieri/1206_olivieri.html?ca=dat-"/> 
<id>tag:developerWorks.dw,13 Jun 2012 04:00:00 +0000</id>
<published>13 Jun 2012 04:00:00 +0000</published>
<updated>13 Jun 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[BPM Voices: Service-oriented design principles: The foundation of new
        business engagements]]></title> 
<summary><![CDATA[Ten years from now, we&apos;ll look back upon today as the beginning of a new era of business and technology. 
            Similar to the way e-business was formed by the advent of the web, this new era is being formed by the 
            convergence of mobile, cloud, social networking and big data. In the past decade, SOA principles have
            been the foundation for the evolution of transactional systems to e-business and end-to-end business process 
            integration. In the next decade, these same SOA principles will be at the core of a new era business engagements 
            that transact at internet scale across locations, devices, people, processes and information. The fundamentals 
            underpinning the extension of the enterprise beyond its traditional boundaries will more than ever be provided 
            by a progressive IT organization, and the most successful enterprises will be those that understand how to 
            meld SOA engineering skills and business operations.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1206_col_jensen/1206_col_jensen.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1206_col_jensen/1206_col_jensen.html?ca=dat-"/> 
<id>tag:developerWorks.dw,13 Jun 2012 04:00:00 +0000</id>
<published>13 Jun 2012 04:00:00 +0000</published>
<updated>13 Jun 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Best practices for designing and implementing decision services, Part
                1: An SOA approach to creating reusable decision services]]></title> 
<summary><![CDATA[Decision services are quite the buzz term lately, and are even turning up as
            product features. As a solution architect or developer you may have seen the need to go
            outside of the pure product scope and think about designing and implementing decision
            services so that they can be easily maintained and consumed. Part 1 of this series
            addresses some best practices for designing and implementing a decision service using
            IBM Business Process Manager Advanced and WebSphere Operational Decision Management. The
            article defines the key points to consider when designing rule-based decision services
            that follow best practices and fit into a large IT architecture.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1206_boyer/1206_boyer.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1206_boyer/1206_boyer.html?ca=dat-"/> 
<id>tag:developerWorks.dw,13 Jun 2012 04:00:00 +0000</id>
<published>13 Jun 2012 04:00:00 +0000</published>
<updated>13 Jun 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[BPM Voices: Using business rules in the cloud to solve Sudoku,
                Part 1: Implementing the rules application]]></title> 
<summary><![CDATA[This series presents a hybrid approach that combines business rules and
                heuristic depth-first search to solve Sudoku puzzles. This approach
                emulates the methodology humans use to solve Sudoku. Rules built using
                WebSphere Operational Decision Management apply forward-chaining
                logic; when this fails to find the solution, the heuristic search with
                backtracking emulates the trial-and-error approach. In Part 2 of this
                series, we&apos;ll outline the architecture and process used to embed the
                ruleset into a web application hosted on a public cloud.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1206_col_rao/1206_col_rao.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1206_col_rao/1206_col_rao.html?ca=dat-"/> 
<id>tag:developerWorks.dw,06 Jun 2012 04:00:00 +0000</id>
<published>06 Jun 2012 04:00:00 +0000</published>
<updated>06 Jun 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Delivering Business Process as a Service (BPaaS) on the IBM
                SmartCloud, Part 2: Sharing the BPM middleware among multiple tenants]]></title> 
<summary><![CDATA[This article looks at how to set up a multi-tenant business process
            management environment in the
                cloud so that you can support more teams creating and deploying their own
                business processes with fewer installations and configurations. The goal
                is to provide as much isolation and sharing as possible between tenants
                using the same installation of the middleware. We also discuss how the
                different BPM components are set up in the development, test and production
                environments that are typically used in a BPM project lifecycle.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1206_lau/1206_lau.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/bpm/bpmjournal/1206_lau/1206_lau.html?ca=dat-"/> 
<id>tag:developerWorks.dw,06 Jun 2012 04:00:00 +0000</id>
<published>06 Jun 2012 04:00:00 +0000</published>
<updated>06 Jun 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Business process optimization, Part 2: Planning for a desired business outcome]]></title> 
<summary><![CDATA[The BPO method provides a means of combining various technological
                innovations in the context of a business-centric view that affords
                increased agility to achieve business outcomes.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1204_jensen/1204_jensen.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1204_jensen/1204_jensen.html?ca=dat-"/> 
<id>tag:developerWorks.dw,25 Apr 2012 04:00:00 +0000</id>
<published>25 Apr 2012 04:00:00 +0000</published>
<updated>25 Apr 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Business process optimization, Part 1: Planning for sustained agility and business outcomes]]></title> 
<summary><![CDATA[This article explores commonly held concepts behind business performance
            and agility, and illustrates at a practical level how to extend these into
            new and innovative ways of measuring, achieving and sustaining business
            performance through business agility.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1204_arsanjani/1204_arsanjani.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1204_arsanjani/1204_arsanjani.html?ca=dat-"/> 
<id>tag:developerWorks.dw,18 Apr 2012 04:00:00 +0000</id>
<published>18 Apr 2012 04:00:00 +0000</published>
<updated>18 Apr 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Delivering Business Process as a Service (BPaaS) on the IBM
                SmartCloud, Part 1: Using ICON to extend Business Process Manager cloud images]]></title> 
<summary><![CDATA[This article looks at two new capabilities that
                were recently added to the IBM SmartCloud: the Image Construction and Composition
                    Tool (ICON) and IBM Business Process Manager images. Together
                these features can help you develop and deploy your own process-centric cloud
                applications and enable you to create your own BPaaS offerings.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1203_lau/1203_lau.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1203_lau/1203_lau.html?ca=dat-"/> 
<id>tag:developerWorks.dw,28 Mar 2012 04:00:00 +0000</id>
<published>28 Mar 2012 04:00:00 +0000</published>
<updated>28 Mar 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Using Dojo to extend business processes to the mobile space]]></title> 
<summary><![CDATA[This article illustrates an example of how to build a simple mobile user interface
            that interacts with a business process.  The implementation of the mobile UI
            uses Dojo with the IBM WebSphere Application Server Feature Pack for Web 2.0
            and Mobile, and the sample business process is implemented with IBM Business
            Process Manager V7.5.  The mobile web application built here renders with a
            native look and feel on webkit-enabled mobile devices such as iPhone, iPad,
            Android, and RIM smartphones and tablets.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/techjournal/1203_noiret/1203_noiret.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/techjournal/1203_noiret/1203_noiret.html?ca=dat-"/> 
<id>tag:developerWorks.dw,14 Mar 2012 04:00:00 +0000</id>
<published>14 Mar 2012 04:00:00 +0000</published>
<updated>14 Mar 2012 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Configuring a dynamic MQ endpoint using WebSphere ESB and WebSphere Service Registry and Repository]]></title> 
<summary><![CDATA[This article shows you how to configure a WebSphere MQ endpoint in WebSphere Service Registry and Repository that will be dynamically selected at runtime from within 
a WebSphere ESB mediation module.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1202_krier/1202_krier.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1202_krier/1202_krier.html?ca=dat-"/> 
<id>tag:developerWorks.dw,22 Feb 2012 05:00:00 +0000</id>
<published>22 Feb 2012 05:00:00 +0000</published>
<updated>22 Feb 2012 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Introduction to IBM Business Process Manager on z/OS]]></title> 
<summary><![CDATA[IBM Business Process Manager Advanced V7.5.0.1 on z/OS 
        integrates for the first time two major BPM products,  
        WebSphere Lombardi Edition, and WebSphere Process Server. 
        This article introduces you to Business Process Manager for z/OS  
        and describes the benefits it brings to the BPM process.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1202_venn/1202_venn.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1202_venn/1202_venn.html?ca=dat-"/> 
<id>tag:developerWorks.dw,22 Feb 2012 05:00:00 +0000</id>
<published>22 Feb 2012 05:00:00 +0000</published>
<updated>22 Feb 2012 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Introducing the Generic Ruleset Signature pattern for WebSphere
                Operational Decision Management V7.5, Part 1: A framework for achieving agility in rules projects]]></title> 
<summary><![CDATA[This two-part article series introduces the Generic Ruleset
            Signature pattern. This pattern can be applied to business rules in IBM
            WebSphere Operational Decision Management V7.5 to improve productivity and
            maintainability of rules projects using a flat business model. Part 1 presents
            a basic implementation of the pattern; Part 2 will present a more
            sophisticated, &quot;battle-hardened&quot; example used in real consultancy
            projects.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/bpmjournal/1202_crowther/1202_crowther.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/bpmjournal/1202_crowther/1202_crowther.html?ca=dat-"/> 
<id>tag:developerWorks.dw,15 Feb 2012 05:00:00 +0000</id>
<published>15 Feb 2012 05:00:00 +0000</published>
<updated>15 Feb 2012 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[BPM Voices: Synchronicity: An agile approach to business process
            management]]></title> 
<summary><![CDATA[Perhaps the most difficult aspect of business process management is the ability to quickly develop
                business processes. With traditional SOA-based BPM solutions, the skills
                and development needed to implement even simple processes
                limits the ability to respond quickly to changes. Pair this with a lack of
                collaboration and shared understanding between business and IT
                stakeholders and you can see why many BPM projects get mired in prolonged development
                cycles. However, recent changes in this area, including emerging solutions
                such as
                IBM Business Process Manager, support a more agile
                approach to BPM process discovery and development, reducing the time
                to market and ensuring a tighter alignment between business and IT. Using
                tools and techniques such as Blueworks Live,
                process discovery workshops, and iterative BPM development, IT
                and business can work together to design solutions. This approach
                helps to ensure that requirements are addressed during design and development
                instead of the traditional approach where business hands off requirements
                to IT with the hope that the final solution meets the requirements. In
                this column, we&apos;ll talk about these BPM challenges and discuss how
                to apply an agile BPM approach to address them.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/bpmjournal/1202_col_simmons/1202_simmons.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/bpmjournal/1202_col_simmons/1202_simmons.html?ca=dat-"/> 
<id>tag:developerWorks.dw,15 Feb 2012 05:00:00 +0000</id>
<published>15 Feb 2012 05:00:00 +0000</published>
<updated>15 Feb 2012 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Implementing ebXML Message Service in WebSphere Partner Gateway V6.2]]></title> 
<summary><![CDATA[ebXML Message Service (ebMS) provides a standard way to exchange business messages among ebXML trading partners without relying on proprietary technologies. This article 
shows you how to use ebMS with IBM WebSphere Partner Gateway V6.2.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1202_samantaray/1202_samantaray.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1202_samantaray/1202_samantaray.html?ca=dat-"/> 
<id>tag:developerWorks.dw,15 Feb 2012 05:00:00 +0000</id>
<published>15 Feb 2012 05:00:00 +0000</published>
<updated>15 Feb 2012 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Transforming your supply chain with IBM Supply Chain Process Modeler, Part
            3: Using SCPM for supply chain process modeling and analysis]]></title> 
<summary><![CDATA[In Part 3 of this series, you&apos;ll learn how to use SCPM the
            basic functions of SCPM to create a new project, configure and use various
            diagrams and the scorecard, and import and export models and data to and from
            SCPM.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1202_ren2/1202_ren2.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1202_ren2/1202_ren2.html?ca=dat-"/> 
<id>tag:developerWorks.dw,08 Feb 2012 05:00:00 +0000</id>
<published>08 Feb 2012 05:00:00 +0000</published>
<updated>08 Feb 2012 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Transforming your supply chain with IBM Supply Chain Process
                Modeler, Part 4: Using advanced analytics]]></title> 
<summary><![CDATA[In Part 4 of this series, you&apos;ll learn about two advanced
                analytics features provided by SCPM: the extended process simulation and
                the Performance Analyzer. The extended process simulation enables
                the use of scripts for simulation modeling, thus providing support for more complicated business logic and analysis
                requirements. The Performance Analyzer enables the quantitative analysis
                of the causal relations among different performance metrics using
                System Dynamics, which is a theory for studying and managing complex
                feedback systems]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1202_ren3/1202_ren3.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1202_ren3/1202_ren3.html?ca=dat-"/> 
<id>tag:developerWorks.dw,08 Feb 2012 05:00:00 +0000</id>
<published>08 Feb 2012 05:00:00 +0000</published>
<updated>08 Feb 2012 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Transforming your supply chain with IBM Supply Chain Process
                Modeler, Part 2: Using process reference models in supply chain transformation]]></title> 
<summary><![CDATA[In Part 2, you&apos;ll learn how to about the process reference
            models supported by SCPM and how you can use them in your supply chain transformation projects.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1202_ren/1202_ren.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1202_ren/1202_ren.html?ca=dat-"/> 
<id>tag:developerWorks.dw,25 Jan 2012 05:00:00 +0000</id>
<published>25 Jan 2012 05:00:00 +0000</published>
<updated>25 Jan 2012 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Associating WebSphere Lombardi V7.2 attributes with users defined in
            OpenLDAP and routing tasks]]></title> 
<summary><![CDATA[This article demonstrates a design pattern using WebSphere Lombardi attributes 
            along with users defined in an OpenLDAP server for activities such as decision making or routing. 
            If user attributes (such as language) are defined in an LDAP server and used for routine activities, 
            such as routing in WebSphere Lombardi, there is some cost involved in querying the attributes using 
            a JNDI API from an LDAP server. The recommended design pattern can help improve performance and 
            can be adopted without using the User Synchronization option in WebSphere Lombardi.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1201_balakrishnan/1201_balakrishnan.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1201_balakrishnan/1201_balakrishnan.html?ca=dat-"/> 
<id>tag:developerWorks.dw,18 Jan 2012 05:00:00 +0000</id>
<published>18 Jan 2012 05:00:00 +0000</published>
<updated>18 Jan 2012 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Modeling your business processes with IBM WebSphere Lombardi
                Edition, Part 5: Customize the user experience with Coaches]]></title> 
<summary><![CDATA[In Part 5 of this series, you&apos;ll learn how to use the advanced Coach
            features of WebSphere Lombardi Edition V7.1, you&apos;ll learn about some Coach customization
                features, including
                dynamic data binding, customizing the display of Coach pages, and creating
                custom HTML controls. You&apos;ll also learn about the runtime rendering of
                Coaches.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1201_wang/1201_wang.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1201_wang/1201_wang.html?ca=dat-"/> 
<id>tag:developerWorks.dw,11 Jan 2012 05:00:00 +0000</id>
<published>11 Jan 2012 05:00:00 +0000</published>
<updated>11 Jan 2012 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Modeling your business processes with IBM WebSphere Lombardi
                Edition, Part 6: Using KPIs and reports for monitoring and performance analysis]]></title> 
<summary><![CDATA[In the final part of this series, you&apos;ll learn how to use key performance
            indicators (KPIs) and reports to do monitoring and performance analysis with
            WebSphere Lombardi Edition.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1201_wang2/1201_wang2.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1201_wang2/1201_wang2.html?ca=dat-"/> 
<id>tag:developerWorks.dw,11 Jan 2012 05:00:00 +0000</id>
<published>11 Jan 2012 05:00:00 +0000</published>
<updated>11 Jan 2012 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Configuring secured Web service calls from WebSphere Process Server V7 to
            a non-WebSphere server via SSL]]></title> 
<summary><![CDATA[This tutorial provides steps to configure an SSL for a Web service call from
            WebSphere Process Server to a non-WebSphere Web service. It covers generating client and
            sample server keys, importing certificates, configuring the SOAP UI for SSL,
            mocking up the Web service, and testing the SSL.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/tutorials/1112_sharath/index.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/tutorials/1112_sharath/index.html?ca=dat-"/> 
<id>tag:developerWorks.dw,21 Dec 2011 05:00:00 +0000</id>
<published>21 Dec 2011 05:00:00 +0000</published>
<updated>21 Dec 2011 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[BPM Voices: How IT can discuss business agility with the business]]></title> 
<summary><![CDATA[In this column, Claus Jensen describes how IT can make a difference to the 
            business by adding structure to discussions about business agility. The ability 
            to apply engineering skills to an agile business design is a key differentiator 
            for enterprises challenged by increasing complexity and speed of change.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/bpmjournal/1112_col_jensen2/1112_jensen2.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/bpmjournal/1112_col_jensen2/1112_jensen2.html?ca=dat-"/> 
<id>tag:developerWorks.dw,14 Dec 2011 05:00:00 +0000</id>
<published>14 Dec 2011 05:00:00 +0000</published>
<updated>14 Dec 2011 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Managing rule project versions: Introducing branches in
            WebSphere Operational Decision Management V7.5]]></title> 
<summary><![CDATA[Using three common development situations that require working on
                concurrent rule project versions, my goal in this article is twofold:
                first, I&apos;ll present strategies to best address these situations with the tools
                available in WebSphere JRules V7.1, and second, I&apos;ll introduce the new project branches
                feature of WebSphere Operational Decision Manager
                V7.5 Decision Center, and show you how this feature drastically simplifies rule project
                maintenance tasks.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/bpmjournal/1112_col_berlandier/1112_berlandier.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/bpmjournal/1112_col_berlandier/1112_berlandier.html?ca=dat-"/> 
<id>tag:developerWorks.dw,14 Dec 2011 05:00:00 +0000</id>
<published>14 Dec 2011 05:00:00 +0000</published>
<updated>14 Dec 2011 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[A solution model for integrating BPM and package solutions]]></title> 
<summary><![CDATA[This article describes a solution model that
            integrates enterprise business process management solutions with existing package solutions and other
            non-package applications, focusing on enabling businesses to realize the
            business agility and flexibility. The proposed solution model comprises an
            externalized BPM layer that can be built
            using key IBM technologies and tools, and that can be integrated with  
            ERP package solutions, such as 
            SAP and Oracle.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/bpmjournal/1112_channa/1112_channa.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/bpmjournal/1112_channa/1112_channa.html?ca=dat-"/> 
<id>tag:developerWorks.dw,14 Dec 2011 05:00:00 +0000</id>
<published>14 Dec 2011 05:00:00 +0000</published>
<updated>14 Dec 2011 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[BPM Voices: What is BPMN 2.0 and why does it matter?]]></title> 
<summary><![CDATA[In this column, Claus Jensen gives a brief overview of BPMN 2.0 and
            explains why IBM&apos;s support for
            this standard in its business process management offerings is an important advantage in 
            developing complex BPM systems.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/bpmjournal/1112_col_jensen/1112_jensen.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/bpmjournal/1112_col_jensen/1112_jensen.html?ca=dat-"/> 
<id>tag:developerWorks.dw,14 Dec 2011 05:00:00 +0000</id>
<published>14 Dec 2011 05:00:00 +0000</published>
<updated>14 Dec 2011 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Modeling your business processes with IBM WebSphere Lombardi
                Edition, Part 3: Advanced modeling]]></title> 
<summary><![CDATA[Part 3 of this series shows you how to
                use the advanced features of WebSphere Lombardi Edition V7.1 to enrich a
                business process in order to meet
                more complex requirements, including nested processes, milestones,
                event mechanisms, exception handling and Lombardi web services exposure.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1112_wang/1112_wang.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1112_wang/1112_wang.html?ca=dat-"/> 
<id>tag:developerWorks.dw,07 Dec 2011 05:00:00 +0000</id>
<published>07 Dec 2011 05:00:00 +0000</published>
<updated>07 Dec 2011 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[The Support Authority: Major new usability features in Fix Central make it easy and more convenient to find
            the fixes you need]]></title> 
<summary><![CDATA[Exciting new changes have been made to IBM&apos;s Electronic Fix Distribution
            system and its public website, Fix Central. In addition to numerous usability
            enhancements based on user feedback, a new feature that grabs the set of
            installed IBM software products on your server and links you to available
            updates is now being piloted.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/techjournal/1112_supauth/1112_supauth.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/techjournal/1112_supauth/1112_supauth.html?ca=dat-"/> 
<id>tag:developerWorks.dw,07 Dec 2011 05:00:00 +0000</id>
<published>07 Dec 2011 05:00:00 +0000</published>
<updated>07 Dec 2011 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Capturing and analyzing interface characteristics, Part 1: Capturing integration complexity for BPM and SOA solutions]]></title> 
<summary><![CDATA[This two-part article describes a well-tested technique for capturing
            the fundamental interface characteristics of integration points with back end
            systems. Integration still accounts for a majority of the design and
            implementation effort of many IT solutions. Poorly understood integration
            requirements represent a significant risk to a project. You will see how
            correct analysis of the integration points improves estimating and technology
            selection, and ultimately enables a more predictable pattern-based approach to
            solution design and implementation. Moreover, these articles will specifically highlight the relevance of this technique to enterprise architecture initiatives, such as service-oriented architecture (SOA) and business process management (BPM).]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/techjournal/1112_clark/1112_clark.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/techjournal/1112_clark/1112_clark.html?ca=dat-"/> 
<id>tag:developerWorks.dw,07 Dec 2011 05:00:00 +0000</id>
<published>07 Dec 2011 05:00:00 +0000</published>
<updated>07 Dec 2011 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Modeling your business processes with IBM WebSphere Lombardi
                Edition, Part 4: Building a human service using Coaches]]></title> 
<summary><![CDATA[In Part 4 of this series, you&apos;ll learn how to use WebSphere Lombardi
            V7.1 Coaches to
            create a human service for gathering order details from a user and displaying an
            order summary to the user, using a sample purchase order process.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1112_wang2/1112_wang2.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1112_wang2/1112_wang2.html?ca=dat-"/> 
<id>tag:developerWorks.dw,07 Dec 2011 05:00:00 +0000</id>
<published>07 Dec 2011 05:00:00 +0000</published>
<updated>07 Dec 2011 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Comment lines: Defeat image sprawl, once and for all]]></title> 
<summary><![CDATA[Virtualization and cloud computing make it very easy to create new
            virtual images, but as image catalogs grow, finding and locating the right
            images gets harder.  New images are created because it is easier to create a
            new image than it is to figure out what existing image might be reusable,
            creating &quot;image sprawl.&quot;  Unless you address how to more effectively build and manage your virtual
            images, you will not realize the full benefits of the cloud.  Two new IBM
            capabilities, the Virtual Image Library and the Image Construction and
            Composition Tool, can help you quickly understand the content of your images
            and build reusable, parameterized images.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/techjournal/1112_col_willenborg/1112_col_willenborg.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/techjournal/1112_col_willenborg/1112_col_willenborg.html?ca=dat-"/> 
<id>tag:developerWorks.dw,07 Dec 2011 05:00:00 +0000</id>
<published>07 Dec 2011 05:00:00 +0000</published>
<updated>07 Dec 2011 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Enabling event flow in BPM solutions and best practices for
                monitor model deployment, Part 1: Configuring and verifying event flow between a clustered Process Server and
            IBM Business Monitor server]]></title> 
<summary><![CDATA[When things don&apos;t work in the implementation of
                    Monitoring solutions for business processes, it&apos;s usually not an issue
                    with the monitor model, but with the underlying infrastructure and its
                    configuration. Therefore, enabling a robust communication of events
                    between your Process Server and the IBM Business Monitor server is critical. This
                    series describes the techniques to configure a
                    smooth event flow between a standalone Monitor server and a clustered
                    Process Server and some best practices for monitor model
                    deployment.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1111_kohli/1111_kohli.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1111_kohli/1111_kohli.html?ca=dat-"/> 
<id>tag:developerWorks.dw,16 Nov 2011 05:00:00 +0000</id>
<published>16 Nov 2011 05:00:00 +0000</published>
<updated>16 Nov 2011 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Operating a WebSphere Process Server environment, Part
                6: Preventing system overload situations]]></title> 
<summary><![CDATA[Part 6 of this multi-part article series describes essential steps and precautions you can 
            take to avoid overload situations in a WebSphere Process Server production environment. 
            It also discusses how to throttle WebSphere Process Server.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1111_breier/1111_breier.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1111_breier/1111_breier.html?ca=dat-"/> 
<id>tag:developerWorks.dw,16 Nov 2011 05:00:00 +0000</id>
<published>16 Nov 2011 05:00:00 +0000</published>
<updated>16 Nov 2011 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Operating a WebSphere Process Server environment, Part
                5: Performance tuning resources for WebSphere Process Server and IBM BPM
        solutions]]></title> 
<summary><![CDATA[Part 5 of this multi-part article series contains useful references on tuning a 
        WebSphere Process Server or IBM BPM solution.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1111_herrmann/1111_herrmann.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1111_herrmann/1111_herrmann.html?ca=dat-"/> 
<id>tag:developerWorks.dw,09 Nov 2011 05:00:00 +0000</id>
<published>09 Nov 2011 05:00:00 +0000</published>
<updated>09 Nov 2011 05:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[IBM BPM V7.5 orchestration scenarios, Part 2: Straight through processing using IBM Integration
            Designer]]></title> 
<summary><![CDATA[Part 2 of this series shows how to create a straight through processing 
            application using a BPEL process in IBM Integration Designer. In a straight through 
            processing scenario, the business process contains no human intervention.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/tutorials/1111_iyengar/index.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/tutorials/1111_iyengar/index.html?ca=dat-"/> 
<id>tag:developerWorks.dw,02 Nov 2011 04:00:00 +0000</id>
<published>02 Nov 2011 04:00:00 +0000</published>
<updated>02 Nov 2011 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Integrate an LDAP user registry into a WebSphere Lombardi Edition business
            process]]></title> 
<summary><![CDATA[In this tutorial, you&apos;ll learn how to integrate the users and
            groups in your LDAP repository into your WebSphere Lombardi Edition
            business processes, including setting up users and groups in LDAP, configuring
            LDAP with Lombardi, and associating LDAP roles with a Lombardi business
            process.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/tutorials/1111_balani/index.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/tutorials/1111_balani/index.html?ca=dat-"/> 
<id>tag:developerWorks.dw,31 Oct 2011 04:00:00 +0000</id>
<published>31 Oct 2011 04:00:00 +0000</published>
<updated>31 Oct 2011 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Using the Undercover Agent with a message event in WebSphere Lombardi Edition V.7.2]]></title> 
<summary><![CDATA[This tutorial demonstrates both the Intermediate and Start Message Events 
            to restart an activity, terminate a process, update a process state, and start 
            a new process application in WebSphere Lombardi Edition. The events are released 
            by the Undercover Agent. You will learn about the Undercover Agent, 
            services, message events, human services, and some basic tasks in Lombardi Edition.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/tutorials/1110_phi2/index.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/tutorials/1110_phi2/index.html?ca=dat-"/> 
<id>tag:developerWorks.dw,26 Oct 2011 04:00:00 +0000</id>
<published>26 Oct 2011 04:00:00 +0000</published>
<updated>26 Oct 2011 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Creating and sending alerts with IBM Business Process Manager V7.5]]></title> 
<summary><![CDATA[This article shows you how to use IBM Business Process Manager
            V7.5.0.1 to develop and send alerts to
            business dashboards using alert handlers (an Service Component
            Architecture (SCA) service handler and a web
            service handler program) and an end-to-end business process workflow
            (a BPEL application) and monitoring (a monitor measures application) sample. In the process, you&apos;ll
            learn about the runtime support and tooling provided by IBM Business Process Manager Advanced
            for developing and monitoring end-to-end business processes using an iterative development process
            that spans the life cycle of typical business process
            management application development.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1111_perepa/1111_perepa.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1111_perepa/1111_perepa.html?ca=dat-"/> 
<id>tag:developerWorks.dw,26 Oct 2011 04:00:00 +0000</id>
<published>26 Oct 2011 04:00:00 +0000</published>
<updated>26 Oct 2011 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Using the SQL integration service with WebSphere Lombardi Edition V7.2 and
            WebSphere Application Server V7]]></title> 
<summary><![CDATA[This tutorial provides steps to help you create a connection with DB2 and
        manipulate the database by using 
        the Java Naming and Directory Interface (JNDI) in WebSphere Application Server and
        using it in WebSphere Lombardi Edition V7.2.
In Lombardi Edition, you learn how to create a human service to support interaction with end users. 
Moreover, you learn how to design data structure to represent business data and to control
the work flow in a business process application.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/tutorials/1110_phi/index.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/tutorials/1110_phi/index.html?ca=dat-"/> 
<id>tag:developerWorks.dw,12 Oct 2011 04:00:00 +0000</id>
<published>12 Oct 2011 04:00:00 +0000</published>
<updated>12 Oct 2011 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Enabling cross-domain access of IBM Business Monitor data by Flash
            applications]]></title> 
<summary><![CDATA[This article shows you how you can overcome security issues involved
            with accessing and displaying IBM Business
            Monitor data using a customized visualization
            application, 
            such as a proprietary Flash-based web application, using Business Monitor REST APIs.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1110_lu/1110_lu.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1110_lu/1110_lu.html?ca=dat-"/> 
<id>tag:developerWorks.dw,04 Oct 2011 04:00:00 +0000</id>
<published>04 Oct 2011 04:00:00 +0000</published>
<updated>04 Oct 2011 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[BPM Voices: The case for a Center of Excellence approach to BPM
            adoption]]></title> 
<summary><![CDATA[So, you&apos;ve purchased a business process management (BPM) product, and
            you&apos;re looking for how best to roll it out and get it adopted across your
            enterprise. What&apos;s the best way to organize? How do you get things started?
            How do you get the best value out of your investment? In this column, I&apos;ll
            present several approaches for BPM adoption and make the case for the
            Center of Excellence model.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/bpmjournal/1109_col_fasbinder/1109_fasbinder.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/bpmjournal/1109_col_fasbinder/1109_fasbinder.html?ca=dat-"/> 
<id>tag:developerWorks.dw,29 Sep 2011 04:00:00 +0000</id>
<published>29 Sep 2011 04:00:00 +0000</published>
<updated>29 Sep 2011 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[BPM Voices: The evolution of business process management]]></title> 
<summary><![CDATA[This article explains the origins and evolution of BPM technology. 
            It explores the differences between BPM and related technologies, core 
            concepts and vocabularies used in the context of BPM technology, various 
            standards around BPM technologies, driven by industry as well as academic 
            initiatives, and current perspectives of BPM technologies. 
.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/bpmjournal/1109_col_perepa/1109_perepa.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/bpmjournal/1109_col_perepa/1109_perepa.html?ca=dat-"/> 
<id>tag:developerWorks.dw,29 Sep 2011 04:00:00 +0000</id>
<published>29 Sep 2011 04:00:00 +0000</published>
<updated>29 Sep 2011 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Invoking a service from a task API event handler in WebSphere Process
            Server V7]]></title> 
<summary><![CDATA[WebSphere Process Server supports different types of human tasks. 
            Each task type has a lifecycle with well-defined states, which emit events  
            to signal the occurrence of such states. This tutorial shows how to create a task 
            API event handler and how to invoke a service from the handler.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/tutorials/1109_nasser2/index.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/tutorials/1109_nasser2/index.html?ca=dat-"/> 
<id>tag:developerWorks.dw,28 Sep 2011 04:00:00 +0000</id>
<published>28 Sep 2011 04:00:00 +0000</published>
<updated>28 Sep 2011 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Solving the conflicting-receive limitation in Business Process
            Choreographer]]></title> 
<summary><![CDATA[This article provides a solution to the conflicting-receive 
            limitation in Business Process Choreographer event handlers.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1109_morreale/1109_morreale.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1109_morreale/1109_morreale.html?ca=dat-"/> 
<id>tag:developerWorks.dw,21 Sep 2011 04:00:00 +0000</id>
<published>21 Sep 2011 04:00:00 +0000</published>
<updated>21 Sep 2011 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Reusing rules within a ruleset to avoid creating
            redundant business rule variations]]></title> 
<summary><![CDATA[IBM WebSphere ILOG JRules is IBM&apos;s Business Rule Management System (BRMS) that enables business users to dynamically control automated business decisions with business rules. One of the advantages of using BRMS is that rulesets can be reused across different client applications – but this article is not about that. Instead, this article focuses on those situations where a naïve practitioner might clone business rules within a ruleset to apply the same business policy to disparate business entities or different contexts. This article presents such a scenario and outlines different techniques for reusing the rules across different contexts, thereby avoiding duplication and improving maintainability and performance.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/techjournal/1109_rao/1109_rao.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/techjournal/1109_rao/1109_rao.html?ca=dat-"/> 
<id>tag:developerWorks.dw,21 Sep 2011 04:00:00 +0000</id>
<published>21 Sep 2011 04:00:00 +0000</published>
<updated>21 Sep 2011 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[IBM BPM V7.5 orchestration scenarios, Part 1: Top-down design using IBM Process Designer
            and IBM Integration Designer]]></title> 
<summary><![CDATA[Learn to create a simple top-down process in IBM Business
          Process Manager Advanced V7.5 by creating a 
            Business Process Model and Notation business process in IBM Process Designer and 
            invoking a BPEL integration service that is created in IBM Integration Designer. 
            This tutorial shows how a BPMN process can easily invoke an SCA service.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/tutorials/1109_iyengar/index.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/tutorials/1109_iyengar/index.html?ca=dat-"/> 
<id>tag:developerWorks.dw,14 Sep 2011 04:00:00 +0000</id>
<published>14 Sep 2011 04:00:00 +0000</published>
<updated>14 Sep 2011 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Configuring WS-Security for JAX-WS web services in WebSphere Process Server
            V7]]></title> 
<summary><![CDATA[Learn how to configure WS-Security for a JAX-WS web service and a JSP client. 
            The tutorial shows how to configure the WebSphere environment so that the JSP client 
            in one WebSphere cell can call the JAX-WS web service in WebSphere Process Server 
            located in a different cell.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/tutorials/1109_nasser/index.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/tutorials/1109_nasser/index.html?ca=dat-"/> 
<id>tag:developerWorks.dw,14 Sep 2011 04:00:00 +0000</id>
<published>14 Sep 2011 04:00:00 +0000</published>
<updated>14 Sep 2011 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Transforming your supply chain with IBM Supply Chain Process
                Modeler, Part 1: Overview]]></title> 
<summary><![CDATA[The IBM Supply Chain Process Modeler (SCPM) is a consulting and decision
            supporting solution that incorporates industry standards, best practices, and
            advanced analytics and optimization technologies in an integrated workbench to
            support the process-centric supply chain transformation. In Part 1 of this
            series, you&apos;ll install SCPM and get an overview of the benefits and features of SCPM using a sample project.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1109_ren/1109_ren.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1109_ren/1109_ren.html?ca=dat-"/> 
<id>tag:developerWorks.dw,07 Sep 2011 04:00:00 +0000</id>
<published>07 Sep 2011 04:00:00 +0000</published>
<updated>07 Sep 2011 04:00:00 +0000</updated>
</entry>



<entry>
<title><![CDATA[Setting up a clustered topology for IBM Business Process Manager V7.5,
            Part 1: A step-by-step guide for BPM Standard]]></title> 
<summary><![CDATA[This article provides steps to set up a typical IBM Business Process
            Manager Standard V7.5 clustered environment. The article 
            focuses on the recommended topology for production deployments – known as the “remote 
            messaging and support” topology.]]></summary> 
<link rel="alternate" type="application/atom+xml"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1109_chilanti/1109_chilanti.html?ca=dat-"/> 
<link rel="self" type="text/html"  hreflang="en" href="http://www.ibm.com/developerworks/websphere/library/techarticles/1109_chilanti/1109_chilanti.html?ca=dat-"/> 
<id>tag:developerWorks.dw,07 Sep 2011 04:00:00 +0000</id>
<published>07 Sep 2011 04:00:00 +0000</published>
<updated>07 Sep 2011 04:00:00 +0000</updated>
</entry>



</feed>

