REST API Developer Preview

Size: px
Start display at page:

Download "REST API Developer Preview"

Transcription

1 REST API Developer Preview Dave Carroll Developer Alex Toussaint Sr. Product

2 Safe Harbor Safe harbor statement under the Private Securities Litigation Reform Act of 1995: This presentation may contain forward-looking statements that involve risks, uncertainties, and assumptions. If any such uncertainties materialize or if any of the assumptions proves incorrect, the results of salesforce.com, inc. could differ materially from the results expressed or implied by the forward-looking statements we make. All statements other than statements of historical fact could be deemed forward-looking, including any projections of subscriber growth, earnings, revenues, or other financial items and any statements regarding strategies or plans of management for future operations, statements of belief, any statements concerning new, planned, or upgraded services or technology developments and customer contracts or use of our services. The risks and uncertainties referred to above include but are not limited to risks associated with developing and delivering new functionality for our service, our new business model, our past operating losses, possible fluctuations in our operating results and rate of growth, interruptions or delays in our Web hosting, breach of our security measures, risks associated with possible mergers and acquisitions, the immature market in which we operate, our relatively limited operating history, our ability to expand, retain, and motivate our employees and manage our growth, new releases of our service and successful customer deployment, our limited history reselling non-salesforce.com products, and utilization and selling to larger enterprise customers. Further information on potential factors that could affect the financial results of salesforce.com, inc. is included in our annual report on Form 10-Q for the most recent fiscal quarter ended April 30, This document and others are available on the SEC Filings section of the Investor Information section of our Web site. Any unreleased services or features referenced in this or other press releases or public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make the purchase decisions based upon features that are currently available. Salesforce.com, inc. assumes no obligation and does not intend to update these forward-looking statements.

3 Agenda Shift in Cloud Computing Force.com API Family REST API What is REST? Characteristics Anatomy of REST call Start Exploring Demos Rest Explorer Android Client HTML5/Ipad Next Steps

4 Fundamental Shift in Cloud Computing Low Cost. Fast. Easy-to-use Collaboration. Real-time. Mobile

5 The Force.com API SOAP API Most popular API in use today SOAP based services Synchronous Bulk API Ideal for very large data sets REST based services Asynchronous REST API (Pilot for Winter 11 Release) Brand new API suitable for Web 2.0 projects, mobile devices, HTML5 REST based services Synchronous Pilot launch with over 1000 developers

6 What is REST? The term Representational State Transfer was introduced and defined in 2000 by Roy Fielding in his doctoral dissertation: Representational State Transfer (REST) is a style of software architecture for distributed hypermedia systems such as the World Wide Web Simplify how developers can build applications and services to work over the web Can you translate that to English for me? What is a resource?

7 Characteristics Leverage HTTP Each resource in the Force.com REST API is a named URI that is used with an HTTP method such as: HEAD, GET, POST, PATCH, or DELETE. Stateless Each request from client to server must contain all the information necessary to understand the request, and not use any stored context on the server Caching Behavior Responses are labeled as cacheable or non-cacheable Uniform interface All resources are accessed with a generic interface over HTTP Named resources All resources are named using a base URI that follows Salesforce.com URI

8 Characteristics Authentication the Force.com REST API supports OAuth 2.0 and our standard ways to get SID Support XML and JSON You can use the HTTP ACCEPT header to select either JSON or XML to be returned, or append.json or.xml to the URI, for example /Account/001D000000INjVe.json JSON Format The JavaScript Object Notation ( JSON) format is supported with UTF-8, with date-time information in ISO8601 format. XML serialization is similar to the SOAP-based Web services API XML Format XML requests are supported in UTF-8 and UTF-16 and XML responses are provided in UTF-8

9 Anatomy of REST API call HTTP Method + Resource + Authorization curl -H "Authorization: OAuth token" -H "X-PrettyPrint:1 curl 001D000000INjVe/body -H "Authorization: OAuth token" -H "X-PrettyPrint:1 curl +from+account-h "Authorization: OAuth token" -H "X-PrettyPrint:1 An HTTP ACCEPT header used to indicate the resource format (XML or JSON), or a.json or.xml extension Any JSON or XML files for requests, such as updating a record with new information

10 Authenticating with OAuth2 Looking to correct/improve issues with 1.0 Based on OAuth WRAP Actively being defined in IETF WG Salesforce, Google, Microsoft, Facebook, Twitter, Yahoo, and lots of others Initial implementations from MSFT, Google, Twitter, Facebook, 37 signals, Github.and Salesforce Very simple programming model Defined flows for a wide set of clients Several example libraries available

11 Configuring a Client Setup/Administration/Create/Remote Access

12 When to use REST? Applications running on a Browser or Mobile device Simpler syntax, small foot print Leverage HTTP standards Front end, client based integrations Web 2.0 type projects Commonly associated with web applications that facilitate interactive information sharing, interoperability, user-centered design, and collaboration User interacting with system, getting data chunks at a time Enterprise projects where WSDL contract not required The detailed data typing provided WSDL is not required JSON formatted results HTTP are your method calls

13 Basic Calls - Start Exploring Get a list of resources: Get a List of Available Objects Get Basic Object Information Get a List of Fields Executing a SOQL Query +Account

14 Demo - REST Explorer Available at the App Store today /services/data/v20.0/query?q=select+name+from+account /services/data/v20.0/sobjects/account/describe/

15 Demo - Android

16 Demo - ipad/html5 App

17 REST API - Pilot Typical questions we get at this point: What happens with the SOAP API? What happens with the Bulk API? Authenticate using SID or OAuth2 REST Upsert? Cross domain scripting? Considering etags? More Documentation? More samples? InterOp testing? Patch Why? Serialization/Deserialization of JSON in APEX? Where do we go from here? Can we deploy our app to production?

18 Questions

19 Next Steps 1. Register for Developer Account 2. Get REST API enabled in your Org 3. Get a copy of our REST API documentation 4. Get involved in the REST Discussion Groups 5. Come meet us at CloudStock Come meet us at Dream Force Survey

20 Thank you!

Apex REST API. SUMMER OF APIs. Sandeep Bhanot Developer Alex Toussaint Senior Product

Apex REST API. SUMMER OF APIs. Sandeep Bhanot Developer Alex Toussaint Senior Product SUMMER OF APIs Apex REST API Sandeep Bhanot Developer Evangelist @cloudysan Alex Toussaint Senior Product Manager @alextoussaint Got Twitter? @forcedotcom / #forcewebinar Facebook? facebook.com/forcedotcom

More information

Building Mobile Force.com Apps for the iphone and ipad

Building Mobile Force.com Apps for the iphone and ipad Building Mobile Force.com Apps for the iphone and ipad Quinton Wall Sr. Developer Evangelist, Salesforce.com @quintonwall Mike Leach Manager, Cloud Services, Facebook @dlog Safe Harbor Salesforce.com Safe

More information

Making your Application Social with the Chatter API

Making your Application Social with the Chatter API Making your Application Social with the Chatter API Logan Henriquez Product Manager @loganh Quinton Wall Developer Evangelist @quintonwall Safe Harbor Safe harbor statement under the Private Securities

More information

Connect Your Clouds with Force.com

Connect Your Clouds with Force.com Connect Your Clouds with Force.com Developer Track Jeff Douglas, Senior Technical Consultant, Appirio Safe Harbor Safe harbor statement under the Private Securities Litigation Reform Act of 1995: This

More information

Build Data-rich Websites using Siteforce

Build Data-rich Websites using Siteforce Build Data-rich Websites using Siteforce Sonali Agrawal Director of Product Management @sonali_sfdc Eric Dorgelo Director of Development Safe Harbor Safe harbor statement under the Private Securities Litigation

More information

Custom Metadata Types

Custom Metadata Types Custom Metadata Types build your apps like Salesforce does Avrom Roy-Faderman Principal MTS Salesforce App Cloud Aaron Slettehaugh Product Management Director Salesforce App Cloud May 11, 2016 Developers

More information

Secure Coding: Storing Secrets In Your Salesforce Instance

Secure Coding: Storing Secrets In Your Salesforce Instance Secure Coding: Storing Secrets In Your Salesforce Instance Kyle Tobener Product Security Engineer @KyleKyle Maxwell Feldman Product Security Engineer Safe Harbor Safe harbor statement under the Private

More information

Do Not Fear the Command Line

Do Not Fear the Command Line Do Not Fear the Command Line You're Smarter than It Madrid 1st June 2017 Do Not Fear the Command Line You Are Smarter Than It Peter Chittum, Developer Evangelist @pchittum Forward-Looking Statements Statement

More information

Auto-Cascading Security Updates Through Docker Images

Auto-Cascading Security Updates Through Docker Images Auto-Cascading Security Updates Through Docker Images Andrey Falko Salesforce Infrastructure Forward-Looking Statements Statement under the Private Securities Litigation Reform Act of 1995: This presentation

More information

Spring 10: Platform Release Preview Webinar

Spring 10: Platform Release Preview Webinar Spring 10: Platform Release Preview Webinar Sarah Franklin Sr. Product Marketing Manager Dave Carroll Director of Developer Evangelism Safe Harbor Safe harbor statement under the Private Securities Litigation

More information

Securing Your Salesforce Org: The Human Factor. February 2016 User Group Meeting

Securing Your Salesforce Org: The Human Factor. February 2016 User Group Meeting Securing Your Salesforce Org: The Human Factor February 2016 User Group Meeting Safe Harbor Safe harbor statement under the Private Securities Litigation Reform Act of 1995: This presentation may contain

More information

Introduction to Your Most Trusted Resource

Introduction to   Your Most Trusted Resource Introduction to Email: Your Most Trusted Resource Jon Powell Sr. Manager, Executive Research & Development MECLABS Institute @jonpowell31 Arun Kamoji Email Marketing Manager Salesforce @mrkamoji Safe Harbor

More information

LEADING WITH GRC. Common Controls Framework. Sundar Venkat, Sr. Director Technology Compliance Salesforce

LEADING WITH GRC. Common Controls Framework. Sundar Venkat, Sr. Director Technology Compliance Salesforce LEADING WITH GRC Common Controls Framework Sundar Venkat, Sr. Director Technology Compliance Salesforce Forward-Looking Statements Statement under the Private Securities Litigation Reform Act of 1995:

More information

TRACKING & MARKETING CLOUD REPORTS

TRACKING & MARKETING CLOUD REPORTS @SalesforceU EMAIL TRACKING & MARKETING CLOUD REPORTS Roche Jan. 2018 Nikki Davie Sr. Learning Consultant, Salesforce University ndavie@salesforce.com www.salesforce.com/training Copyright 2016 salesforce.com,

More information

Develop Mobile Front Ends Using Mobile Application Framework A - 2

Develop Mobile Front Ends Using Mobile Application Framework A - 2 Develop Mobile Front Ends Using Mobile Application Framework A - 2 Develop Mobile Front Ends Using Mobile Application Framework A - 3 Develop Mobile Front Ends Using Mobile Application Framework A - 4

More information

ITP 140 Mobile Technologies. Mobile Topics

ITP 140 Mobile Technologies. Mobile Topics ITP 140 Mobile Technologies Mobile Topics Topics Analytics APIs RESTful Facebook Twitter Google Cloud Web Hosting 2 Reach We need users! The number of users who try our apps Retention The number of users

More information

ORACLE APPLICATION EXPRESS, ORACLE REST DATA SERVICES, & WEBLOGIC 12C AUTHOR: BRAD GIBSON SENIOR SOLUTIONS ARCHITECT ADVIZEX

ORACLE APPLICATION EXPRESS, ORACLE REST DATA SERVICES, & WEBLOGIC 12C AUTHOR: BRAD GIBSON SENIOR SOLUTIONS ARCHITECT ADVIZEX ORACLE APPLICATION EXPRESS, ORACLE REST DATA SERVICES, & WEBLOGIC 12C AUTHOR: BRAD GIBSON SENIOR SOLUTIONS ARCHITECT ADVIZEX AdvizeX Technologies - A Rolta Company 6/12/2015 1 AGENDA Introductions Test

More information

THE ROAD TO DIGITAL TRANSFORMATION

THE ROAD TO DIGITAL TRANSFORMATION THE ROAD TO DIGITAL TRANSFORMATION RED HAT & APPLICATION DEVELOPMENT CRAIG MUZILLA Senior Vice President Application Platforms Business SAFE HARBOR FORWARD LOOKING STATEMENTS Certain statements contained

More information

Coding Intro to APIs and REST

Coding Intro to APIs and REST DEVNET-3607 Coding 1001 - Intro to APIs and REST Matthew DeNapoli DevNet Developer Evangelist Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1. Find this session

More information

SALESFORCE DEVELOPER LIMITS AND ALLOCATIONS QUICK REFERENCE

SALESFORCE DEVELOPER LIMITS AND ALLOCATIONS QUICK REFERENCE SALESFORCE DEVELOPER LIMITS AND ALLOCATIONS QUICK REFERENCE Summary Find the most critical limits for developing Lightning Platform applications. About This Quick Reference This quick reference provides

More information

HPE to Acquire Nimble Storage

HPE to Acquire Nimble Storage HPE to Acquire Nimble Storage March 7, 2017 http://www.hpe.com/investor/home Forward Looking Statements This document contains forward-looking statements within the meaning of the safe harbor provisions

More information

Investor Overview 2018

Investor Overview 2018 Investor Overview 2018 1 SAFE HARBOR This presentation contains forward-looking statements that involve risks, uncertainties and assumptions. If the risks or uncertainties ever materialize or the assumptions

More information

Now Platform Technology Deep Dive

Now Platform Technology Deep Dive Now Platform Technology Deep Dive Dragan Preocanin APJ Platform Innovation Team Lead ServiceNow Dylan Lindgren APJ Platform Innovation Team Senior UI Developer ServiceNow 1 Safe Harbor This presentation

More information

Integrating Salesforce and SharePoint Netwoven Inc.

Integrating Salesforce and SharePoint Netwoven Inc. Integrating Salesforce and SharePoint 2013 Netwoven Inc. Audience Background How many have some experience with: Salesforce.com: basic Sales or other Apps SharePoint 2013 Apps (SP or Cloud hosted) Development

More information

SALESFORCE DEVELOPER LIMITS AND ALLOCATIONS QUICK REFERENCE

SALESFORCE DEVELOPER LIMITS AND ALLOCATIONS QUICK REFERENCE SALESFORCE DEVELOPER LIMITS AND ALLOCATIONS QUICK REFERENCE Summary Find the most critical limits for developing Lightning Platform applications. About This Quick Reference This quick reference provides

More information

SALESFORCE DEVELOPER LIMITS AND ALLOCATIONS QUICK REFERENCE

SALESFORCE DEVELOPER LIMITS AND ALLOCATIONS QUICK REFERENCE SALESFORCE DEVELOPER LIMITS AND ALLOCATIONS QUICK REFERENCE Summary Find the most critical limits for developing Lightning Platform applications. About This Quick Reference This quick reference provides

More information

STANDARD REST API FOR

STANDARD REST API FOR STANDARD REST API FOR EMAIL Kalana Guniyangoda (118209x) Dissertation submitted in partial fulfillment of the requirements for the degree Master of Science Department of Computer Science & Engineering

More information

Stable currents. Nick Veenstra. Developing against the Pure API

Stable currents. Nick Veenstra. Developing against the Pure API Stable currents Nick Veenstra Developing against the Pure API From public libraries into Library Information Systems Development (at INFOR and TU/e) Research Information Specialist at Eindhoven University

More information

Copyright 2014 Blue Net Corporation. All rights reserved

Copyright 2014 Blue Net Corporation. All rights reserved a) Abstract: REST is a framework built on the principle of today's World Wide Web. Yes it uses the principles of WWW in way it is a challenge to lay down a new architecture that is already widely deployed

More information

Force.com REST API Developer's Guide

Force.com REST API Developer's Guide Version 21.0: Spring '11 Force.com REST API Developer's Guide Last updated: April 18, 2011 Copyright 2000-2011 salesforce.com, inc. All rights reserved. Salesforce.com is a registered trademark of salesforce.com,

More information

HTTP, REST Web Services

HTTP, REST Web Services HTTP, REST Web Services Martin Ledvinka martin.ledvinka@fel.cvut.cz Winter Term 2018 Martin Ledvinka (martin.ledvinka@fel.cvut.cz) HTTP, REST Web Services Winter Term 2018 1 / 36 Contents 1 HTTP 2 RESTful

More information

RESTful API Design APIs your consumers will love

RESTful API Design APIs your consumers will love RESTful API Design APIs your consumers will love Matthias Biehl RESTful API Design Copyright 2016 by Matthias Biehl All rights reserved, including the right to reproduce this book or portions thereof in

More information

Oracle RESTful Services A Primer for Database Administrators

Oracle RESTful Services A Primer for Database Administrators Oracle RESTful Services A Primer for Database Administrators Sean Stacey Director Database Product Management Oracle Server Technologies Copyright 2017, Oracle and/or its affiliates. All rights reserved.

More information

Salesforce.com Summer '10 Release Notes

Salesforce.com Summer '10 Release Notes Salesforce.com: Summer '10 Salesforce.com Summer '10 Release Notes Last updated: July 20, 2010 Copyright 2000-2010 salesforce.com, inc. All rights reserved. Salesforce.com is a registered trademark of

More information

Mobile Security Overview Rob Greer, VP Endpoint Management and Mobility Product Management Dave Cole, Sr. Director Consumer Mobile Product Management

Mobile Security Overview Rob Greer, VP Endpoint Management and Mobility Product Management Dave Cole, Sr. Director Consumer Mobile Product Management Mobile Security Overview Rob Greer, VP Endpoint Management and Mobility Product Management Dave Cole, Sr. Director Consumer Mobile Product Management June 29, 2011 1 Forward-Looking Statements This presentation

More information

First Quarter 2018 Earnings Presentation. May 8, 2018

First Quarter 2018 Earnings Presentation. May 8, 2018 First Quarter 2018 Earnings Presentation May 8, 2018 1 Safe Harbor Caution Concerning Forward-Looking Statements Various remarks that the Company makes contain forward-looking statements regarding acquisitions,

More information

ReST 2000 Roy Fielding W3C

ReST 2000 Roy Fielding W3C Outline What is ReST? Constraints in ReST REST Architecture Components Features of ReST applications Example of requests in REST & SOAP Complex REST request REST Server response Real REST examples REST

More information

Understanding RESTful APIs and documenting them with Swagger. Presented by: Tanya Perelmuter Date: 06/18/2018

Understanding RESTful APIs and documenting them with Swagger. Presented by: Tanya Perelmuter Date: 06/18/2018 Understanding RESTful APIs and documenting them with Swagger Presented by: Tanya Perelmuter Date: 06/18/2018 1 Part 1 Understanding RESTful APIs API types and definitions REST architecture and RESTful

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

Web Services Week 10

Web Services Week 10 Web Services Week 10 Emrullah SONUÇ Department of Computer Engineering Karabuk University Fall 2017 1 Recap BPEL Process in Netbeans RESTful Web Services Introduction to Rest Api 2 Contents RESTful Web

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

CARBONITE 2015 THIRD QUARTER FINANCIAL RESULTS OCTOBER 28, 2015

CARBONITE 2015 THIRD QUARTER FINANCIAL RESULTS OCTOBER 28, 2015 CARBONITE 2015 THIRD QUARTER FINANCIAL RESULTS OCTOBER 28, 2015 EMILY WALT Director of Investor Relations Safe Harbor These slides and the accompanying oral presentation contain "forward-looking statements"

More information

Qlik Sense Security. Understand security basics of the new Sense platform. 14 October, 2014 Magnus Berg Master Principal Enterprise Architect

Qlik Sense Security. Understand security basics of the new Sense platform. 14 October, 2014 Magnus Berg Master Principal Enterprise Architect Qlik Sense Security Understand security basics of the new Sense platform 14 October, 2014 Magnus Berg Master Principal Enterprise Architect Legal Disclaimer This Presentation contains forward-looking statements,

More information

Discussion #4 CSS VS XSLT. Multiple stylesheet types with cascading priorities. One stylesheet type

Discussion #4 CSS VS XSLT. Multiple stylesheet types with cascading priorities. One stylesheet type Discussion #4 CSS VS XSLT Difference 1 CSS Multiple stylesheet types with cascading priorities XSLT One stylesheet type Difference 2 Used for HTML Used for structured document Difference 3 Only client

More information

There is REST and then there is REST. Radovan Semančík November 2017

There is REST and then there is REST. Radovan Semančík November 2017 There is REST and then there is REST Radovan Semančík November 2017 Who Am I? Ing. Radovan Semančík, PhD. Software Architect at Evolveum Architect of Evolveum midpoint Apache Foundation committer Contributor

More information

Service Oriented Architectures (ENCS 691K Chapter 2)

Service Oriented Architectures (ENCS 691K Chapter 2) Service Oriented Architectures (ENCS 691K Chapter 2) Roch Glitho, PhD Associate Professor and Canada Research Chair My URL - http://users.encs.concordia.ca/~glitho/ The Key Technologies on Which Cloud

More information

ITP 342 Mobile App Development. APIs

ITP 342 Mobile App Development. APIs ITP 342 Mobile App Development APIs API Application Programming Interface (API) A specification intended to be used as an interface by software components to communicate with each other An API is usually

More information

Fourth Quarter and Full Year 2018 Earnings Presentation. February 21, 2019

Fourth Quarter and Full Year 2018 Earnings Presentation. February 21, 2019 Fourth Quarter and Full Year 2018 Earnings Presentation February 21, 2019 1 Safe Harbor Caution Concerning Forward-Looking Statements Various remarks that the Company makes contain forward-looking statements

More information

SHAREPOINT DEVELOPMENT FOR 2016/2013

SHAREPOINT DEVELOPMENT FOR 2016/2013 SHAREPOINT DEVELOPMENT FOR 2016/2013 Course Code: AUDIENCE: FORMAT: LENGTH: SP16-310-GSA (CP GSA2016) Professional Developers Instructor-led training with hands-on labs 5 Days COURSE INCLUDES: 5-days of

More information

Security Authentication and Authorization What s New in security in QlikView 11. Fredrik Lautrup Ralph Senseny

Security Authentication and Authorization What s New in security in QlikView 11. Fredrik Lautrup Ralph Senseny Security Authentication and Authorization What s New in security in QlikView 11 Fredrik Lautrup Ralph Senseny Legal Disclaimer This Presentation contains forward-looking statements, including, but not

More information

Red Hat Acquisition of Qumranet Adds next generation virtualization capabilities. September 4, 2008

Red Hat Acquisition of Qumranet Adds next generation virtualization capabilities. September 4, 2008 Red Hat Acquisition of Qumranet Adds next generation virtualization capabilities September 4, 2008 Safe Harbor Forward-Looking Statements Certain statements contained or discussed in this presentation

More information

XML Processing & Web Services. Husni Husni.trunojoyo.ac.id

XML Processing & Web Services. Husni Husni.trunojoyo.ac.id XML Processing & Web Services Husni Husni.trunojoyo.ac.id Based on Randy Connolly and Ricardo Hoar Fundamentals of Web Development, Pearson Education, 2015 Objectives 1 XML Overview 2 XML Processing 3

More information

PS/2 Web Services

PS/2 Web Services 703128 PS/2 Web Services REST Services Monday, 2015-01-12 Copyright 2014 STI INNSBRUCK www.sti-innsbruck.at Outline REST Services Task: Java API for RESTful Web Services (JAX-RS) REST Web Services design

More information

Leveraging Adaptive Auth and Device Trust for Enhanced Security and Compliance

Leveraging Adaptive Auth and Device Trust for Enhanced Security and Compliance Leveraging Adaptive Auth and Device Trust for Enhanced Security and Compliance CHRISTOPHER NIGGEL, DIRECTOR OF SECURITY & COMPLIANCE SWAROOP SHAM, SR PRODUCT MARKETING MANAGER, SECURITY CHRIS NIGGEL Director

More information

(408) (408) NETAPP ANNOUNCES RESULTS FOR SECOND QUARTER FISCAL YEAR 2013

(408) (408) NETAPP ANNOUNCES RESULTS FOR SECOND QUARTER FISCAL YEAR 2013 Press Contact: Investor Contact: Ryan Lowry Kris Newton NetApp NetApp (408) 822-7544 (408) 822-3312 ryanl@netapp.com kris.newton@netapp.com NETAPP ANNOUNCES RESULTS FOR SECOND QUARTER FISCAL YEAR 2013

More information

REST AND AJAX. Introduction. Module 13

REST AND AJAX. Introduction. Module 13 Module 13 REST AND AJAX Introduction > Until now we have been building quite a classic web application: we send a request to the server, the server processes the request, and we render the result and show

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

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

DatabaseRESTAPI

DatabaseRESTAPI ORDS DatabaseRESTAPI https://oracle.com/rest Jeff Smith Senior Principal Product Manager Jeff.d.smith@oracle.com @thatjeffsmith Database Tools, Oracle Corp Not just THAT SQLDev Guy I GET ORDS, too! Blogs

More information

Authentication in the Cloud. Stefan Seelmann

Authentication in the Cloud. Stefan Seelmann Authentication in the Cloud Stefan Seelmann Agenda Use Cases View Points Existing Solutions Upcoming Solutions Use Cases End user needs login to a site or service End user wants to share access to resources

More information

Investor Presentation February 2019

Investor Presentation February 2019 Investor Presentation February 2019 1 Safe Harbor Caution Concerning Forward-Looking Statements Various remarks that the Company makes contain forward-looking statements regarding acquisitions, acquisition

More information

Integrating with ClearPass HTTP APIs

Integrating with ClearPass HTTP APIs Integrating with ClearPass HTTP APIs HTTP based APIs The world of APIs is full concepts that are not immediately obvious to those of us without software development backgrounds and terms like REST, RPC,

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

Force.com Mobile Web with Sencha Touch

Force.com Mobile Web with Sencha Touch Force.com Mobile Web with Sencha Touch Don Robins Outformations, Inc. www.forcementor.com www.outformations.com Who Am I? 1. Technical Instructor (since 2009) 2. Developer (since 1984) 3. Community Activist

More information

UBS 42 nd Annual Global Media and Communications Conference December 8, Leigh Fox, CFO

UBS 42 nd Annual Global Media and Communications Conference December 8, Leigh Fox, CFO UBS 42 nd Annual Global Media and Communications Conference December 8, 2014 Leigh Fox, CFO Safe Harbor This presentation and the documents incorporated by reference herein contain forward-looking statements

More information

Protecting your Data in the Cloud. Cyber Security Awareness Month Seminar Series

Protecting your Data in the Cloud. Cyber Security Awareness Month Seminar Series Protecting your Data in the Cloud Cyber Security Awareness Month Seminar Series October 24, 2012 Agenda Introduction What is the Cloud Types of Clouds Anatomy of a cloud Why we love the cloud Consumer

More information

Force.com Streaming API Developer Guide

Force.com Streaming API Developer Guide Force.com Streaming API Developer Guide Version 41.0, Winter 18 @salesforcedocs Last updated: December 8, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

NeuroMama.com has a heart and the mission:

NeuroMama.com has a heart and the mission: NeuroMama, LTD., World s First Neural Technology-Powered Search Engine offers PRIVACY, Frequent Searcher Rewards Bonuses and most relevant search results. Novosibirsk, Russia: July 10, 2013 NeuroMama,

More information

EXAM - ADM-211. Administration Essentials for Experienced Admin. Buy Full Product.

EXAM - ADM-211. Administration Essentials for Experienced Admin. Buy Full Product. Salesforce EXAM - ADM-211 Administration Essentials for Experienced Admin Buy Full Product http://www.examskey.com/adm-211.html Examskey Salesforce ADM-211 exam demo product is here for you to test the

More information

Lesson 14 SOA with REST (Part I)

Lesson 14 SOA with REST (Part I) Lesson 14 SOA with REST (Part I) Service Oriented Architectures Security Module 3 - Resource-oriented services Unit 1 REST Ernesto Damiani Università di Milano Web Sites (1992) WS-* Web Services (2000)

More information

Vonage to Acquire NewVoiceMedia

Vonage to Acquire NewVoiceMedia Vonage to Acquire NewVoiceMedia Analyst and Investor Briefing September 20, 2018 1 Safe Harbor Caution Concerning Forward-Looking Statements Various remarks that the Company makes contain forward-looking

More information

Salesforce IoT REST API Getting Started Guide

Salesforce IoT REST API Getting Started Guide Salesforce IoT REST API Getting Started Guide Version 42.0, Spring 18 @salesforcedocs Last updated: March 9, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Developing Enterprise Services for Mobile Devices using Rational Software Architect / Worklight

Developing Enterprise Services for Mobile Devices using Rational Software Architect / Worklight Developing Enterprise Services for Mobile Devices using Rational Software Architect / Worklight Sandeep Katoch Architect, Rational Software Architect Development sakatoch@in.ibm.com Agenda Introduction

More information

BLACKBERRY INVESTOR SESSION

BLACKBERRY INVESTOR SESSION BLACKBERRY INVESTOR SESSION November 13, 2014 BlackBerry Public Public SAFE HARBOR Forward-looking statements in this presentation are made pursuant to the "safe harbor" provisions of the U.S. Private

More information

EMEA/Africa/Middle East - Tuesday June 25th, :00:00 a.m. - 1:00pm BST / 10:00:00 a.m. - 2:00 p.m.cest /

EMEA/Africa/Middle East - Tuesday June 25th, :00:00 a.m. - 1:00pm BST / 10:00:00 a.m. - 2:00 p.m.cest / EMEA/Africa/Middle East - Tuesday June 25th, 2013 9:00:00 a.m. - 1:00pm BST / 10:00:00 a.m. - 2:00 p.m.cest / 1:30:00 p.m. - 5:30:00 p.m. IST / 12:00:00 p.m. - 4:00 p.m. MSK / 08:00:00 a.m. - 12:00 p.m.

More information

OpenText Buys HighTail

OpenText Buys HighTail OpenText Buys HighTail Investor Relations February 14, 2018 Safe Harbor Statement Certain statements in this presentation, including statements regarding OpenText s plans, objectives, expectations and

More information

API S OF YESTERDAY AND TODAY

API S OF YESTERDAY AND TODAY API s HP NonStop API S OF YESTERDAY AND TODAY What is an API.? An old term popularised by the current phase of internet development. a set of routines, protocols, and tools for building software applications.

More information

Best Practices in Securing Your Customer Data in Salesforce, Force.com & Chatter

Best Practices in Securing Your Customer Data in Salesforce, Force.com & Chatter White Paper Best Practices in Securing Your Customer Data in Salesforce, Force.com & Chatter Overcoming Security, Privacy & Compliance Concerns 333 W. San Carlos Street San Jose, CA 95110 Table of Contents

More information

This presentation and the documents incorporated by reference herein contain forward-looking statements regarding future events and our future

This presentation and the documents incorporated by reference herein contain forward-looking statements regarding future events and our future This presentation and the documents incorporated by reference herein contain forward-looking statements regarding future events and our future results that are subject to the safe harbor provisions of

More information

Interoperable Cloud Storage with the CDMI Standard. Mark Carlson, SNIA TC and Oracle Co-Chair, SNIA Cloud Storage TWG

Interoperable Cloud Storage with the CDMI Standard. Mark Carlson, SNIA TC and Oracle Co-Chair, SNIA Cloud Storage TWG Interoperable Cloud Storage with the CDMI Standard Mark Carlson, SNIA TC and Oracle Co-Chair, SNIA Cloud Storage TWG SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA.

More information

W H IT E P A P E R. Salesforce Security for the IT Executive

W H IT E P A P E R. Salesforce Security for the IT Executive W HITEPAPER Salesforce Security for the IT Executive Contents Contents...1 Introduction...1 Background...1 Settings Related to Security and Compliance...1 Password Settings... 1 Session Settings... 2 Login

More information

The Great SharePoint 2016/2013 Adventure for Developers

The Great SharePoint 2016/2013 Adventure for Developers The Great SharePoint 2016/2013 Adventure for Developers Developing for SharePoint 2016/2013 On-premises Course Code Audience Format Length Course Description Student Prerequisites GSA2016 Professional

More information

StorageGRID Webscale NAS Bridge Management API Guide

StorageGRID Webscale NAS Bridge Management API Guide StorageGRID Webscale NAS Bridge 2.0.3 Management API Guide January 2018 215-12414_B0 doccomments@netapp.com Table of Contents 3 Contents Understanding the NAS Bridge management API... 4 RESTful web services

More information

J.P. Morgan Healthcare Conference Investor Presentation Matt Wallach, President & Co-Founder January 14, Veeva Systems veeva.

J.P. Morgan Healthcare Conference Investor Presentation Matt Wallach, President & Co-Founder January 14, Veeva Systems veeva. J.P. Morgan Healthcare Conference Investor Presentation Matt Wallach, President & Co-Founder January 14, 2016 2016 Veeva Systems veeva.com Safe Harbor Forward-looking Statements This presentation contains

More information

Oracle SQL Developer & REST Data Services

Oracle SQL Developer & REST Data Services Oracle SQL Developer & REST Data Services What s New Jeff Smith Senior Principal Product Manager Database Development Tools Jeff.d.smith@oracle.com @thatjeffsmith http://www.thatjeffsmith.com Agenda New

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

REST. And now for something completely different. Mike amundsen.com

REST. And now for something completely different. Mike amundsen.com REST And now for something completely different Mike Amundsen @mamund amundsen.com Preliminaries Mike Amundsen Developer, Architect, Presenter Hypermedia Junkie I program the Internet Designing Hypermedia

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13 1 Roadmap Dave Bain PeopleSoft Product Management 2 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any

More information

The new SAP PI REST adapter Unveiled v1.0. SAPience TECH commission, Nov Dimitri Sannen SAP Solution Architect

The new SAP PI REST adapter Unveiled v1.0. SAPience TECH commission, Nov Dimitri Sannen SAP Solution Architect The new SAP PI REST adapter Unveiled v1.0 SAPience TECH commission, Nov 19 2015 Dimitri Sannen SAP Solution Architect Agenda TheValueChain What is REST? Availability Capabilities Demo SAP TechEd 2015 take-

More information

REST Services in Action: Using RESTful APIs with HPE NonStop Applications. Todd Barth - NuWave Andrew Price - NuWave

REST Services in Action: Using RESTful APIs with HPE NonStop Applications. Todd Barth - NuWave Andrew Price - NuWave REST Services in Action: Using RESTful APIs with HPE NonStop Applications Todd Barth - NuWave Andrew Price - NuWave Agenda REST API Overview Market Adoption APIs in Financial Services NuWave REST-based

More information

CO-BROWSING Provide Customers With an Ultra-Personal Service Experience With Visual Sharing

CO-BROWSING Provide Customers With an Ultra-Personal Service Experience With Visual Sharing CO-BROWSING Provide Customers With an Ultra-Personal Service Experience With Visual Sharing Michelle Brusyo Sr. Product Manager Safe Harbor Statement The following is intended to outline our general product

More information

ITP 342 Mobile App Dev

ITP 342 Mobile App Dev ITP 342 Mobile App Dev REST Representational state transfer (REST) is a style of software architecture for distributed hypermedia systems such as the World Wide Web Conforming to the REST constraints is

More information

Bootcamp Curriculum. Mobile Application Development - 7 Weeks. Training Curriculum. Mobile Application Development Curriculum 1. Cross Platform Design

Bootcamp Curriculum. Mobile Application Development - 7 Weeks. Training Curriculum. Mobile Application Development Curriculum 1. Cross Platform Design Bootcamp Curriculum Mobile Application Development - 7 Weeks Training Curriculum Orientation (1 day) UI & UX Fundamentals Learning C# for Mobile Development (7 days) Building Cross Platform Applications

More information

Developing Mobile Application Framework By Using RESTFul Web Service with JSON Parser

Developing Mobile Application Framework By Using RESTFul Web Service with JSON Parser Developing Mobile Application Framework By Using RESTFul Web Service with JSON Parser Ei Ei Thu,Than Nwe Aung University of Computer Studies Mandalay (UCSM), Mandalay, Myanmar. eieithuet@gmail.com, mdytna@gmail.com

More information

RAD SERVER. Marco Cantu, Delphi Product Manager

RAD SERVER. Marco Cantu, Delphi Product Manager RAD SERVER Marco Cantu, Delphi Product Manager marco.cantu@embarcadero.com Twitter: @marcocantu AGENDA (INTRODUCTION) What is RAD Server Technical foundations of RAD Server JSON support Returning JSON

More information

Your Voice is Your Passport: Implementing Voice-driven Applications with Amazon Alexa

Your Voice is Your Passport: Implementing Voice-driven Applications with Amazon Alexa Your Voice is Your Passport: Implementing Voice-driven Applications with Amazon Alexa Stephen Lippens Solutions Architect slippens@microstrategy.com This presentation may include statements that constitute

More information

5348 Vegas Drive Las Vegas, NV 89108, U.S.A. Tel: ; Fax: Website:

5348 Vegas Drive Las Vegas, NV 89108, U.S.A. Tel: ; Fax: Website: The information in this document includes certain "forward-looking" statements within the meaning of the Safe Harbor provisions of Federal Securities Laws, as that term is defined in section 27a of the

More information

Q: Where can we see the past recorded webinars? A: Much content of this nature may be found online at:

Q: Where can we see the past recorded webinars? A: Much content of this nature may be found online at: Q: Can I get a recording of the Webinar and / or a copy of the slides? A: Yes! Webinar and slides are both are available at: https://developer.salesforce.com/events/webinars/coding_in_app_cloud Q: Is there

More information

requirements of Section 10 of the U.S. Securities Act of 1933, as amended, and otherwise in accordance with applicable law.

requirements of Section 10 of the U.S. Securities Act of 1933, as amended, and otherwise in accordance with applicable law. Greg Kleiner, Twilio VP of Investor Relations & Treasurer Thank you. Good afternoon everyone and thank you for joining us on such short notice. As you ve seen by now, we ve announced the signing today

More information

Investor Presentation

Investor Presentation Investor Presentation Vlad Shmunis Founder, Chairman and CEO Clyde R. Hosein Chief Financial Officer November 2014 Safe Harbor This presentation includes forward-looking statements within the meaning of

More information