Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Safe Harbor Statement 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.
New Features of PeopleSoft Integration Technology Dan Cenido Integration Broker Developer PeopleSoft September 30, 2014 Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
Program Agenda Integration Broker Enhancements RESTful Web Services Integration Network 1 2 3
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Broker Enhancements
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Broker Enhancements PeopleSoft Documents – Logical Model – Physical Model XML Relational PeopleTools
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Broker Enhancements Web Service Compliance – WSDL 2.0 Compliance – SOAP 1.2 Compliance Auto Sync Load Balancing – Automatically checks availability at pre-determined intervals – Will adjust load balancing based on actual availability – Automate notification process PeopleTools
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Broker Enhancements Preliminary releases of RESTful Services, Integration Network and Integration Workcenter PeopleTools
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Broker Enhancements Document Enhancements – JSON support for documents – Auto generate JSON structures RESTful Service URI Builder Integration Network – Automatic node registration – Gateway Metadata tool – Configuration Activity Guide PeopleTools
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Broker Enhancements Connector Request is a PeopleCode API that issues a direct call to the HTTP Target Connector Better error handling with the Connector Request &Output = %IntBroker.ConnectorRequestURL(" PeopleTools
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Broker Enhancements JMS Administrator Configurable max number of segments XSLT Builder PeopleTools
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Broker Enhancements Integration Network UI Enhancements – Fixes and user interface improvements RESTful Web Services Enhancements – Capability to add multiple status codes and content types for messages Document Enhancements – New HTML Model RIDC Target Connector – Oracle WebCenter Support PeopleTools
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | RESTful Web Services
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | RESTful Web Services Representational State Transfer (REST)ful Web Services – Uses standard HTTP Methods (GET, PUT, POST, DELETE, HEAD) – Transfers standard internet media types (JSON, XML) – Will have a base URI – State and resources are references via hypertext links
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | RESTful Web Services Resource Collection URI ources Element URI ources/Item8 GET List the URIs or show list of resources Show the specific item8 details delivered via an internet media type PUT Replace the whole list with another list Create or update item8
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | RESTful Web Services RESTful Connector/Employee.v1/ /DCenido/FullTimeEmployee SOAP Based DCenido FullTimeEmployee
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | RESTful Web Services Define the Base URI for the web service – Create a document object to model the URI Building PeopleSoft REST Services
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | RESTful Web Services Create the Service – Specify Provider or Consumer – Define the Service Alias – Create different Operations with different REST Methods Building PeopleSoft REST Services
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | RESTful Web Services Build the Operation – Define the REST URI – Set the response shape with content type and HTTP status codes Building PeopleSoft REST Services
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | RESTful Web Services Set the Hander code (Provider Only) – Web Service business logic using Application Classes Building PeopleSoft REST Services
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | RESTful Web Services Provide Web Service Wizard – Shows only provider REST Services – Creates WADL (Web Application Definition Language) Deploying PeopleSoft REST Services
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | RESTful Web Services Updated all the Web Services Tester pages for REST Support Testing PeopleSoft REST Services
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | RESTful Web Services Review Builder Pages Review Deployment Page Review Tester Pages PIA Environment: or Demo
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Network
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Network Single landing page for Integration developer or administrator Quick access to Integration options Visibility over entire Integration Network WorkCenter
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Network Integration Network Workcenter Main Menu Items: – Configuration – Framework Setup – Administration – Define Integrations – Monitoring – Status check participating nodes – Utilities – Useful accessory tools – Network Config Activity Guide WorkCenter
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Network Configuration Status – At a glance IB status display Gateway Nodes Pub/Sub Domains – Contains links other configuration pages needed for IB setup Configuration
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Network Node Network – Define participating nodes in the Integration Network Nodes need to be set on the gateway and on the database Also checks for the keystore password Configuration
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Network Network Node Registration – Add new nodes to the Integration Network – Define the default local nodes for participating nodes on all of the integration endpoints – Default node password set on the IB_NETWORK node Configuration
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Network Integration Group Definition – Allows for logical grouping of services – Can have 2 layers of grouping using subgroups Administration
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Network Introspection and Deployment – Wizard based – Checks service operation definitions on both sides of the integration Routings Handlers Services Operations – Supports integration groups Administration
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Network Introspection and Deployment – Allows for local and remote integration introspection – Can pick from the list of participating remote nodes Administration
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Network Introspection and Deployment – Builds local and remote service operations definitions Routings Handlers Services operations Administration
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Network Network Monitor – Displays operation instances, pub/sub contracts for each of the participating nodes – Also shows sync and domain status information for all the nodes – Similar look and feel on the single db monitor pages Monitoring
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Network Transactional Tracker – Displays transaction states from publication to subscription – No need to login to other systems to check for the state of remote handlers Monitoring
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Network Gateway Metadata – Saves the integrationgateway.properties setup information in the database – Preserves these setup information for deployment on other gateway instances Utilities
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Network Node Lockdown – Sets certain node properties as read- only – Properties cannot be overwritten via copy project – Addresses upgrade issues Utilities
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Network IB Configure Network – Guides administrators through the different IB configuration pages – Pagelet on the WorkCenter – Shows configuration progress Activity Guide
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Network Review Configuration Pages Review Administration Page Review Utility Pages Review Activity Guides Demo
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | PeopleTools Sessions of Interest Monday, 9/29 40 TimeTitleSessionRoom 11:45PSFT Strategy and Roadmap: Modern Solutions Delivered with EaseGEN7438MW 3004/6 1:30PeopleSoft Technology Update and RoadmapCON7587MW 3004/6 2:45PeopleSoft PeopleTools 8.54: PeopleSoft Fluid User Interface in ActionCON7595MW :00Customer Success in Optimizing Change Delivery with Update ManagerCON7596MW :15A Closer Look at the New PeopleSoft Fluid User ExperienceCON7567MW 2022
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | PeopleTools Sessions of Interest Tuesday, 9/30 41 TimeTitleSessionRoom 10:45What You Need to Do to Take Advantage of the PSFT Delivery ModelCON7597MW 2020 PeopleSoft Activity Guides: Simplifying a Complex ProcessCON7570MW :00New Features of PeopleSoft Integration TechnologyCON7593MW 2022 PeopleSoft Lifecycle Management Tools Deep DiveCON7571MW :00PeopleSoft PeopleTools Developer: Tips and TechniquesCON7568MW 3004/6
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | PeopleTools Sessions of Interest Wednesday, 10/1 42 TimeTitleSessionRoom 10:15Exa-Special PeopleSoftCON5487MW 2020 Getting Testing Off the Ground with Test FrameworkCON7664MW :30PeopleSoft Mobility Deep Dive: PSFT Fluid User Interface and MoreCON7588MW :45PeopleTools Roadmap: PlatformsCON7590MW :00Mastering the PeopleSoft Analytics and Reporting SuiteCON7569MW :30Firsthand PeopleSoft PeopleTools 8.54 Experiences: Panel DiscussionCON7592MW 2022
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | PeopleTools Sessions of Interest Thursday, 10/2 43 TimeTitleSessionRoom 9:30PeopleSoft PeopleTools Meet the ExpertsMTE8322 MW Overlook 3C Effective Update Manager Application: Lessons Learned in PSFT 9.2CON6144MW :45Pulling It Together: Setting Up and Running a Cluster of PSFT AppsCON7591MW :00PeopleTools Product Team Panel DiscussionCON7594MW :15What to Secure When You Don't Know Where the Next Threat is Coming From CON7589MW 2022
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | All your PeopleSoft information and training resources in one convenient location. Learn more PeopleSoft Information Portal
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Safe Harbor Statement The preceding 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.
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |