<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
   <title>Oracle Fusion Middleware for PeopleSoft</title>
   <link rel="alternate" type="text/html" href="http://blogs.oracle.com/FMW4PeopleSoft/" />
   <link rel="self" type="application/atom+xml" href="http://blogs.oracle.com/FMW4PeopleSoft/xml/rss.xml" />
   <id>tag:blogs.oracle.com,2009:/FMW4PeopleSoft//198</id>
   <updated>2009-10-21T17:04:16Z</updated>
   
   <generator uri="http://www.sixapart.com/movabletype/">Movable Type Enterprise 4.23-en</generator>


<entry>
   <title>Model and Automate Oracle Applications Processes using Oracle BPEL and BPA</title>
   <link rel="alternate" type="text/html" href="http://blogs.oracle.com/FMW4PeopleSoft/2009/10/model_and_automate_oracle_appl.html" />
   <id>tag:blogs.oracle.com,2009:/FMW4PeopleSoft//198.15131</id>
   
   <published>2009-10-21T20:06:52Z</published>
   <updated>2009-10-21T17:04:16Z</updated>
   
   <summary>We are seeing rapid growth in the adoption of concepts like Business Process Management (BPM), Service Oriented Architecture (SOA) and Web 2.0 by many IT departments to reduce complexity and to evolve to the next generation of IT capabilities and...</summary>
   <author>
      <name>srikant.subramaniam</name>
      
   </author>
   
   
   <content type="html" xml:lang="en" xml:base="http://blogs.oracle.com/FMW4PeopleSoft/">
      <![CDATA[<p>We are seeing rapid growth in the adoption of concepts like Business Process Management (BPM), Service Oriented Architecture (SOA) and Web 2.0 by many IT departments to reduce complexity and to evolve to the next generation of IT capabilities and services. </p>

<p>Hence, in this customer (NetApp) case study <a href="http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/pdf/s309977.pdf">presentation</a>, we address:</p>
<ul>
<li>How users of Oracle applications (such as PeopleSoft) can further improve agility, business value delivered by IT and reduce total cost of ownership.</li>
<li>How to optimize and extend the self-service capabilities of PeopleSoft HR module, using a SOA composite application. We present an actual customer implementation for an end-to-end solution and highlight key considerations for human workflow design.</li>
<li>How to bridge the gap between business and the IT users: business analysts are unable to understand the implementation life cycle and IT developers make inaccurate interpretations of the process models. Oracle BPM bridges this gap by enabling the creation of standards based processes and providing a tight integration with Oracle BPEL PM and JDeveloper, via the shared business process repository.</li>
</ul>]]>
      
   </content>
</entry>

<entry>
   <title>Create a rich UI for PeopleSoft HCM using Oracle ADF 11g</title>
   <link rel="alternate" type="text/html" href="http://blogs.oracle.com/FMW4PeopleSoft/2009/10/create_a_rich_ui_for_peoplesof.html" />
   <id>tag:blogs.oracle.com,2009:/FMW4PeopleSoft//198.15126</id>
   
   <published>2009-10-20T19:56:09Z</published>
   <updated>2009-10-20T20:13:45Z</updated>
   
   <summary>The Web Service Data Control (WSDC) in ADF 11g provides an easy and convenient interface to incorporate web services in an ADF application. The data control abstracts the implementation of a business service (such as a web service) thus providing...</summary>
   <author>
      <name>srikant.subramaniam</name>
      
   </author>
   
   
   <content type="html" xml:lang="en" xml:base="http://blogs.oracle.com/FMW4PeopleSoft/">
      <![CDATA[<p>The Web Service Data Control (WSDC) in ADF 11g provides an easy and convenient interface to incorporate web services in an ADF application. The data control abstracts the implementation of a business service (such as a web service) thus providing a consistent mechanism for the ADF pages to access the data.</p>

<p>This <a href="http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/pdf/oow2009-adf-psft.pdf">tutorial </a>shows how to develop an ADF 11g based UI for PeopleSoft HCM using WSDC. The ADF client invokes PeopleSoft CI using the appropriate web service and displays the resulting output records in a JSP page.</p>

<p>The supporting file (RefreshCondition.txt) used to specify the iterator properties (on page 26 of the the tutorial) is located <a href="http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/files/refreshcondition.txt">here.</a></p>]]>
      
   </content>
</entry>

<entry>
   <title>Integrate Oracle Business Rules with PeopleSoft HCM/SOA Suite 11g</title>
   <link rel="alternate" type="text/html" href="http://blogs.oracle.com/FMW4PeopleSoft/2009/10/integrate_oracle_business_rule.html" />
   <id>tag:blogs.oracle.com,2009:/FMW4PeopleSoft//198.15111</id>
   
   <published>2009-10-19T22:54:53Z</published>
   <updated>2009-10-20T00:35:27Z</updated>
   
   <summary>Oracle Business Rules (OBR) is a component of both SOA Suite and BPM Suite and offers seamless integration with BPEL processes in SOA applications via rules and decision tables. This integration is achieved via the use of JDeveloper as the...</summary>
   <author>
      <name>srikant.subramaniam</name>
      
   </author>
   
   
   <content type="html" xml:lang="en" xml:base="http://blogs.oracle.com/FMW4PeopleSoft/">
      <![CDATA[<p>Oracle Business Rules (OBR) is a component of both SOA Suite and BPM Suite and offers seamless integration with BPEL processes in SOA applications via rules and decision tables. This integration is achieved via the use of JDeveloper as the single tool for modeling business terms, rules and processes.</p>

<p>A business rule has an IF part and a THEN part. The IF part tests one or more business terms. If the tests pass, one or more actions are performed in the THEN part, such as adding or changing business terms, setting an appropriate flag etc. For example, suppose a rule states <em>enable security check only for employees who are resident in the USA.</em></p>

<p>Using OBR Designer, you can model this rule as shown:</p>

<blockquote><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="rules.gif" src="http://blogs.oracle.com/FMW4PeopleSoft/2009/10/19/rules.gif" width="557" height="331" class="mt-image-none" style="" /></span></blockquote>

<p>In this <a href="http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/pdf/oow2009-bpel-psft.pdf">tutorial</a>, we show how to integrate OBR into a PeopleSoft SOA application that retrieves employee information via a PeopleSoft CI lookup. The employee's country of residence is then extracted from the output and a business rule is invoked to set the SecurityCheck flag if required.</p>

<p>The supporting files needed to run the tutorial are <a href="http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/files/fmw4apps.zip">here</a>. The tutorial assumes these files will be extracted to c:\FMW4Apps\LabFiles\PeopleSoft.</p>]]>
      
   </content>
</entry>

<entry>
   <title>Oracle Open World 2009: Hands-on Labs</title>
   <link rel="alternate" type="text/html" href="http://blogs.oracle.com/FMW4PeopleSoft/2009/10/oracle_open_world_2009_hands-o.html" />
   <id>tag:blogs.oracle.com,2009:/FMW4PeopleSoft//198.14848</id>
   
   <published>2009-10-09T00:29:27Z</published>
   <updated>2009-10-09T00:48:17Z</updated>
   
   <summary>Oracle Fusion Middleware enables you to build services that enable interactive dashboards, collaboration, data transformation, and integration with applications. In the Oracle Fusion Middleware for Applications hands-on labs, experience firsthand how you can build new services and integrate with applications...</summary>
   <author>
      <name>srikant.subramaniam</name>
      
   </author>
   
   
   <content type="html" xml:lang="en" xml:base="http://blogs.oracle.com/FMW4PeopleSoft/">
      <![CDATA[<p>Oracle Fusion Middleware enables you to build services that enable interactive dashboards, collaboration, data transformation, and integration with applications. In the Oracle Fusion Middleware for Applications <a href="http://www.oracle.com/ocom/groups/public/@ocompublic/documents/webcontent/034652.pdf">hands-on labs</a>, experience firsthand how you can build new services and integrate with applications such as Oracle E-Business Suite, PeopleSoft and Siebel applications using Oracle SOA Suite, Oracle WebCenter, Oracle Application Development Framework and Oracle Application Integration Architecture.</p>]]>
      
   </content>
</entry>

<entry>
   <title>Service-enable PeopleSoft HCM with Oracle SOA Suite 11gR1</title>
   <link rel="alternate" type="text/html" href="http://blogs.oracle.com/FMW4PeopleSoft/2009/07/serviceenable_peoplesoft_hcm_w.html" />
   <id>tag:blogs.oracle.com,2009:/FMW4PeopleSoft//198.13350</id>
   
   <published>2009-07-17T00:45:37Z</published>
   <updated>2009-07-21T17:20:18Z</updated>
   
   <summary>In this tutorial, we show how to implement native web services integration to PeopleSoft HCM from Oracle SOA Suite 11gR1. There are several new features in Fusion Middleware 11g that enable the creation of Service Oriented Architectures with PeopleSoft applications...</summary>
   <author>
      <name>srikant.subramaniam</name>
      
   </author>
   
      <category term="General" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://blogs.oracle.com/FMW4PeopleSoft/">
      <![CDATA[<p>In <a href="http://download.oracle.com/otndocs/technology/tech/fmw4apps/peoplesoft/pdf/bpel11g-psft.pdf">this</a> tutorial, we show how to implement native web services integration to PeopleSoft HCM from Oracle SOA Suite 11gR1.</p>

<p>There are several new features in <a href="http://oracle.com/fusionmiddleware11g">Fusion Middleware 11g</a> that enable the creation of Service Oriented Architectures with PeopleSoft applications and to develop business processes and composite applications using the relevant Fusion Middleware technology.</p>

<p>New features include:</p>
<ul>
	<li>Simplified development experience via support for Service Component Architecture and the SOA Composite Editor (JDeveloper)</li>
	<li>Enhanced human workflow offers new JSF based  rich client framework, ADF task flow forms and integration with Microsoft Office</li>
	<li>WebCenter Spaces to facilitate efficient interaction and collaboration among project teams</li>
	<li>Unified management and monitoring capability, including end-to-end instance tracking across all service engines</li>
	<li>Automated upgrade path from 10g</li>
	<li>Robust performance and scalability via the underlying WebLogic Application Server infrastructure</li>
</ul>

<p>While a detailed discussion (or the list) of the new features is outside the scope of this discussion, this <a href="http://www.oracle.com/products/middleware/docs/microsite09-flashmedia-pdfs/new-in-soa-suite-11g-whitepaper.pdf">whitepaper</a> talks about "What's new in Oracle SOA Suite 11g".</p>]]>
      <![CDATA[<p><strong>Tutorial overview</strong></p>

<p>Native web services integration to PeopleSoft HCM from Oracle BPEL Process Manager is achieved using the PeopleSoft Component Interface (CI) mechanism. We show how BPEL makes a service call out to a PeopleSoft web service to retrieve the relevant employee data. The resulting data is then transformed to output only the fields of interest.</p>

<p><strong>Software Used</strong></p>
<ul>
	<li>PeopleSoft HCM 9.0 with PeopleTools 8.48</li>
	<li>Oracle SOA Suite version 11gR1 (available for download from <a href="http://www.oracle.com/technology/software/index.html">OTN</a>)</li>
	<li>Oracle JDeveloper version 11gR1 (available for download from <a href="http://www.oracle.com/technology/software/index.html">OTN</a>)</li>
</ul>

<p><strong>Implementation</strong></p>

<p>The main process steps are:</p>
<ol>
	<li>Generate the WSDL from the CI for the PeopleSoft HR component (PERSONAL_DATA)*</li>
	<li>Create a synchronous BPEL process to consume this WSDL.</li>
	<li>Transform the resulting output from the PeopleSoft CI Get() operation into the desired format.</li>
</ol>
<span style="text-decoration: underline;">Note:</span>
<ol>
	<li>We assume step #1 has already been executed. Details on exposing a web service and generating the corresponding WSDL are available <a href="http://www.oracle.com/technology/obe/fusion_middleware/fusion/soa/BPEL_PS848/OBE_PSFT_BPEL_848.htm">here</a>.</li>
	<li>The schema and the XSL file that were used in steps #2 and #3 are available <a href="http://download.oracle.com/otndocs/technology/tech/fmw4apps/peoplesoft/files/GET_EMPLOYEE_INFORMATION.xsd">here</a> and <a href="http://download.oracle.com/otndocs/technology/tech/fmw4apps/peoplesoft/files/TransformOutput.xsl">here.</a></li>
</ol>]]>
   </content>
</entry>

<entry>
   <title>Collaborate 09: Free Hands-on Labs (AIA, SOA, IdM, BPA, BI Apps) for Oracle Applications</title>
   <link rel="alternate" type="text/html" href="http://blogs.oracle.com/FMW4PeopleSoft/2009/04/collaborate_09_free_handson_la.html" />
   <id>tag:blogs.oracle.com,2009:/FMW4PeopleSoft//198.11426</id>
   
   <published>2009-04-09T07:48:51Z</published>
   <updated>2009-04-09T07:50:01Z</updated>
   
   <summary>Are you interested in Oracle’s Middleware, AIA or BI Apps offerings together with Oracle Applications (E-Business Suite, JD Edwards, PeopleSoft, Siebel)? Join us for one of our FREE Hands-on Workshops at Collaborate 09, to learn how you can leverage Oracle...</summary>
   <author>
      <name>juliana.button</name>
      
   </author>
   
   
   <content type="html" xml:lang="en" xml:base="http://blogs.oracle.com/FMW4PeopleSoft/">
      <![CDATA[<p>Are you interested in Oracle’s Middleware, AIA or BI Apps offerings together with Oracle Applications (E-Business Suite, JD Edwards, PeopleSoft, Siebel)? Join us for one of our FREE Hands-on Workshops at Collaborate 09, to learn how you can leverage Oracle Fusion Middleware, AIA and BI Apps in your existing Oracle Applications environments today. We have 8 different hands-on labs, led by Oracle Experts, including:</p>

<p>- Service-enable Oracle E-Business Suite with Oracle SOA Suite BPEL Process Manager<br />
- Service-enable PeopleSoft with Oracle SOA Suite BPEL Process Manager<br />
- Service-enable JD Edwards EnterpriseOne with Oracle SOA Suite BPEL Process Manager<br />
- Service-enable Siebel CRM with Oracle SOA Suite BPEL Process Manager<br />
- AIA: Best Practices Integration to Oracle Applications using AIA Foundation Pack<br />
- BPA: Model and Automate Oracle Applications' Processes using BPA Suite<br />
- BI Apps: Dashboard and Reports using Oracle Business Intelligence Applications for E-Business Suite<br />
- IdM: Automate, Secure, and Audit Your E-Business Suite and PeopleSoft Applications with Oracle Identity Management</p>

<p>The hands-on labs are offered Monday, Tuesday and Wednesday (9 total sessions), and are open to all registered Collaborate attendees but require additional reservations <a href="http://www.oracle.com/webapps/dialogue/dlgpage.jsp?p_ext=Y&p_dlg_id=4136274&src=2931347&Act=69">here</a>.<br />
<a href="http://www.oracle.com/webapps/dialogue/dlgpage.jsp?p_ext=Y&p_dlg_id=4136274&src=2931347&Act=69">http://www.oracle.com/webapps/dialogue/dlgpage.jsp?p_ext=Y&p_dlg_id=4136274&src=2931347&Act=69</a></p>

<p>Come along, and you will also have a chance to win an iPod Shuffle at each Workshop.</p>]]>
      
   </content>
</entry>

<entry>
   <title><![CDATA[Live Webcast:  18-March &quot;Identity Management for Oracle Applications&quot;]]></title>
   <link rel="alternate" type="text/html" href="http://blogs.oracle.com/FMW4PeopleSoft/2009/03/live_webcast_18march_identity.html" />
   <id>tag:blogs.oracle.com,2009:/FMW4PeopleSoft//198.10841</id>
   
   <published>2009-03-17T05:13:01Z</published>
   <updated>2009-03-17T05:14:35Z</updated>
   
   <summary>Please join us for a live Webcast on Wednesday, March 18th 2009 @ 9AM PDT, &quot;Identity Management for Oracle Applications&quot;. In this Webcast, we will show you how you can leverage your existing enterprise applications, with specific focus on PeopleSoft...</summary>
   <author>
      <name>juliana.button</name>
      
   </author>
   
   
   <content type="html" xml:lang="en" xml:base="http://blogs.oracle.com/FMW4PeopleSoft/">
      <![CDATA[<p>Please join us for a live Webcast on Wednesday, March 18th 2009 @ 9AM PDT, "Identity Management for Oracle Applications". In this Webcast, we will show you how you can leverage your existing enterprise applications, with specific focus on PeopleSoft and Oracle E-Business Suite, to improve service levels, reduce the cost and complexity of compliance, and accelerate your business, using Oracle Identity Management.</p>

<p>Leverage - Your existing PeopleSoft investments to streamline security-related activities across your enterprise.<br />
Extend - PeopleSoft capabilities to drive enterprise-wide user on-boarding, transfers and off-boarding from HR and Single-Sign On.<br />
Automate - Costly and time-consuming User Management, Password Management and Access Review processes.<br />
Protect - PeopleSoft "To The /Core" with Separation of Duties enforcement, strong access controls, and auditable request workflows.</p>

<p>See the <a href=" http://www.oracle.com/technology/tech/fmw4apps/ebs/webcasts/ebs-psft-idm-mar2009.html">invite </a>for all the details.</p>

<p>Also, just a reminder to make use of the <a href="http://www.oracle.com/technology/tech/fmw4apps/peoplesoft">Oracle Fusion Middleware Best Practice Center for PeopleSoft</a>. The Best Practice Center provides technical, hands-on content geared to PeopleSoft Developers and Technologists to show you how to start creating SOA with your PeopleSoft applications today. (This Center is on the Oracle OTN website, and no additional registration is required).<br />
</p>]]>
      
   </content>
</entry>

<entry>
   <title>Integrating PeopleSoft HCM with BPA Suite and SOA Suite</title>
   <link rel="alternate" type="text/html" href="http://blogs.oracle.com/FMW4PeopleSoft/2009/02/integrating_peoplesoft_hcm_wit.html" />
   <id>tag:blogs.oracle.com,2009:/FMW4PeopleSoft//198.9992</id>
   
   <published>2009-02-17T22:14:52Z</published>
   <updated>2009-03-25T01:13:39Z</updated>
   
   <summary>We illustrate the progression of a business process from the initial modeling to the eventual creation of the executable software using Oracle BPA Suite, Oracle SOA Suite and PeopleSoft HCM. Oracle BPA Suite provides a standards based approach for the...</summary>
   <author>
      <name>srikant.subramaniam</name>
      
   </author>
   
      <category term="General" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://blogs.oracle.com/FMW4PeopleSoft/">
      <![CDATA[<p>We illustrate the progression of a business process from the initial modeling to the eventual creation of the executable software using Oracle BPA Suite, Oracle SOA Suite and PeopleSoft HCM.</p>

<p>Oracle BPA Suite provides a standards based approach for the modeling, analysis and simulation of business processes. Sharing these process models with the development team is as easy as clicking a button that reads “Share Blueprint with IT” which then exports the process metadata to the Oracle SOA Suite (Oracle BPEL PM, Oracle JDeveloper). The development team integrates the resulting BPEL model with the backend PeopleSoft HCM to create the executable software.</p>]]>
      <![CDATA[<p>The tutorials will showcase these capabilities:</p>
<ul>
	<li>Modeling a business process and exporting it to the development environment.</li>
	<li>Round trip integration between the modeling and the development environments.</li>
	<li>Creation of executable software and integration with the backend application.</li>
</ul>

<p><strong>Use Case</strong></p>

<p>Consider a benefits enrollment process where an employee has a qualifying event (the birth of a child, for instance) and now needs to enroll this new born child for health benefits and also make changes to the employee's payroll withholding to account for the new dependent.</p>

<p><em>While a typical benefits enrollment is often more complex than the above description, this tutorial focuses on a simplified scenario to illustrate the principal concepts and for ease of implementation and demonstration.</em></p>

<p>The process model is setup to accept all the relevant information <em>(Employee ID, payroll withholding information, dependent's name, birth date, etc) </em> upfront. The appropriate business processes <em>(Insert Dependents, Insert W4) </em> are subsequently invoked using this input data.</p>

<p><strong>Implementation</strong></p>

<p>The figure below summarizes the interaction between the business analyst and the process developer. The business repository contains the shared metadata and helps to keep the modeling and the development environments in sync.</p>

<p><img alt="overview.JPG" src="http://blogs.oracle.com/FMW4PeopleSoft/overview.JPG" width="559" height="290" /></p>

<p>There are three distinct phases in the implementation process (click on the links below for detailed instructions):</p>
<ul>
	<li><a href="http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/obe/bpa.pdf">Step 1</a>: Create the business process model using Oracle BPA Suite and generate the metadata (referred to as the process blueprint).</li>
	<li><a href="http://download-llnw.oracle.com/otndocs/technology/tech/fmw4apps/peoplesoft/pdf/bpa-bpel-rt.pdf">Step 2</a>: Use Oracle JDeveloper to generate the BPEL model from the previously created process blueprint; round trip integration between the modeling (Oracle BPA Suite) and the development (Oracle JDeveloper) environments.</li>
	<li><a href="http://download-llnw.oracle.com/otndocs/technology/tech/fmw4apps/peoplesoft/pdf/bpel-psft.pdf">Step 3</a>: Using Oracle JDeveloper, the BPEL partner links created in Step 2 are modified to invoke the corresponding PeopleSoft CI service and the appropriate BPEL artifacts are added to create the executable software. 
The BPEL project file that was used is available <a href="http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/obe/bpel-project-files.zip">here</a>.

<p>Additional information on generating a web service from the PeopleSoft CI is available at the PeopleSoft <a href="http://www.oracle.com/technology/obe/fusion_middleware/fusion/soa/BPEL_PS848/OBE_PSFT_BPEL_848.htm">Best Practice Center</a>.</li><br />
</ul></p>]]>
   </content>
</entry>

<entry>
   <title>Missed OpenWorld?  Check out the Presentations ...</title>
   <link rel="alternate" type="text/html" href="http://blogs.oracle.com/FMW4PeopleSoft/2008/10/missed_openworld_check_out_the.html" />
   <id>tag:blogs.oracle.com,2008:/FMW4PeopleSoft//198.8267</id>
   
   <published>2008-10-23T06:57:32Z</published>
   <updated>2008-10-23T07:08:01Z</updated>
   
   <summary>For those of you that couldn&apos;t make it to OpenWorld we have published some of the papers most relevant to using Oracle Fusion Middleware with PeopleSoft: S298507: Electronic Invoice Processing with PeopleSoft Financials, Imaging and Workflow S299076: PeopleTools Security S299097:...</summary>
   <author>
      <name>juliana.button</name>
      
   </author>
   
      <category term="General" scheme="http://www.sixapart.com/ns/types#category" />
   
   <category term="aia" label="aia" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="bpel" label="bpel" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="ecm" label="ecm" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="imaging" label="imaging" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="peoplesoft" label="peoplesoft" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="soa" label="soa" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://blogs.oracle.com/FMW4PeopleSoft/">
      <![CDATA[<p>For those of you that couldn't make it to OpenWorld we have published some of the papers most relevant to using Oracle Fusion Middleware with PeopleSoft:</p>

<p><a href="http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/pdf/s298507.pdf">S298507</a>: Electronic Invoice Processing with PeopleSoft Financials, Imaging and Workflow</p>

<p><a href=" http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/pdf/s299076.pdf">S299076</a>: PeopleTools Security</p>

<p><a href="http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/pdf/s299097.pdf">S299097</a>:  Using Oracle SOA Suite and BPEL to Integrate and Extend PeopleSoft Financials</p>

<p><a href=" http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/pdf/s299249.pdf">S299249</a>: PeopleSoft with ECM - An Integrated Solution for Higher Ed</p>

<p><a href=" http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/pdf/s299693.pdf">S299693</a>: Oracle AIA for PeopleSoft</p>

<p>We hope you find these useful.<br />
</p>]]>
      
   </content>
</entry>

<entry>
   <title>Webcast Replay Available</title>
   <link rel="alternate" type="text/html" href="http://blogs.oracle.com/FMW4PeopleSoft/2008/10/webcast_replay_available.html" />
   <id>tag:blogs.oracle.com,2008:/FMW4PeopleSoft//198.8168</id>
   
   <published>2008-10-16T01:36:35Z</published>
   <updated>2008-10-16T01:41:51Z</updated>
   
   <summary>For those of you that couldn&apos;t join us this week for the Webcast &quot;Consuming PeopleSoft Pages using WSRP in WebCenter&quot;, the replay is now available on the Oracle Fusion Middleware Best Practice Center for PeopleSoft. You can access the slides...</summary>
   <author>
      <name>juliana.button</name>
      
   </author>
   
      <category term="General" scheme="http://www.sixapart.com/ns/types#category" />
   
   <category term="peoplesoft" label="PeopleSoft" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="webcenter" label="WebCenter" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="webcast" label="Webcast" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://blogs.oracle.com/FMW4PeopleSoft/">
      <![CDATA[<p>For those of you that couldn't join us this week for the Webcast "Consuming PeopleSoft Pages using WSRP in WebCenter", the replay is now available on the <a href="http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/index.html">Oracle Fusion Middleware Best Practice Center for PeopleSoft</a>.</p>

<p>You can access the slides and replays from <a href="http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/webcasts.html">here</a>.  The Conference Key is "Oracle".</p>]]>
      
   </content>
</entry>

<entry>
   <title>Integrating PeopleSoft Integration Broker and Oracle Service Bus</title>
   <link rel="alternate" type="text/html" href="http://blogs.oracle.com/FMW4PeopleSoft/2008/10/integrating_peoplesoft_integra.html" />
   <id>tag:blogs.oracle.com,2008:/FMW4PeopleSoft//198.8004</id>
   
   <published>2008-10-09T18:00:25Z</published>
   <updated>2009-02-04T18:06:08Z</updated>
   
   <summary>The recent BEA acquisition augments Oracle SOA Suite with BEA&apos;s AquaLogic Service Bus (henceforth referred to as the Oracle Service Bus). OSB offers a lightweight Enterprise Service Bus to connect, mediate and manage interactions between heterogeneous services and legacy applications....</summary>
   <author>
      <name>srikant.subramaniam</name>
      
   </author>
   
   
   <content type="html" xml:lang="en" xml:base="http://blogs.oracle.com/FMW4PeopleSoft/">
      <![CDATA[<p>The recent BEA acquisition augments Oracle SOA Suite with BEA's AquaLogic Service Bus (henceforth referred to as the Oracle Service Bus). OSB offers a lightweight Enterprise Service Bus to connect, mediate and manage interactions between heterogeneous services and legacy applications. The go-forward <a href="http://www.oracle.com/wocportal/page/wocprod/ver-4/ocom/technology/products/integration/service-bus/docs/Oracle-Service-Bus-SOD.pdf">strategy</a> is to offer a unified service bus architecture that combines the respective strengths of the (existing) Oracle Enterprise Service Bus and the (newer) OSB, in addition to providing an automated upgrade path for existing customers.</p>

<p>This<a href="http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/pdf/obe-psft-osb.pdf"> tutorial</a> demonstrates some of the core ESB features.</p>]]>
      <![CDATA[<p><b>Tutorial overview</b></p>
<p>The core OSB features showcased are:</p>
<ul>
<li>Connectivity, via the ability to access and integrate applications using a standards based approach (SOAP).</li>
<li>Messaging and Routing: Once connectivity is established, incoming data and messages are routed to their appropriate destination. Routing decisions are usually based on headers, content or other external rules.</li>
<li>Transformation: As data flows between services, it needs to be transformed to match the format that target services expect to receive.</li>
</ul>

<p>We show how an outbound SOAP message generated by PeopleSoft Integration Broker can be consumed by the Oracle Service Bus. OSB then transforms the message using XQuery and routes it to the appropriate business service, using content based routing (CBR). This is a typical business scenario -- where events are generated in a PeopleSoft module and then published to various external applications.</p>
<p><b>Use case</b></p>
<p>PeopleSoft CRM generates a single purchase order containing multiple line items, and no single vendor is capable of supplying all the line items. As a result, the purchase order needs to be split (transformed) into several individual orders containing the respective line items.
The individual purchase orders will also need to conform to the schema of the respective vendor business services before they can be routed onwards. The tutorial defines two business services: "Vendor A" to supply product IDs 0-10100 and "Vendor B" for the remaining products.</p>

<p>The individual purchase orders contain the following fields:</p>
<ul>
<li>Order number</li>
<li>Product ID</li>
<li>Quantity</li>
<li>Total price</li>
</ul>
<p>Purchase orders for Vendor B contain an additional field:</p>
<ul>
<li>Business unit</li>
</ul>

<p><b>Implementation details</b></p>
<p>The main steps in the process are:</p>
<ol>
<li>Configure PeopleSoft CRM to publish an outbound event message via the Integration Broker.</li>
<li>Implement CBR (in the Oracle Service Bus) and define the relevant business services (Vendor A and Vendor B). This tutorial uses a file system to represent the different vendors.</li>
<li>Route the incoming messages using CBR to the appropriate business service, while ensuring that the payload conforms to the expected format (i.e: invoke the appropriate transformation logic)<br>
</li>
</ol>
<p>Upon successful execution, the incoming purchase order from PeopleSoft CRM is transformed and routed to the two business services.</p>]]>
   </content>
</entry>

<entry>
   <title><![CDATA[Live Webcast: 14-October &quot;Consuming PeopleSoft Pages using WSRP in WebCenter&quot;]]></title>
   <link rel="alternate" type="text/html" href="http://blogs.oracle.com/FMW4PeopleSoft/2008/09/live_webcast_14october_consumi.html" />
   <id>tag:blogs.oracle.com,2008:/FMW4PeopleSoft//198.7892</id>
   
   <published>2008-10-01T06:47:01Z</published>
   <updated>2008-10-01T06:52:16Z</updated>
   
   <summary>We hope everyone survived OpenWorld last week. It was great to meet many of you at the Hands-on Labs, which ended up being completely full. In the next week or so, we will be posting the presentations from some of...</summary>
   <author>
      <name>juliana.button</name>
      
   </author>
   
   
   <content type="html" xml:lang="en" xml:base="http://blogs.oracle.com/FMW4PeopleSoft/">
      <![CDATA[<p>We hope everyone survived OpenWorld last week.  It was great to meet many of you at the Hands-on Labs, which ended up being completely full.  In the next week or so, we will be posting the presentations from some of the OpenWorld sessions on the Best Practice site.</p>

<p>As a follow-up to OpenWorld, for those of you that could not attend, we are hosting a live Webcast on: <br> <strong><br />
Tuesday, 14-October 9AM PDT "Consuming PeopleSoft Pages using WSRP in WebCenter".</strong></p>

<p>See the <a href="http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/webcasts/psft-oct2008.html">invite</a> for all the details.</p>

<p>We hope you can join us.</p>]]>
      
   </content>
</entry>

<entry>
   <title>OpenWorld:  Oracle Fusion Middleware and PeopleSoft Sessions </title>
   <link rel="alternate" type="text/html" href="http://blogs.oracle.com/FMW4PeopleSoft/2008/09/openworld_oracle_fusion_middle_1.html" />
   <id>tag:blogs.oracle.com,2008:/FMW4PeopleSoft//198.7137</id>
   
   <published>2008-09-22T16:21:12Z</published>
   <updated>2008-09-22T16:39:19Z</updated>
   
   <summary>As we are all running around for OpenWorld this week, just wanted to take the opportunity to share with you some of the highlights to book into your OpenWorld schedule from a Fusion Middleware/Peoplesoft perspective. Hands-On Labs The following sessions...</summary>
   <author>
      <name>juliana.button</name>
      
   </author>
   
      <category term="General" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://blogs.oracle.com/FMW4PeopleSoft/">
      <![CDATA[<p>As we are all running around for OpenWorld this  week, just wanted to take the opportunity to share with you some of the highlights to book into your OpenWorld schedule from a Fusion Middleware/Peoplesoft perspective.<br />
<strong><u>Hands-On Labs</u></strong><br />
The following sessions give you an opportunity to get some hands-on experience with Peoplesoft and Oracle Fusion Middleware. These sessions were a hit at the OAUG Collaborate conference earlier this year, in Denver<br />
<strong>Hands-on Lab: Service-Enable Peoplesoft with Oracle SOA Suite BPEL Process Manager</strong><br />
·	Session S299796: Monday, Sept 22: 1:00 PM to 2:00 PM<br />
·	Location: Marriott Golden Gate A3<br />
<strong><u>Sessions</u></strong><br />
<strong>Session: Building a Web 2.0 PeopleSoft Portal </strong><br />
·	Session S300269: Mon, Sept 22: 1:00 PM – 2:00 PM<br />
·	Location: Moscone West Rm 3009<br />
<strong>Session: PeopleSoft with Enterprise Content Management: An Integrated Solution for Higher Education</strong><br />
·	Session S299249: Mon, Sept 22: 2:30 PM – 3:30 PM<br />
·	Location: Marriott Salon 10/11<br />
<strong>Session:  Oracle Business Intelligence for PeopleSoft </strong><br />
·	Session S299553: Mon, Sept 22: 2:30 PM – 3:30 PM<br />
·	Location: Moscone West Room 2022<br />
<strong>Session:  PeopleSoft Customers Achieving Business Value with Oracle Fusion Middleware Today</strong> <br />
·	Session S298889: Mon, Sept 22: 4:00 PM – 5:00 PM<br />
·	Location: Moscone South Room 200<strong><br />
Session:  Oracle Application Integration Architecture for the PeopleSoft Product Line</strong><br />
·	Session S299693: Wed, Sept 24: 5:00 PM – 6:00 PM<br />
·	Location: Moscone West 3008<br />
<strong>Session:  Using Oracle SOA Suite and Oracle BPEL Process Manager to Integrate and Extend PeopleSoft Applications</strong><br />
·	Session S299097: Thursday, Sept 25: 9:00 AM – 10:00 AM<br />
·	Location: Marriott Salon 08<strong><br />
Session:  Managing the User Identity Lifecycle in a PeopleSoft Environment</strong><br />
·	Session S299076: Thursday, Sept 25: 9:00 AM – 10:00 AM<br />
·	Location: Moscone West Rm 3003<strong><br />
Session:  Accelerating PeopleSoft Enterprise Applications with Capture, Imaging and Workflow</strong><br />
·	Session S298507 Thursday, Sept 25: 10:30 AM – 11:30 AM<br />
·	Location: Marriot Nob Hill CD<br />
<strong>Session:  Accelerating PeopleSoft Enterprise Applications with Capture, Imaging and Workflow</strong><br />
·	Session S298507 Thursday, Sept 25: 10:30 AM – 11:30 AM<br />
·	Location: Marriot Nob Hill CD<br />
<strong>Session:  PeopleSoft PeopleTools Enterprise for Seamless Integration with Oracle SOA Suite and BPEL Process Manager</strong><br />
·	Session S300627 Thursday, Sept 25: 10:30 AM – 11:30 AM<br />
·	Location: Marriott Golden Gate 2<strong><br />
Session:  Business Intelligence In a PeopleSoft World</strong><br />
·	Session S299139 Thursday, Sept 25: 12:00 PM – 1:00 PM<br />
·	Location: Moscone West Room 3016</p>

<p>We look forward to meeting you in person at one of the sessions, or stop by the Fusion Middleware for Oracle Applications Demo Pod in the Exhibition Hall.<br />
</p>]]>
      
   </content>
</entry>

<entry>
   <title>Welcome to Oracle Fusion Middleware for PeopleSoft Blog</title>
   <link rel="alternate" type="text/html" href="http://blogs.oracle.com/FMW4PeopleSoft/2008/09/welcome_to_oracle_fusion_middl.html" />
   <id>tag:blogs.oracle.com,2008:/FMW4PeopleSoft//198.6182</id>
   
   <published>2008-09-04T18:59:15Z</published>
   <updated>2008-09-22T16:39:19Z</updated>
   
   <summary>Welcome! In this blog we will bring together experts from both PeopleSoft and Fusion Middleware to help you understand how to enhance and extend PeopleSoft applications using Fusion Middleware today. Togethor with the Fusion Middleware Best Practice Center for Peoplesoft...</summary>
   <author>
      <name>nishit.rao</name>
      
   </author>
   
      <category term="General" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://blogs.oracle.com/FMW4PeopleSoft/">
      <![CDATA[<p>Welcome! In this blog we will bring together experts from both PeopleSoft and Fusion Middleware to help you understand how to enhance and extend PeopleSoft applications using Fusion Middleware today. Togethor with the <a href="http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/index.html">Fusion Middleware Best Practice Center for Peoplesoft</a> this blog will help you to service-enable PeopleSoft Component Interfaces, Application Messages (using Integration Broker) and then build integrations, business processes and composite applications using Fusion Middleware components such as BPEL, ESB, BAM, ADF, and WebCenter.<br />
For information on the vision for the Best Practice Centers, check out the <a href="http://feeds.feedburner.com/~r/OracleAppcast/~3/330145908/6666033_Rao_Zirn_070808.mp3">AppCast</a> hosted by Cliff Godwin SVP Application Development, Oracle<br />
</p>]]>
      
   </content>
</entry>

</feed>
