5/31/18 AGENDA AIS OVERVIEW APPLICATION INTERFACE SERVICES. REST and JSON Example AIS EXPLAINED. Using AIS you can perform actions such as:

Size: px
Start display at page:

Download "5/31/18 AGENDA AIS OVERVIEW APPLICATION INTERFACE SERVICES. REST and JSON Example AIS EXPLAINED. Using AIS you can perform actions such as:"

Transcription

1 AGENDA 1 AIS Server - Overview 2 3 MAKING YOUR ERP A COMPETITIVE ADVANTAGE FOR YOUR BUSINESS EXTENDING E1 TO MOBILE USERS, DEVICES and WEB PORTALS Presented by David McIlmoyl 5 4 Development Options Implementation Approaches Q&A AIS OVERVIEW APPLICATION INTERFACE SERVICES DEVICE Usage Scenarios Installed much like an E1 HTML Server The AIS server functions as the interface between mobile applications and the EntepriseOne HTML Server. Deployed via Server Manager to an Oracle WebLogic or IBM WebSphere server. The AIS server establishes and maintains user sessions for mobile applications. E1 HTML SERVER AIS SERVER The AIS server provides the communication interface between JD Edwards and native mobile applications, hosted web applications and java based programs. AIS provides a JSON over REST interface to existing JD Edwards applications and forms through a standard HTML instance. AIS EXPLAINED Using AIS you can perform actions such as: Setting field and QBE values, Press buttons or hyper items, Update, insert or delete grid records, select grid rows, Evaluate processing options, and interact with media objects. Interactions on the mobile apps are routed through AIS and are performed silently on HTML server. REST and JSON Example REST Representational State Transfer The method of communicating API Example call to AIS that allows the authentication of a user and retrieval of other user profile information (address book number, alpha name, language, etc.) JSON JavaScript Object Notation The language we use to communicate JSON Example The information we need to pass to JDE and what we will be returned for the user profile 1

2 REST and JSONs (continued) Request: "username":"jde", "password":"jde", "devicename":"rest Service Test", "environment":"jdv910", "role":"*all } Response: "username": "jde", "environment": "JDV910", "role": "*ALL", "jasserver": " "userinfo": "token": " 044BlLYkCUcjQGRxvR3r+LH27liC6l6psFHOTp9wh=", "langpref": " ", "locale": "en", "dateformat": "MDE", "dateseperator": "/", "simpledateformat": "MM/dd/yyyy", "decimalformat": ".", "addressnumber": 2111, "alphaname": "Ingram, Paul" }, "userauthorized": false, "aissessioncookie": "W3XmCk8k6vhb3HdwxSdBpCGZWAb7kh5D4gzemFoqoFqcoWgwqF_! ! " } E1 REST APIs Application Stack /jderest/appstack Execute stateful calls to E1 applications including flows from one form to another Form Service /jderest/formservice Request a E1 form to be executed with the ability to perform actions on the form and receive the data in the response Data Service /jderest/dataservice Execute queries over E1 tables and business views directly. Full E1 REST API list available at "token": "044BlLYkCUcjQGRxvR3r+LH27liC6l6psFHOTp9wh", "version": "ZJDE0001", "formactions": [ }, } "command": "SetQBEValue", "value": "E", "controlid": "1[50]" "command": "DoAction", "controlid": "15" ], "devicename": "REST Service Test", "formname": "P01012_W01012B" OTHER E1 REST APIs: Example } MOBILE APPLICATION FRAMEWORK 1 Leverages Java, HTML5 & JavaScript 2 Ability to develop single app that can be deployed on ios & Android platforms. 3 Framework tools enables us to build new mobile applications for use with JD Edwards or extend existing ones. 4 Able to generate the application / form specific Java classes needed that make up the data model for the application. 2

3 MOBILE APPLICATION FRAMEWORK EnterpriseOne Release 9.0.x, 9.1 or 9.2 Tools or higher ( recommended) AIS Server to work with an HTML JAS Server JDeveloper JDE Mobile Application Framework or higher Includes JDeveloper MAF extension plus additional JDE specific components (JDE Mobile Helpers) WAYS TO USE THE MOBILE FRAMEWORK JDE team has developed many existing mobile apps: Pristine m-apps can be installed directly from Apple App Store, or Google Play 80+ apps built For customization / bringing in-house m-apps When extending an existing MAA you are able to customize: Brand images (replace Oracle logos with your companies) EULAs Redesign the pages look and feel Display additional data, or removing existing fields or data Add brand new pages BENEFITS OF USING MAF LOWER RISK JD Edwards EnterpriseOne Tools Developing and Customizing Mobile Enterprise Applications Guide Release 9.1.x E WAYS TO USE THE MOBILE FRAMEWORK Both AIS and MAF are Oracle Products / Code Certified to work together MAF will be actively updated to work with current Oracle technologies, including JDE components and tools Many m-apps are already written by Oracle Quick and easy to distribute and extend Can be downloaded from the JD Edwards Update Center Called Mobile Application Archives (MAA) Built using JDeveloper and can be viewed, extend (limited) and deployed to suit your needs WAYS TO USE THE MOBILE FRAMEWORK Creating new applications: MAF allows you to create a mobile app based on an existing E1 Application The frameworks API allows you to programmatically perform actions on the form via AIS and present the data as you wish in the mobile application Licensing for the Mobile Application Framework via the Oracle Mobile Cloud Service would be required for a custom application. Sold via a subscription from Oracle BENEFITS OF USING MAF COST No MAF licensing costs when extending Oracle delivered m-apps Licensing of MAF is through the Oracle Mobile Cloud Service (MCS) * - Prices may vary, talk to your sales representative TIME TO IMPLEMENT Pre-built code should mean less time / complexity vs building from the ground up. 3

4 SIMPLIFIED APPLICATION FRAMEWORK (ADF) 1 Leverages Java, HTML5 & JavaScript SIMPLIFIED APPLICATION FRAMEWORK (ADF) Ability to develop single app that can be deployed to a web server. (html / web engine server) Framework tools enables us to build new html applications for use with JD Edwards. 4 Able to generate the application / form specific Java classes needed that make up the data model for the application. WAYS TO USE THE SAF/ADF Combining E1 and non-e1 data together on a Website / Portal EnterpriseOne Release 9.0.x, 9.1 or 9.2 Tools or higher ( recommended) AIS Server to work with an HTML JAS Server Weblogic Server or higher for running Oracle ADF JDeveloper AIS Client API or higher EnterpriseOne ADF Foundation 1.10 or higher 3 2 INSIDE EnterpriseOne Pull in external data to augment an E1 web page Interact with other E1 screens directly Composite screens OUTSIDE EnterpriseOne Pull out E1 data to augment an external web page e.g. LOWER RISK Both ADF and E1 are Oracle Products Certified to work together COST* Cost is defined by Oracle through your contract agreement *Prices may vary, talk to your sales representative TIME TO IMPLEMENT Pre-built code should mean less time / complexity vs building from the ground up. BENEFITS OF USING SAF/ADF 4

5 PROCESS & INTEGRATION PROCESS & INTEGRATION E1 ORCHESTRATOR E1 ORCHESTRATOR There a 5 building blocks of the JD Edwards EnterpriseOne Orchestrator Used to collect, filter, analyze, and act on real-time data transmitted with E1. PROCESS & INTEGRATION PROCESS & INTEGRATION E1 ORCHESTRATOR E1 ORCHESTRATOR Orchestration: The master process that defines the inputs for the orchestration and provides a unique name for the orchestration process in the IoT Orchestrator. White List: Verifies that incoming message's signature are on a predefined list of signatures for known devices. Rules Engine: A set of conditions against which the input from the IoT devices is evaluated to produce true or false statements and cumulatively build complex evaluations. Rules that the engine can determine how to act upon the data at runtime. Java can also be used to define additional rules. Cross Reference: A set of data relationships to cross reference any id to E1 known id s for an item. Service Request: An invocation of a JD Edwards EnterpriseOne interactive application or a Java application via a REST service call to an EnterpriseOne Application Interface Services (AIS) Server. BENEFITS OF USING ORCHESTRATOR E1 Orchestrator EnterpriseOne Release 9.0.x, 9.1 or 9.2 Tools or higher IoT ESU s for your specific E1 release ESU Bug fixes (if any) AIS Server LOWER RISK Code is already written in JDE for interfacing Leverages the AIS server COST* Cost is included in your current E1 license. (i.e. no additional cost) AIS Client API or higher TIME TO IMPLEMENT Pre-built code should mean less time / complexity vs building from the ground up. 5

6 OPEN SOURCE OPTIONS APPLICATION Your mobile application for your device(s) Your website / portal application CODE HTML5 / Javascript / CSS any code that can use REST for making calls} FRAMEWORKS/TOOLKITS HTML5 Various frameworks / toolkits exist (OpenSource and from Vendors some free, some not) Oracle MAF / SAF, Oracle JET, Bootstrap, Xamarin (Visual Studio / Microsoft) COMPILER Cordova: Ability to develop single app that can be deployed on various device platforms. OPEN SOURCE WAYS TO USE OPEN SOURCE Creating new applications: EnterpriseOne Release 9.0.x, 9.1 or 9.2 Tools or higher ( recommended) AIS Server Dependent on the framework / toolkit you pick IMPLEMENTATION APPROACH BENEFITS OF USING OPEN SOURCE COMMON CODE Allows you to create a mobile app based on an existing E1 Application. The frameworks API allows you to programmatically perform actions on the form via AIS and present the data as you wish in the mobile application. Create external web pages / portals that utilize E1 applications / data Share code between web and mobile apps Same tools can write code for mobile apps / website & portal apps / devices LOWER RISK Largest resource pool for talent Largest resource pool for information COST Possibly less costly talent due to competition No licensing cost When embarking on a project of this scope. You should be using a proper implementation methodology. e.g. ERP-One Running Right Methodology 6

7 DISCOVERY SESSIONS Discover Needs & Design Project Approach Business needs analysis Where would mobilization have the biggest impact to the organization or for your customers / vendors, etc? Technical needs analysis What are the best tools and technical approach for implementing mobilization for your organization? We do a SPIN analysis exercise: S Situation P Problem I Implications N - Needs DESIGN / IMPLEMENT / TEST / DOCUMENT & TRAIN / SUPPORT STRATEGY Design sessions / mock ups / story boards Coding / feedback & changes (iterations) Testing (technical and functional) Documentation (end user material, tech spec s, functional spec s) Training Approaches and Schedule Support processes (if required) REVIEW / REFRESH / EXTEND STRATEGY Set schedule to review / refresh applications Set schedule to analyze recommendations for future additional applications (extend existing or net new) TOOLS & ADMINISTRATION STRATEGY Software / hardware update schedule Administrator training schedule Runbook and documentation creation For staff turnover For hardware / software updates that require changes in support procedures Questions? Keep in touch. erp-one.com 7

8 Presentation Title Here 8

Intro to AIS & Orchestrator (IoT) Presented by Terry Dobbs

Intro to AIS & Orchestrator (IoT) Presented by Terry Dobbs Intro to AIS & Orchestrator (IoT) Presented by Terry Dobbs Application Interface Services (AIS) DEVICE E1 HTML SERVER Installed much like an E1 HTML Server Deployed via Server Manager to an Oracle WebLogic

More information

Developing and Customizing Mobile Enterprise Applications Guide Release 9.1.x

Developing and Customizing Mobile Enterprise Applications Guide Release 9.1.x [1]JD Edwards EnterpriseOne Tools Developing and Customizing Mobile Enterprise Applications Guide Release 9.1.x E56635-08 December 2015 Provides an overview of Oracle Mobile Application Framework (Oracle

More information

Developing and Customizing Mobile Enterprise Applications Guide Release 9.2

Developing and Customizing Mobile Enterprise Applications Guide Release 9.2 [1]JD Edwards EnterpriseOne Tools Developing and Customizing Mobile Enterprise Applications Guide Release 9.2 E64170-12 February 2018 Describes the Oracle Mobile Application Framework (MAF) tools and the

More information

Build Mobile Cloud Apps Effectively Using Oracle Mobile Cloud Services (MCS)

Build Mobile Cloud Apps Effectively Using Oracle Mobile Cloud Services (MCS) Build Mobile Cloud Apps Effectively Using Oracle Mobile Cloud Services (MCS) Presented by: John Jay King Download this paper from: 1 Session Objectives Understand the need for something like Oracle Mobile

More information

Orchestrator Guide Release 9.2

Orchestrator Guide Release 9.2 [1]JD Edwards EnterpriseOne Tools Orchestrator Guide Release 9.2 E65704-22 August 2018 Provides an overview of the JD Edwards EnterpriseOne Orchestrator and describes how to use the Orchestrator Studio

More information

Internet of Things Orchestrator Guide Release x

Internet of Things Orchestrator Guide Release x [1]JD Edwards EnterpriseOne Tools Internet of Things Orchestrator Guide Release 9.1.5.x E64166-04 September 2015 Provides an overview of the JD Edwards EnterpriseOne Orchestrator and describes how to design

More information

Application Interface Services Server Reference Guide Tools Release 9.2

Application Interface Services Server Reference Guide Tools Release 9.2 [1]JD Edwards EnterpriseOne Application Interface Services Server Reference Guide Tools Release 9.2 E61545-09 April 2018 Describes the configuration of the Application Interface Services (AIS) Server which

More information

Oracle Mobile Application Framework

Oracle Mobile Application Framework Oracle Mobile Application Framework Oracle Mobile Application Framework (Oracle MAF) is a hybrid-mobile development framework that enables development teams to rapidly develop single-source applications

More information

Build a Mobile App in 60 Minutes with MAF

Build a Mobile App in 60 Minutes with MAF Build a Mobile App in 60 Minutes with MAF Presented by: John Jay King Download this paper from: OAUG web site Or 1 Session Objectives Understand the components of Oracle MAF Use Oracle MAF to create mobile

More information

Application Interface Services Client Java API Developer's Guide Release 9.2

Application Interface Services Client Java API Developer's Guide Release 9.2 [1]JD Edwards EnterpriseOne Application Interface Services Client Java API Developer's Guide Release 9.2 E64173-09 April 2018 Describes how to work with the Application Interface Services (AIS) Client

More information

Beginner s Guide to Cordova and Mobile Application Development

Beginner s Guide to Cordova and Mobile Application Development November 13, 2018 Beginner s Guide to Cordova and Mobile Application Development George Campbell Lead Software Engineer Doug Davies Lead Software Engineer George Campbell Lead Software Engineer Doug Davies

More information

Oracle Applications Unlimited and Web 2.0: You Can Have It Now!

Oracle Applications Unlimited and Web 2.0: You Can Have It Now! Oracle Applications Unlimited and Web 2.0: You Can Have It Now! Product Manager Oracle WebCenter & Portal Products The preceding is intended to outline our general product direction. It is intended for

More information

Connect and Transform Your Digital Business with IBM

Connect and Transform Your Digital Business with IBM Connect and Transform Your Digital Business with IBM 1 MANAGEMENT ANALYTICS SECURITY MobileFirst Foundation will help deliver your mobile apps faster IDE & Tools Mobile App Builder Development Framework

More information

Build a Mobile App in 60 Minutes with MAF

Build a Mobile App in 60 Minutes with MAF Build a Mobile App in 60 Minutes with MAF Presented by: John Jay King Download this paper from: 1 Session Objectives Understand the components of Oracle MAF Use Oracle MAF to create mobile applications

More information

PROCE55 Mobile: Web API App. Web API. https://www.rijksmuseum.nl/api/...

PROCE55 Mobile: Web API App. Web API. https://www.rijksmuseum.nl/api/... PROCE55 Mobile: Web API App PROCE55 Mobile with Test Web API App Web API App Example This example shows how to access a typical Web API using your mobile phone via Internet. The returned data is in JSON

More information

Mobilize Your Users Now with Oracle Mobile Application Framework (MAF)

Mobilize Your Users Now with Oracle Mobile Application Framework (MAF) Mobilize Your Users Now with Oracle Mobile Application Framework (MAF) Presented by: John Jay King Download this paper from: 1 Session Objectives Understand the components of Oracle MAF Use Oracle MAF

More information

UX One Deployment and Development Guide Tools Release 9.2

UX One Deployment and Development Guide Tools Release 9.2 [1]JD Edwards EnterpriseOne UX One Deployment and Development Guide Tools Release 9.2 E79230-05 October 2017 Describes how to deploy UX One content to run in EnterpriseOne and describes the tools for developing

More information

Modern App Architecture

Modern App Architecture Modern App Architecture Brent Edwards Principal Lead Consultant Magenic Level: Intermediate BrentE@magenic.com @brentledwards http://www.brentedwards.net https://github.com/brentedwards BRENT EDWARDS MyVote

More information

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

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 1 Introduction to the Oracle Mobile Development Platform Dana Singleterry Product Management Oracle Development Tools Global Installed Base: PCs vs Mobile Devices 3 Mobile Enterprise Challenges In Pursuit

More information

Pick A Winner! In What Tool Should I Develop My Next App?

Pick A Winner! In What Tool Should I Develop My Next App? Pick A Winner! In What Tool Should I Develop My Next App? Mia Urman, CEO, AuraPlayer Inc. @miaurman @auraplayer Who is Mia Urman? miaurman@auraplayer.com Oracle ACE Director & Development Geek for over

More information

Introduction to Worklight Integration IBM Corporation

Introduction to Worklight Integration IBM Corporation Introduction to Worklight Integration Agenda IBM Mobile Foundation Introduction to Worklight How to Integrate Worklight Adapters WebAPI HTTP & SOAP Database (SQL) WebSphere Message Broker Cast Iron 2 IBM

More information

August, HPE Propel Microservices & Jumpstart

August, HPE Propel Microservices & Jumpstart August, 2016 HPE Propel s & Jumpstart Jumpstart Value Quickly build modern web applications Single page application Modular microservices architecture app generator Modularity provides better upgradeability

More information

Mobile Technologies. Types of Apps

Mobile Technologies. Types of Apps Mobile Technologies Types of Apps What is mobile? Devices and their capabilities It s about people Fundamentally, mobile refers to the user, and not the device or the application. Barbara Ballard, Designing

More information

Luckily, our enterprise had most of the back-end (services, middleware, business logic) already.

Luckily, our enterprise had most of the back-end (services, middleware, business logic) already. 2 3 4 The point here is that for real business applications, there is a connected back-end for services. The mobile part of the app is just a presentation layer that is unique for the mobile environment.

More information

Apex 5.1 Interactive Grid and Other New features

Apex 5.1 Interactive Grid and Other New features Apex 5.1 Interactive Grid and Other New features Presented by: John Jay King Download this paper from: 1 Session Objectives Become familiar with the new features of APEX 5.1 Learn how the Interactive Grid

More information

Oracle Service Cloud Integration for Developers Ed 1

Oracle Service Cloud Integration for Developers Ed 1 Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Oracle Service Cloud Integration for Developers Ed 1 Duration: 5 Days What you will learn The class covers how to extend the Service

More information

Release Notes JD Edwards EnterpriseOne. September 2008

Release Notes JD Edwards EnterpriseOne. September 2008 Notes JD Edwards EnterpriseOne LEGAL NOTICE FOR EXTERNAL USE Copyright 2008 Oracle Corporation. All rights reserved. THE FOLLOWING IS INTENDED TO OUTLINE OUR GENERAL PRODUCT DIRECTION. IT IS INTENDED FOR

More information

Integrating your CX, ERP and HCM Clouds with your On-premises Applications CON7012

Integrating your CX, ERP and HCM Clouds with your On-premises Applications CON7012 OpenWorld 2016 Integrating your CX, ERP and HCM Clouds with your On-premises Applications CON7012 Rajesh Kalra, Sr. Principal Product Manager, Oracle Ravi Sankaran, Sr. Director, Oracle Cloud Integration

More information

Extract API: Build sophisticated data models with the Extract API

Extract API: Build sophisticated data models with the Extract API Welcome # T C 1 8 Extract API: Build sophisticated data models with the Extract API Justin Craycraft Senior Sales Consultant Tableau / Customer Consulting My Office Photo Used with permission Agenda 1)

More information

What Mobile Development Model is Right for You?

What Mobile Development Model is Right for You? What Mobile Development Model is Right for You? An analysis of the pros and cons of Responsive Web App, Hybrid App I - Hybrid Web App, Hybrid App II - Hybrid Mixed App and Native App Contents Mobile Development

More information

# T C 1 8. Mobile App Bootstrap. Custom mobile apps with embedded Tableau visualizations. Ron Theis. Staff Software Engineer Tableau

# T C 1 8. Mobile App Bootstrap. Custom mobile apps with embedded Tableau visualizations. Ron Theis. Staff Software Engineer Tableau Welcome # T C 1 8 Mobile App Bootstrap Custom mobile apps with embedded Tableau visualizations Ron Theis Staff Software Engineer Tableau Questions to Consider How would our app connect and authenticate?

More information

Kony MobileFabric. Release Notes. On-Premises. Release 6.5. Document Relevance and Accuracy

Kony MobileFabric. Release Notes. On-Premises. Release 6.5. Document Relevance and Accuracy Kony MobileFabric Release Notes On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on

More information

JD Edwards EnterpriseOne Tools

JD Edwards EnterpriseOne Tools JD Edwards EnterpriseOne Tools Interoperability Reference Implementations Guide Release 9.1.x E21982-02 September 2012 JD Edwards EnterpriseOne Tools Interoperability Reference Implementations Guide, Release

More information

Oracle Fusion Middleware 11g: Build Applications with ADF Accel

Oracle Fusion Middleware 11g: Build Applications with ADF Accel Oracle University Contact Us: +352.4911.3329 Oracle Fusion Middleware 11g: Build Applications with ADF Accel Duration: 5 Days What you will learn This is a bundled course comprising of Oracle Fusion Middleware

More information

Oracle Service Cloud Integration for Develope

Oracle Service Cloud Integration for Develope Oracle Uni Contact Us: 08 Oracle Service Cloud Integration for Develope Durat5 Da What you will learn The class covers how to extend the Service Cloud objec applicable to all APIs before moving on to specific

More information

Secure Storage and Protecting Data at Rest

Secure Storage and Protecting Data at Rest Hong Kong 2018 Hong Kong 2018 Secure Storage and Protecting Data at Rest EK Choi, Enterprise Solutions Manager Secure Storage Protecting Data at Rest The BlackBerry Dynamics Runtime protects data at rest

More information

Why attend a Lianja training course? Course overview. Course Details

Why attend a Lianja training course? Course overview. Course Details These courses will be arranged periodically in different geographic regions or can be arranged on-site at customer premises by customer request. They can also be customized for individual customers needs

More information

IBM WebSphere Portal Reference Guide Release 9.2.x

IBM WebSphere Portal Reference Guide Release 9.2.x [1]JD Edwards EnterpriseOne IBM WebSphere Portal Reference Guide Release 9.2.x E53620-08 October 2017 Describes how to use this guide to supplement the use of the IBM WebSphere Portal with Oracle JD Edwards

More information

Introduction to Kony Fabric

Introduction to Kony Fabric Kony Fabric Introduction to Kony Fabric Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the Revision

More information

This release of Micro Focus Fortify Software includes the following new functions and features. Micro Focus Fortify Software Security Center

This release of Micro Focus Fortify Software includes the following new functions and features. Micro Focus Fortify Software Security Center Fortify Software What s New in Micro Focus Fortify Software 18.20 November 2018 This release of Micro Focus Fortify Software includes the following new functions and features. Micro Focus Fortify Software

More information

Hidden Gems in JD Edwards Orchestrator and AIS Server

Hidden Gems in JD Edwards Orchestrator and AIS Server Hidden Gems in JD Edwards Orchestrator and AIS Server Darryl Shakespeare Senior Director Product Development Oracle JD Edwards EnterpriseOne November 12-17, 2017 Safe Harbor Statement The following is

More information

JD Edwards EnterpriseOne Tools

JD Edwards EnterpriseOne Tools JD Edwards EnterpriseOne Tools Business Services Development Guide Release 9.1.x E24218-02 September 2012 JD Edwards EnterpriseOne Tools Business Services Development Guide, Release 9.1.x E24218-02 Copyright

More information

JD Edwards World. Service Enablement Guide Release A9.3 E

JD Edwards World. Service Enablement Guide Release A9.3 E JD Edwards World Service Enablement Guide Release A9.3 E21962-02 April 2013 JD Edwards World Service Enablement Guide, Release A9.3 E21962-02 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

More information

The Now Platform Reference Guide

The Now Platform Reference Guide The Now Platform Reference Guide A tour of key features and functionality START Introducing the Now Platform Digitize your business with intelligent apps The Now Platform is an application Platform-as-a-Service

More information

BPEL Research. Tuomas Piispanen Comarch

BPEL Research. Tuomas Piispanen Comarch BPEL Research Tuomas Piispanen 8.8.2006 Comarch Presentation Outline SOA and Web Services Web Services Composition BPEL as WS Composition Language Best BPEL products and demo What is a service? A unit

More information

Oracle Service Cloud Integration for Developers Ed 1

Oracle Service Cloud Integration for Developers Ed 1 Oracle University Contact Us: Local: 0845 777 7 711 Intl: +44 845 777 7 711 Oracle Service Cloud Integration for Developers Ed 1 Duration: 5 Days What you will learn The class covers how to extend the

More information

Continuous delivery of Java applications. Marek Kratky Principal Sales Consultant Oracle Cloud Platform. May, 2016

Continuous delivery of Java applications. Marek Kratky Principal Sales Consultant Oracle Cloud Platform. May, 2016 Continuous delivery of Java applications using Oracle Cloud Platform Services Marek Kratky Principal Sales Consultant Oracle Cloud Platform May, 2016 Safe Harbor Statement The following is intended to

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights Web Services and SOA Integration Options for Oracle E-Business Suite Rajesh Ghosh, Group Manager, Applications Technology Group Abhishek Verma,

More information

System Overview Guide Release 9.2.x

System Overview Guide Release 9.2.x [1]JD Edwards EnterpriseOne Tools System Overview Guide Release 9.2.x E64056-04 October 2017 Describes the runtime architecture and integrated development environment of the EnterpriseOne architecture.

More information

Introducing Extreme Rapid Application Development for Oracle E-Business Suite. A CaoSys White Paper November 2008

Introducing Extreme Rapid Application Development for Oracle E-Business Suite. A CaoSys White Paper November 2008 Introducing Extreme Rapid Application Development for Oracle E-Business Suite A CaoSys White Paper November 2008 Abstract RAD has been around since the early 1990's. You may be familiar with the term Rapid

More information

Il Mainframe e il paradigma dell enterprise mobility. Carlo Ferrarini zsystems Hybrid Cloud

Il Mainframe e il paradigma dell enterprise mobility. Carlo Ferrarini zsystems Hybrid Cloud Il Mainframe e il paradigma dell enterprise mobility Carlo Ferrarini carlo_ferrarini@it.ibm.com zsystems Hybrid Cloud Agenda Exposing enterprise assets in the API Economy Era Deliver natural APIs from

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony MobileFabric TM Integration Service Admin Console User Guide On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

EPiServer Portals. Abstract

EPiServer Portals. Abstract EPiServer Portals Abstract This white paper outlines EPiServer's portal functionality. The document includes a high-level description of Web Services for Remote Portlets (WSRP) technology. Product version:

More information

Developing Applications with Java EE 6 on WebLogic Server 12c

Developing Applications with Java EE 6 on WebLogic Server 12c Developing Applications with Java EE 6 on WebLogic Server 12c Duration: 5 Days What you will learn The Developing Applications with Java EE 6 on WebLogic Server 12c course teaches you the skills you need

More information

National Health Service

National Health Service National Health Service How one of the world s largest health care providers chose Ionic to boost worker productivity and agility ionicframework.com/resources/case-studies Customer Spotlight national health

More information

Transforming IT: From Silos To Services

Transforming IT: From Silos To Services Transforming IT: From Silos To Services Chuck Hollis Global Marketing CTO EMC Corporation http://chucksblog.emc.com @chuckhollis IT is being transformed. Our world is changing fast New Technologies New

More information

Modernize your IT- Landscape

Modernize your IT- Landscape überraschend mehr Möglichkeiten! Modernize your IT- Landscape with API-Driven Architectures Sven Bernhardt, Danilo Schmiedel OPITZ CONSULTING 2017 Agenda 1 2 3 4 API Management Why? Taming the Monolith

More information

This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in

This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in This document is for informational purposes. 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,

More information

<Insert Picture Here> Oracle Policy Automation System Requirements

<Insert Picture Here> Oracle Policy Automation System Requirements Oracle Policy Automation 10.4.0 System Requirements March 2012 Version 1.00 Oracle Policy Automation Products Version 10.4.0 Overview Product Oracle Policy Modeling Oracle Policy

More information

JD Edwards EnterpriseOne User Experience

JD Edwards EnterpriseOne User Experience JD Edwards EnterpriseOne User Experience K E Y F E A T U R E S A N D B E N E F I T S Highly interactive interface that leverages Dynamic HTML and provides immediate feedback to the user. UX One role-based

More information

<Insert Picture Here> Oracle Policy Automation System Requirements

<Insert Picture Here> Oracle Policy Automation System Requirements Oracle Policy Automation 10.2.0 System Requirements March 2011 Version 1.01 Oracle Policy Automation Products Version 10.2 Overview Product Oracle Policy Modeling Oracle Policy Automation

More information

Determining the Best Approach

Determining the Best Approach 2 Determining the Best Approach The remaining chapters of this book cover the capabilities of the BlackBerry application platform and then dig into each application development option in detail. Before

More information

Oracle APEX 18.1 New Features

Oracle APEX 18.1 New Features Oracle APEX 18.1 New Features May, 2018 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

More information

Docker and Oracle Everything You Wanted To Know

Docker and Oracle Everything You Wanted To Know Docker and Oracle Everything You Wanted To Know June, 2017 Umesh Tanna Principal Technology Sales Consultant Oracle Sales Consulting Centers(SCC) Bangalore Safe Harbor Statement The following is intended

More information

ORACLE WCM 11G MASTER CLASS

ORACLE WCM 11G MASTER CLASS Copyright 2011 Redstone Content Solutions LLC Oracle WCM 11g Master Class Training Agenda Revised Monday, May 2nd, 2011 REDSTONE CONTENT SOLUTIONS PRESENTS ORACLE WCM 11G MASTER CLASS Audience Designers

More information

ENTERPRISE MOBILE APPLICATION DEVELOPMENT WITH WAVEMAKER

ENTERPRISE MOBILE APPLICATION DEVELOPMENT WITH WAVEMAKER ENTERPRISE MOBILE APPLICATION DEVELOPMENT WITH WAVEMAKER Abstract This whitepaper talks about the requirements of modern day Enterprise Mobile Applications and how WaveMaker can simplify and speed up the

More information

Sentinet for BizTalk Server SENTINET

Sentinet for BizTalk Server SENTINET Sentinet for BizTalk Server SENTINET Sentinet for BizTalk Server 1 Contents Introduction... 2 Sentinet Benefits... 3 SOA and API Repository... 4 Security... 4 Mediation and Virtualization... 5 Authentication

More information

A Closer Look at XPages in IBM Lotus Domino Designer 8.5 Ray Chan Advisory I/T Specialist Lotus, IBM Software Group

A Closer Look at XPages in IBM Lotus Domino Designer 8.5 Ray Chan Advisory I/T Specialist Lotus, IBM Software Group A Closer Look at XPages in IBM Lotus Domino Designer 8.5 Ray Chan Advisory I/T Specialist Lotus, IBM Software Group 2008 IBM Corporation Agenda XPage overview From palette to properties: Controls, Ajax

More information

P a g e 1. Danish Tecnological Institute. Developer Collection Online Course k Developer Collection

P a g e 1. Danish Tecnological Institute. Developer Collection   Online Course k Developer Collection P a g e 1 Online Course k72809 P a g e 2 Title Estimated Duration (hrs) Adobe Acrobat Pro XI Fundamentals 1 Introduction to CQRS 2 Introduction to Eclipse 2 NHibernate Essentials 2 Advanced Scrum: Addressing

More information

ArcGIS GeoEvent Server: Making 3D Scenes Come Alive with Real-Time Data

ArcGIS GeoEvent Server: Making 3D Scenes Come Alive with Real-Time Data ArcGIS GeoEvent Server: Making 3D Scenes Come Alive with Real-Time Data Morakot Pilouk, Ph.D. Senior Software Developer, Esri mpilouk@esri.com @mpesri Agenda 1 2 3 4 5 6 3D for ArcGIS Real-Time GIS Static

More information

Real World Development using OpenEdge Mobile some advanced features. Brian C. Preece Ypsilon Software Ltd

Real World Development using OpenEdge Mobile some advanced features. Brian C. Preece Ypsilon Software Ltd Real World Development using OpenEdge Mobile some advanced features Brian C. Preece Ypsilon Software Ltd brianp@ypsilonsoftware.co.uk Purpose of this session To show how I used some advanced features of

More information

Planning an architecture for the. Internet of Things. IoT Expo, Nov 5, Sumit Sharma Director, API Solutions.

Planning an architecture for the. Internet of Things. IoT Expo, Nov 5, Sumit Sharma Director, API Solutions. Planning an architecture for the Internet of Things IoT Expo, Nov 5, 2014 Sumit Sharma Director, API Solutions sumit.sharma@mulesoft.com Leading connectivity platform for enterprise applications, mobile

More information

Certificazione Oracle

Certificazione Oracle Certificazione Oracle 1Z0-017-JPN 1Z0-018-JPN Bronze SQL I Bronze DBA 11g 1Z0-027 Oracle Exadata X3 and X4 Administration 1Z0-027-JPN Oracle Exadata X3 Administration 1Z0-028 Oracle Database Cloud Administration

More information

IBM Worklight V5.0.6 Getting Started

IBM Worklight V5.0.6 Getting Started IBM Worklight V5.0.6 Getting Started Creating your first Worklight application 17 January 2014 US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract

More information

"Web Age Speaks!" Webinar Series

Web Age Speaks! Webinar Series "Web Age Speaks!" Webinar Series Java EE Patterns Revisited WebAgeSolutions.com 1 Introduction Bibhas Bhattacharya CTO bibhas@webagesolutions.com Web Age Solutions Premier provider of Java & Java EE training

More information

BUILDING HYBRID MOBILE APPS WITH ORACLE JET

BUILDING HYBRID MOBILE APPS WITH ORACLE JET BUILDING HYBRID MOBILE APPS WITH ORACLE JET Luc Bors ( @lucb_ ) Oracle ACE Director / Developer Champion Technical Director eproseed Oracle Code Chicago Tuesday March 20 2018 Copyright 2017, Oracle and/or

More information

Oracle Mobile Hub. Complete Mobile Platform

Oracle Mobile Hub. Complete Mobile Platform Oracle Mobile Hub Mobile is everywhere and has changed nearly every facet of our lives. The way we work, play, socialize and interact with one another have all been revolutionized by mobile devices. More

More information

WEB DESIGN SERVICES. Google Certified Partner. In-Studio Interactive CEO: Onan Bridgewater. instudiologic.com.

WEB DESIGN SERVICES. Google Certified Partner. In-Studio Interactive CEO: Onan Bridgewater. instudiologic.com. In-Studio Interactive CEO: Onan Bridgewater instudiologic.com sales@instudiologic.com info@instudiologic.com WEB DESIGN SERVICES Google Certified Partner 1. Brand Building Engagements that Drive Sales

More information

Real Time Summarization. Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Real Time Summarization. Copyright 2014, Oracle and/or its affiliates. All rights reserved. Real Time Summarization 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.

More information

Single Sign-On Best Practices

Single Sign-On Best Practices AUGUST 2018 WHITE PAPER Single Sign-On Best Practices Protecting Access in the Cloud Table of Contents Executive Summary... 3 Objectives... 3 Security Challenges... 4 Standards... 5 Conclusion... 6 Additional

More information

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps WebSphere Puts Business In Motion Put People In Motion With Mobile Apps Use Mobile Apps To Create New Revenue Opportunities A clothing store increases sales through personalized offers Customers can scan

More information

Strategies for Running Oracle Forms from Mobile Devices and Tablets.

Strategies for Running Oracle Forms from Mobile Devices and Tablets. Strategies for Running Oracle Forms from Mobile Devices and Tablets Mia Urman, AuraPlayer miaurman@auraplayer.com Denis Tyrell, Oracle 5 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

More information

JD Edwards EnterpriseOne Tools

JD Edwards EnterpriseOne Tools JD Edwards EnterpriseOne Tools Business Services Development Guide Release 8.98 Update 4 E14693-02 March 2011 JD Edwards EnterpriseOne Tools Business Services Development Guide, Release 8.98 Update 4 E14693-02

More information

Open World 2008 Hands-On Lab. JD Edwards EnterpriseOne Embedded BI Publisher. OOW 2008 Hands On Labs JD Edwards EnterpriseOne

Open World 2008 Hands-On Lab. JD Edwards EnterpriseOne Embedded BI Publisher. OOW 2008 Hands On Labs JD Edwards EnterpriseOne Open World 2008 Hands-On Lab JD Edwards EnterpriseOne Embedded BI Publisher OOW 2008 Hands On Labs JD Edwards EnterpriseOne Table of Contents 1 TUTORIAL OVERVIEW...3 2 GENERATE XML...4 2.1 Sign-on...4

More information

Before you start proceeding with this tutorial, we are assuming that you are already aware about the basics of Web development.

Before you start proceeding with this tutorial, we are assuming that you are already aware about the basics of Web development. About the Tutorial This tutorial will give you an idea of how to get started with SharePoint development. Microsoft SharePoint is a browser-based collaboration, document management platform and content

More information

ArcGIS Runtime: Building Cross-Platform Apps. Rex Hansen Mark Baird Michael Tims Morten Nielsen

ArcGIS Runtime: Building Cross-Platform Apps. Rex Hansen Mark Baird Michael Tims Morten Nielsen ArcGIS Runtime: Building Cross-Platform Apps Rex Hansen Mark Baird Michael Tims Morten Nielsen Agenda Cross-platform review ArcGIS Runtime cross-platform options - Java - Qt -.NET ArcGIS Runtime: Building

More information

Technicalities of Living in the JD Edwards Cloud Cloud Options and Strategies

Technicalities of Living in the JD Edwards Cloud Cloud Options and Strategies Technicalities of Living in the JD Edwards Cloud Cloud Options and Strategies Clayton Seeley Product Manager JD Edwards Development Copyright 2015, Oracle and/or its affiliates. All rights reserved. Safe

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme STO1498BU Tech Preview: Disaster Recovery with ware Cloud on AWS world 2017 Content: Not for publication Ben Meadowcroft, ware @BenMeadowcroft GS Khalsa, ware @gurusimran #world #STO1498BU Disclaimer This

More information

Mobile Application Development: Introducing ADF Mobile Native Client Framework

Mobile Application Development: Introducing ADF Mobile Native Client Framework Mobile Application Development: Introducing ADF Mobile Native Client Framework Denis Tyrell, Senior Director of Product Development, ADF/JDeveloper Joe Huang, Senior Principal Product Manager, ADF/JDeveloper

More information

How to Build an Appium Continuous Testing Pipeline

How to Build an Appium Continuous Testing Pipeline How to Build an Appium Continuous Testing Pipeline Step-by-Step Tutorial November, 2017 Today s speakers Guy Arieli, CTO, Experitest Ruth Zamir Marketing Director Experitest 01 Why do we need continuous

More information

Enterprise Architecture Building a Mobile Vision. David Hunt DCH Technology Services Gill Windall University of Greenwich

Enterprise Architecture Building a Mobile Vision. David Hunt DCH Technology Services Gill Windall University of Greenwich Enterprise Architecture Building a Mobile Vision David Hunt DCH Technology Services Gill Windall University of Greenwich What is Enterprise Architecture? Definition Enterprise Architecture is the practice

More information

IBM Security Access Manager Version December Release information

IBM Security Access Manager Version December Release information IBM Security Access Manager Version 8.0.1 12 December 2014 Release information IBM Security Access Manager Version 8.0.1 12 December 2014 Release information ii IBM Security Access Manager Version 8.0.1

More information

Connecting Enterprise Systems to WebSphere Application Server

Connecting Enterprise Systems to WebSphere Application Server Connecting Enterprise Systems to WebSphere Application Server David Currie Senior IT Specialist Introduction Many organisations have data held in enterprise systems with non-standard interfaces There are

More information

... IBM Advanced Technical Skills IBM Oracle International Competency Center September 2013

... IBM Advanced Technical Skills IBM Oracle International Competency Center September 2013 Performance benefits of IBM Power Systems and IBM FlashSystem for JD Edwards EnterpriseOne IBM Power 780 server with AIX and IBM FlashSystem 820 flash storage improves batch performance in a client proof

More information

Scaling DreamFactory

Scaling DreamFactory Scaling DreamFactory This white paper is designed to provide information to enterprise customers about how to scale a DreamFactory Instance. The sections below talk about horizontal, vertical, and cloud

More information

LOT-404 IBM. Developing Enterprise Mobile Applications with IBM Worklight and IBM WebSphere Portal

LOT-404 IBM. Developing Enterprise Mobile Applications with IBM Worklight and IBM WebSphere Portal IBM LOT-404 Developing Enterprise Mobile Applications with IBM Worklight and IBM WebSphere Portal Download Full Version : https://killexams.com/pass4sure/exam-detail/lot-404 A. Safari B. the Newsstand

More information

The IBM MobileFirst Platform

The IBM MobileFirst Platform The IBM MobileFirst Platform Curtis Miles IBM MobileFirst Solution Architect April 14, 2015 What is the IBM MobileFirst Platform? A modular set " of libraries, tools, and runtimes " that help you " easily

More information

JD EDWARDS ENTERPRISEONE USER EXPERIENCE

JD EDWARDS ENTERPRISEONE USER EXPERIENCE JD EDWARDS ENTERPRISEONE USER EXPERIENCE KEY FEATURES AND BENEFITS Highly interactive interface that leverages Dynamic HTML provides immediate feedback to the user. EnterpriseOne Pages provide a single

More information

Building Android Apps Runtime SDK for Android

Building Android Apps Runtime SDK for Android Building Android Apps Runtime SDK for Android Dan O Neill & Alan Lucas Introductions What do you do What do we do - Android Development Team - Edinburgh Alan Lucas - https://github.com/alan-edi - Alaska

More information

Enterprise Caching in a Mobile Environment IBM Redbooks Solution Guide

Enterprise Caching in a Mobile Environment IBM Redbooks Solution Guide Enterprise Caching in a Mobile Environment IBM Redbooks Solution Guide In the current global enterprise business environment, with the millions of applications running across Apple ios, Android, Windows

More information