Presentation is loading. Please wait.

Presentation is loading. Please wait.

Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Safe Harbor Statement The following is intended to outline our general product.

Similar presentations


Presentation on theme: "Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Safe Harbor Statement The following is intended to outline our general product."— Presentation transcript:

1

2 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.

3 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. |

4 Program Agenda Integration Broker Enhancements RESTful Web Services Integration Network 1 2 3

5 Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Broker Enhancements

6 Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Broker Enhancements PeopleSoft Documents – Logical Model – Physical Model XML Relational PeopleTools 8.51 8.51

7 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 8.52 8.52

8 Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Broker Enhancements Preliminary releases of RESTful Services, Integration Network and Integration Workcenter PeopleTools 8.52 8.52

9 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 8.53 8.53

10 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("http://www.oracle.com"); PeopleTools 8.53 8.53

11 Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Broker Enhancements JMS Administrator Configurable max number of segments XSLT Builder PeopleTools 8.53 8.53

12 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 8.54 8.54

13 Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | RESTful Web Services

14 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

15 Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | RESTful Web Services Resource Collection URI http://www.oracle.com/res ources Element URI http://www.oracle.com/res 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

16 Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | RESTful Web Services RESTful http://machine/PSIGW/RestListening Connector/Employee.v1/123-45- 6789/DCenido/FullTimeEmployee SOAP Based 123-45-6789 DCenido FullTimeEmployee

17 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

18 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

19 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

20 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

21 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

22 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

23 Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | RESTful Web Services Review Builder Pages Review Deployment Page Review Tester Pages PIA Environment: http://slc08akx.us.oracle.com:8000/psp/p14oowc4x/?cmd=login&languageCd=ENG& or http://slc08akv.us.oracle.com:8000/psp/p14oowc3x/?cmd=login&languageCd=ENG& Demo

24 Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Integration Network

25 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

26 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

27 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

28 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

29 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

30 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

31 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

32 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

33 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

34 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

35 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

36 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

37 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

38 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

39 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

40 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 2022 4:00Customer Success in Optimizing Change Delivery with Update ManagerCON7596MW 2022 5:15A Closer Look at the New PeopleSoft Fluid User ExperienceCON7567MW 2022

41 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 2022 12:00New Features of PeopleSoft Integration TechnologyCON7593MW 2022 PeopleSoft Lifecycle Management Tools Deep DiveCON7571MW 2020 5:00PeopleSoft PeopleTools Developer: Tips and TechniquesCON7568MW 3004/6

42 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 2022 11:30PeopleSoft Mobility Deep Dive: PSFT Fluid User Interface and MoreCON7588MW 2022 12:45PeopleTools Roadmap: PlatformsCON7590MW 2022 2:00Mastering the PeopleSoft Analytics and Reporting SuiteCON7569MW 2022 3:30Firsthand PeopleSoft PeopleTools 8.54 Experiences: Panel DiscussionCON7592MW 2022

43 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 2022 10:45Pulling It Together: Setting Up and Running a Cluster of PSFT AppsCON7591MW 2022 12:00PeopleTools Product Team Panel DiscussionCON7594MW 2022 1:15What to Secure When You Don't Know Where the Next Threat is Coming From CON7589MW 2022

44 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 www.peoplesoftinfo.com

45 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.

46 Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |

47


Download ppt "Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Safe Harbor Statement The following is intended to outline our general product."

Similar presentations


Ads by Google