Presentation is loading. Please wait.

Presentation is loading. Please wait.

The following is intended to outline our general product direction

Similar presentations


Presentation on theme: "The following is intended to outline our general product direction"— Presentation transcript:

1

2 The following is intended to outline our general product direction
The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle.

3 PeopleSoft and Fusion Middleware
3

4 Complete Open Integrated Standard 4/21/2017 3:23 AM
Copyright 2008 Oracle Corporation Slide 4

5 Oracle Fusion Middleware
Make it easier to integrate apps Make it easier to get intelligence from apps Make it easier to use apps Make it easier to run apps

6 Oracle Fusion Middleware

7 Oracle Fusion Middleware
Make it easier to integrate apps Make it easier to get intelligence from apps Make it easier to use apps Make it easier to run apps

8 Oracle + BEA : Best in Class Combination
BPM Suite REAL-TIME VISIBILITY & PROCESSING Alerts Business Monitoring BAM Events Data Streams CEP Application Development Framework Enterprise Modeling BPA Suite JDeveloper Business User BPM Suite SOA Suite GOVERNANCE System Monitoring Enterprise Manager UDDI WS Policies Security Web Services Manager Registry SOA lifecycle governance Enterprise Repository Governance Native BPEL Business Rules Human Workflow BPEL Process Manager ORCHESTRATION PeopleSoft Routing Transform Data Quality ETL & Replication Data Integrator Oracle Service Bus Mediation ROUTING & DATA SERVICES Starting from the bottom: Adapters are the technology that provide the connectivity from application to application. Sometimes it’s technology specific (http, ftp) and sometimes is application specific (psft, SAP, etc). Adapters insulate individual applications from the technology (eg: psft apps don’t have to embed ftp scripts into the product to write a file to an ftp site) B2B never cover that section – too specific Oracle Service Bus FMW version is ESB (enterprise service bus) BEA version is AquaLogic. There is a lot of overlap between psft integration broker and oracle service bus. Routing describes which application talks to the other app – and where the location of the applications are. Transformation insulate the apps from having to know about each others data structures, and mediation allow transormation between keys. This is the stateless communicaion between applications. Data integrator. Sometimes you just have to move large sets of data. Etl tools are great for that. Bpel – stateful communication. Orchestration layer that removes complexity of business process out of the application layer and creates a new orchestration layer. The benefit of the orchestration layer is develoerrs can build cross application. Business rules are rules defined that are external to applications that help control process flow. 2 biggest problems with bpel 1) difficulty in deploy, test and maintainence of a bpel process, and 2) complexity managing compensating methods – of figuring out how to rollback part of a business process that fails BAM – realtime insight into application – like persons heartbeat or temperature, rather than medical history – immediate and actionable CEP – realtime events that respond based on external events. Good example is what has happened with the stock market – computerized trading based on complex events Registry – uddi reistry for services to be stored and cataloged.; Allows for 3rd party to search. Not required and not deployed by most psft customers. Becomes extremely valuable when building an enterprise soa project. Allows for reuse. Enterprise repository. Imagine the complexity if soa applications are defined with different technology in different places all over the org. This is a single repository tat allows definition of soa components at a single place. Web service manager – proxy that allows security to be enforced prior to web service being initiated. Can also run reports and statistics. Nice when accompanied with oim. Enterprise manager – single point of administration for all oracle products, from db, to psft applications including run-time soa platform Jdeveloper tool developers use to build and deploy web services for j2ee applications and bpel processes to orchestrate apps Bpm snd bpa suite. SOA Suite – license package to execute your soa applications Governance – license package to provide governance on top of soa applications bpm suite – license package to model and build orchestrated applications to deploy to soa runtime environments PSFT – app designer and service designer instead of jdeveloper, ingration broker (with adapters) instead of esb, worklists instead of human workflow, and web service security ws-security instead of web service manager. BEA will supplemlent the fmw offering but not necessarily replace Dotted circles: significant enhancements resulting from the BEA acquisition Apps Adapters B2B Partners DB Legacy CONNECTIVITY Coherence Cache J2EE Application Server (Oracle AS, WebLogic, WebSphere, JBoss) Messaging JRockit VM & RT 8 8 8 8

9 Realize the Full Benefits of SOA With an Enterprise-Class Service Bus
Service Intermediary & Management Location Transparency Service Virtualization Configuration Any to Any Protocol, Payload Advanced Integration Patterns High Availability & Scale Portal BPM Service Orchestration B2B & BPM Oracle Service Bus Adapters Presentation Services Service Repository This is everything the service bus does. Hooks products and technologies together. Location transparency – don’t have to embed service location (routing rules) inside applications Service virtualization – if you call a service from one place, you can replace it with a call to another without changing your app (eg: get currency rates from a service at bear stearns – that is no longer available so change the service to lehman broths . . . Configuration - allow configuration (buffer size, queues, etc) to be defined in a single place Any to any protocol payload – technology independent. A c++ app can talk to a java app with a common (xml) payload Advanced integration patterns – more on this later High availabitily and scalability for quick large messages Hit the next button – Integratio broker does everything except those two – adapters and advanced integration patterns Bottom line – you don’t need the service bus unless you need more adapters or have an advanced integration pattern you need to support Explore more Integration Services Business Logic Business Logic 9

10 Advanced Integration Patterns Split and Join For Parallel Action
Incoming payload is split into multiple service invocations Multiple service responses are aggregated into single payload Parallel action results into significant performance improvement Split ForEach ProcessOrder AquaLogic Service Bus Join 15 Order 1 Order 2 Order 3 SPLIT Response 1 2 3 JOIN Request Payload Response Payload Advance integration pattern that psft integration broker cannot do – Single message is broken into several parts. For example a single order is broken into multilpl different messages each for a different system to process. The bus breaks up the message, delivers all the divided messages and waits until there is a response from each. When all have replied, then assembles a single message that is returned. PSFT can split into multiple messages but cannot reconcile all into a single response. Careful – because business logice is being moved from the application into the service bus. 10

11 300+ Connectivity Solutions
Applications Oracle Applications SAP R/3 Peoplesoft JD Edwards Siebel Clarify Lotus Notes Ariba AXIOM mx/open Baan BroadVision Commerce One Hogan Financials i2 Technologies Lawson Livelink Manugistics Microsoft CRM Vantive Walker Interactive Remedy Sales Force Technology SOAP HTTP, HTTP-S – POP3, SMTP, IMAP FTP, FTP-S Flat File LDAP JMS Oracle AQ IBM MQSeries TIBCO Rendezvous Socket Legacy CICS IMS/DB IMS/TM VSAM ADABAS Natural Tuxedo CA-Datacom Screen Scraping CA-IDMS C-ISAM,D-ISAM,K-SAM, QSAM Databases Oracle 8i and above IBM DB/2 UDB Informix Clarion Clipper Cloudscape DBASE Dialog Essbase FOCUS Data Access Great Plains Microsoft SQL Server MUMPS (Digital Standard MUMPS) Navision Financials (ODBC 3.x) Nucleus Paradox Pointbase PROGRESS Red Brick RMS SAS Transport Format Sybase Teradata Unisys DMS 1100/2200 UniVerse PSFT delivers about 12 adapters (ftp, smtp, psft legacy, http, jms, etc) If you need more then there’s a lot to choose from. Over 300. How are these used? See the next slide

12 ESB Connectivity with PeopleSoft
Integration Broker/Gateway HTTP Connector Connectivity with PeopleSoft was certified with HTTP Oracle Service Bus Peoplesoft connectiviey to esb is done through integration broker using the http connector. You could bypass ib and talk to ci’s through a j2ee container, but you loose the advantage of deploying ci’s as a service (versioning, reuse, etc.) No demo for ESB yet - Adapters 12

13 across business applications
Mainly parallel Collaborative Boundary-less Modular Continuously optimized Highly personalized Continuously audited Division Customer Order Entry Customer Division Shared Service Esample of an application – The bars are different users and the colored boxes are different appolications How does a org start a process in a marketing app, move to order entry, inventory, shipping invoice and receivable, collections and back to marketing. Just as important - How to you deploy, maintain, version and test this? In many aspects one of the values of pft is the fact that psft can do all of this and can sync apps to manage Invoicing & Receivables Marketing Supplier Vendor Managed Inventory Outsourced Shipping Collections

14 The Oracle BPEL Process Manager
Enterprise-strength BPM Platform BPA Suite Process Modeler JDeveloper BPEL Designer Comprehensive and native BPEL implementation Easy-to-use modeling tool Scalable and reliable engine Flexible binding framework Rich management and monitoring Support for Oracle AS, JBoss, WebLogic and WebSphere Get up and running in less than 15 minutes! BPEL Workflow Services BPEL Process Manager Integrated BPM Services WSDL Binding File, FTP Web services Java, JMS Database Apps Dehydration Store (Oracle Database) Workflow Decision Service Sensors Mechanics of the bpel process engine. Key points Wsdl binding section means everything bpel talks to takes the format of a web service – the engine only knows web services and all the external communication is done with wsdl Dehydration store stores information about the orchestrated process. That is where the state is kept Process models built by business analysts and bpel processes build by developers are kept in sync – Can deploy on a number of different j2ee platforms Core BPEL Engine Process Console MANAGE J2EE Application Server (Oracle AS, WebLogic, JBoss, WebSphere)

15 Full SOA Lifecycle Governance
Development & Testing Modeling Design Analysis Deployment IDEs Oracle Enterprise Repository UDDI The Oracle SOA Governance solution is a full SOA lifecycle governance solution…meaning we manage the lifecycle from end-to-end. At the very core to this solution is the Oracle Enterprise Repository for managing and providing visibility into all SOA assets. Here, also, is where a majority of your workflows associated with automating the governance process exists. The Oracle Service Registry acts as the UDDI interface to the repository that acts as a bridge to the runtime infrastructure. While the lifecycle slide is broken up into design time at the top and runtime at the bottom, you should never talk about design-time governance and runtime governance. Those terms are frowned upon in the industry as it denotes a separation. There is only SOA Governance, which addresses design-time and runtime environments. That being said, the repository is where you will primarily apply governance during the design stages of the lifecycle. Once implemented and deployed into the runtime infrastructure, the UDDI registry is updated with the metadata information associated with the deployed artifacts, which the runtime infrastructure can then discover, call, and enforce. OWSM can then be used to apply policy to control the runtime access and behavior of the assets in runtime, while Enterprise Management SOA Management Pack monitors the performance and behavior to compare how the services are operating to how they were designed. SOA Mgmt Pack OWSM Runtime Modification Removal Secure & Audit Retirement Monitoring

16 Oracle Fusion Middleware
Make it easier to integrate apps Make it easier to get intelligence from apps Make it easier to use apps Make it easier to run apps

17 Oracle Business Intelligence Complete, Open, Integrated
Data Integration Ad-hoc Analysis Interactive Dashboards Essbase Reporting & Publishing Proactive Detection and Alerts Disconnected & Mobile Analytics MS Office & Outlook Integration Common Enterprise Information Model BI Server Integrated Security, User Management, Personalization Multidimensional Calculation and Integration Engine Intelligent Request Generation and Optimized Data Access Services OLTP & ODS Systems Data Warehouse, Datamart Database Machine, Exadata OLAP SAP, Oracle, Siebel, PeopleSoft, Custom Excel XML Business Process 17 17

18 PeopleSoft Query Access Services
Standard Web Services to run and create PS/Queries PT 8.50 PEOPLESOFT INTEGRATION BROKER PeopleSoft Query Access Services QAS Integration Engine Application Server Integration Gateway PeopleSoft Listening Connector Client Application PeopleSoft Database

19 Oracle Fusion Middleware
Make it easier to integrate apps Make it easier to get intelligence from apps Make it easier to use apps Make it easier to run apps

20 A Quick Definition A New Way of Working
Think of it as an integration strategy for your people… Web 2.0 enables users to form working relationships across organizations. Enterprise version of a social network. Users need to quickly and easily access these services in a useful way. Advances ERP: you can benefit Next big area of productivity improvement Wires your people together! Introducing Web 2.0 notions into the enterprise require a new way of working, thinking. People collaborate now, they just don’t do it as efficiently as they might. New tools fix that. Web 2.0 provide services in a single (virtual) location so they can be more productive Organizations must allow the ad hoc, unstructured practices to merge with structured and secured interactions. Old: IT departments defined the working environment and determined which tools employees should have at their disposal. Web 2.0: IT environments are being shaped by individual users and the tools that they employ in their personal use. Warning! Not optimal. Power users, realizing the potential of the technology they use in their personal life, may bring “unauthorized” applications and practices into the workplace. How to introduce enterprise control without killing the advantages.

21 Collaborate on projects
The Way To Work , , , , : / Desktop or other app - Caledar entries , . , etc . ERP Initiate action or navigate Find resources to help with tasks , action Collaborate on projects , on the resources . Network transactions , business Enterprise Connect on common interests , duties processes Collaborative Spaces Social App

22 Introduction to WebCenter 11g
WebCenter Framework Portlets: JSR 168/WSRP, PDK-Java Content Integration: JCR JSF-Portlet Bridge: Expose ADF task flows as standards-based portlets Enterprise Web 2.0 Services Thin adapter layer to abstract back-end services (ex: content adapter, presence adapter) UI presented by rich task flow components Composer: Runtime customization in the browser WebCenter Spaces WebCenter Composer WebCenter Web 2.0 Services WebCenter Framework Application Development Framework JCR – content repository api for java Content adapter: UCM, Oracle Portal, Documentum, Sharepoint, Lotus Domino Presence Adapter: Oracle Presence, MS Live Communication Server

23 Introduction to WebCenter 11g WebCenter Spaces
Community-focused application Built on top of the WebCenter Framework, Services, and Composer Personal Space: personal productivity environment ( , Notes, Personal To-Dos) Group Space: rich team collaboration platform Threaded discussions, Blogs, Wikis, People connections, Worklists, Announcements, RSS, Recent Activities, Search, … WebCenter Spaces WebCenter Composer WebCenter Web 2.0 Services WebCenter Framework Application Development Framework Content adapter: UCM, Oracle Portal, Documentum, Sharepoint, Lotus Domino Presence Adapter: Oracle Presence, MS Live Communication Server

24 WebCenter Architecture
Recent Activities Search Portlet Container Metadata Services WSRP JSR 168 Portlet Producer Presence Database OCMS/MS LCS PDK-Java Portlet Producer People Connection Portlet Consumer SOAP/HTTP WebLogic Server JAZN-XML Worklist ToDos Lightweight FS Repository JAZN-LDAP E20 Adapters BPEL SSO JCR 1.0 (JSR 170) IMAP/MS Exchange Enterprise LDAP Directory Wiki Oracle Portal Adapter File System Adapter ContentDB Adapter Documentum Lotus Domino UCM SharePoint JZWiki Discussion Announcm Direct FS read Web Service request (http) SQL*Net Enterprise SSO OAM JPS Authorization Jive Tagging Identity Management Links Oracle Portal Repository File System Repository UCM Content Repository Content DB Documentum Lotus Domino WebCenter Spaces Schema SharePoint Enterprise Content Management

25 Introduction to WebCenter 11g Integrating PeopleSoft
WebCenter Spaces – Consume PSFT portlets, connect via ADF WebCenter 2.0 Services – API that can be accessed from PSFT WebCenter Framework – Portlets or IFrame ADF – IScripts, Component Interface, Messaging, Portet, and other WebCenter Spaces WebCenter Composer WebCenter Web 2.0 Services WebCenter Framework Application Development Framework Content adapter: UCM, Oracle Portal, Documentum, Sharepoint, Lotus Domino Presence Adapter: Oracle Presence, MS Live Communication Server

26 Oracle WebCenter with PeopleSoft
JPDK Portlets (PT 8.46) WSRP Portlet (PT 8.48+) Ajax, REST (Peoplesoft iScript) Web Services ADF Task Flows JSR 227

27 Oracle Fusion Middleware
Make it easier to integrate apps Make it easier to get intelligence from apps Make it easier to use apps Make it easier to run apps

28 Oracle Fusion Middleware: Security
Custom Oracle Applications Hosted Legacy CRM Industry ERP Access Control Access Management Compliance Management Identity Administration & Provisioning Directory Services The answer is Oracle’s Fusion Middleware Security! •Fusion Middleware Security is certified to work with not only the Oracle family of business solutions, but also third party and legacy applications, including SAP. •Fusion Middleware Security addresses the three key security challenges faced by organizations today: •Access Control which covers, knowing who has access to what in your business as well as managing the ongoing lifecycle of users. •Data Privacy that ensures the confidentiality of information, especially for sensitive information such as personal identifiable information (PII), proprietary information such as corporate financials, etc •Compliance Management helps an organization achieve continuous compliance and thereby lowering the overall costs of compliance through the automation of these controls. The result for your business is to have accurate proofs of compliance with comprehensive audit capabilities. Data Privacy Restricted Access Data Classification Encryption

29 How OIM Works for On-boarding
Oracle Identity Manager New Employee HRMS Connector Reconciliation Engine Provisioned Applications Identity Store User Group Access Policy Workflow New Contractor Self Registration Request Engine Approval Denied Applications

30 Enterprise Manager Integration
Scope One console for both application and systems management Features 8 Consoles consolidated to a common view Embedded Charting / Graphs Auto Alert & Notification Business Value Enables simplified maintenance and management for PeopleSoft applications

31 PeopleSoft Targets PS Application Server Domain
PS Process Scheduler Domain PS Search Server Domain PS PIA PS Web Site PS App DB All the targets are supported – all of these are availble for monitoring and management through the EM plug in The way we coorelate all the components and provide the topographical view of the env is through the GUID available on App DB Not too much management is done at the App DB level; but it is a key component

32 PeopleTools Enhancements
2005 2006 2007 2008 2009 PeopleTools 8.48 Q GA Embedded/Integrated OAS Java Edition (10.1.2) XML Publisher Certified BPEL PM (10.1.2) Internet Directory Identity Mgt/SSO Oracle BAM Oracle Integration Oracle Portal Oracle Web Cache Oracle UDDI Server Application Management Pack for PeopleSoft (10gR2) Oracle DB 9i, 10g (+RAC) PeopleTools 8.49 Q GA Embedded/Integrated OAS Java Edition (10.1.3) XML Publisher Certified BPEL PM (10.1.3) Internet Directory Identity Mgt/SSO Oracle BAM Oracle Integration Oracle Portal Oracle Web Cache Oracle UDDI Server Application Management Pack for PeopleSoft (10gR2) Oracle DB 9i, 10g (+RAC) Embedded/Integrated OAS Java Edition (11g) XML Publisher Certified BPEL PM (11g) Oracle ESB/Fabric Internet Directory Identity Mgt/SSO Oracle BAM Oracle Integration Oracle Portal Oracle UDDI Server Oracle Web Cache Application Management Pack for PeopleSoft (11g) Oracle Fusion Analytics Oracle BI Publisher (stand-alone) Oracle DB 10g, 11g (+RAC) Oracle Database Security (ASO) PeopleTools 8.50 2009 PeopleTools 8.47 Q GA Embedded/Integrated OAS Java Edition (OC4J, JDev ) Certified BPEL PM (10.1.2) Internet Directory Identity Mgt/SSO Oracle BAM Oracle Integration Oracle Portal Oracle Web Cache Oracle DB 9i, 10g (+RAC) PeopleTools 8.47 is the first PeopleTools release to be certified on Oracle Fusion Middleware Fusion Intelligence for PeopleSoft uses Oracle Business Intelligence Enterprise Edition (OBIEE—based on Siebel analytics) on top of PeopleSoft EPM

33 10 Things You Can Do Today Best Practices & Common Sense
Move to the Latest Applications Releases Prepare a Roadmap to Grow Your Applications Inventory your Enterprise Assets Rethink your “Customization” Strategy Empower your Workforce Embrace SOA-Based Integration Extend your Business Intelligence Applications Portfolio Adopt Enterprise Reporting & Publishing Secure your Global Enterprise Centralize your Applications Lifecycle Management 2 3 Leverage the Next Generation Technology Today Extend the Value of Oracle Applications Unlimited 4 5 6 7 8 9 10

34 Application Integration Architecture Oracle’s Implementation of Standards-based SOA
Key Components Best Practice Processes Optimize business performance leveraging Oracle’s extensive experience and best practices Process Integration Packs Pre-built, out of the box, integrated Oracle Applications for quick implementation of business processes, without the risk. (i.e. Siebel CRM to Oracle E-Business Suite) Foundation Packs Create custom business processes across any of your applications utilizing predefined, application independent object and service definitions Mergint of the application and infrastructure (remember slide number 5?) are being delivered by oracle today. This is AIA and if you’re not familiar with it then it includes these pieces Processes Pips (industry specific) Foundation packs – common business shapes and utilities Fmw – runs only on fmw SOA Suite ODI Service Registry BPA Suite Oracle AS Powered by Oracle Fusion Middleware Industry leading, open standards based SOA Middleware platform 34

35 PeopleSoft FMW Best Practice
More information about extending apps with fmw

36 For More Information FMW Best Practice Center for Peoplesoft
PeopleSoft Tools and technology PeopleSoft Technology Blog Fusion oracle.com Fusion OTN FAQ: Using PeopleSoft Enterprise with Oracle Technology Components Note: The Best Practice Center is where you can go to download JDeveloper and the SOA Suite.

37 PeopleTools 8.50 Information Development Deliverables
PeopleTools 8.50 Documentation Homepage PeopleTools 8.50 Hosted PeopleBooks PeopleTools Cumulative Feature Overview Tool Includes direct links to PeopleBooks, PeopleBook Updates, Release Notes, Installation and Upgrade Guides, and more. All accessible from one convenient My Oracle Support location Access a searchable HTML installation of our PeopleTools 8.50 PeopleBook suite. This hosted solution lets you access PeopleBooks using the help link in your applications without having to install PeopleBooks on your own server. Dynamic tool provides concise descriptions of new and enhanced solutions and functionality that have become available between your starting and target releases. The CFO tool can be found on My Oracle Support and on our Doc Home Pages.

38 PeopleTools 8.50 Available Training
PeopleTools 8.50 classes available now: PeopleSoft PeopleTools 1 Rel 8.50 PeopleTools II Rel 8.50 PeopleTools I/PeopleTools II - Accelerated Rel 8.50 PeopleSoft PeopleCode Rel 8.50 SQR for PeopleSoft Rel 8.50 Application Engine Rel 8.50 PeopleCode/SQR – Accelerated Rel 8.50 PeopleCode/Application Engine – Accelerated Rel 8.50 To view a schedule of these classes or new upcoming classes visit the Oracle University booth in Moscone West (W-144) or go to oracle.com/education

39 Special Live Webinar session and OU discount PeopleTools 8.50 Features
Attend the following FREE Live Webinar and receive a 15% on Oracle University Live Virtual Classes.* AJAX and More: A Summary of the New Features in PeopleTools 8.5 Instructor: Todd Higginbotham This free Webinar from Oracle University introduces you to the key new features of PeopleTools 8.5, including the use of AJAX, which supports a faster and more user-friendly interface. You also learn about the ability to display related content using the new related-content framework. In addition, we cover updates to PeopleTools Integration Technologies, Infrastructure, and Reporting. Pre-registration is required for the Webinars. US Times: Wednesday, October 14 7am, 11am, and10:30 pm Pacific Visit the Oracle University booth in Moscone West (W-144) for more information. * To receive discount you must attend the free Webinar and register for a LVC within 45 days.

40 PeopleSoft Enterprise Documentation and Curriculum
For more information about … Training ⃘ UPK ⃘ Self-Study CDs ⃘ Hosted PeopleBooks Release Notes ⃘ Cumulative Feature Overview Tool Installation and Upgrade Guides ⃘ And more … Visit our PeopleSoft Enterprise Information Portal on Oracle.com. Click PeopleSoft to access the portal. And Follow us on Twitter! PeopleSoft Enterprise Information Development Creating quality information solutions to help our customers succeed! Contact us at

41

42


Download ppt "The following is intended to outline our general product direction"

Similar presentations


Ads by Google