Mobile Apps on IBM i with IBM MobileFirst & Bluemix

Size: px
Start display at page:

Download "Mobile Apps on IBM i with IBM MobileFirst & Bluemix"

Transcription

1 Mobile Apps on IBM i with IBM MobileFirst & Bluemix Demonstration Benoit MAROLLEAU - Architect IBM Client Center Montpellier, France Benoit.Marolleau@fr.ibm.com v1.0 June 2017

2 Content Demonstration Behind the scenes IBM MobileFirst Platform MobileFirst Adapters / API IBM i & Cloud Services Integration: Interact with users from IBM i using Mobile Push Solution Deployment on POWER8 How to get Started? IBM Bluemix, MobileFirst & IBM i Useful Resources & Links 2

3 Introduction Be proactive & bring innovation, solutions to the Line of Business IBM i critical business data & applications are valuable assets for the enterprise, easily exposable through API s. Cloud API s can enrich your IBM i apps in a few lines of code. Take benefits of the best of Open Source with 5733OPS on IBM i, explore infinite innovation capabilities of Linux on Power (Open Power, Cognitive/Machine Learning, IoT, MobileFirst, ) integrated with IBM i. Use modern tools to build modern apps Rational Developer for i (ILE Dev, Bluemix Plugin, MobileFirst Plugin), ACS (SQL Editor, Visual Explain, emulator ), IBM Bluemix (for dev, or value-added services invocation), git /github, etc. + excellent third party IDE/DevOps tools available for i. IBM MobileFirst: a complete solution for Mobile dev, app & device management Leader on the market, Easy to create adapters to IBM i Develop your app with IBM i Modernization/Mobile solutions (for ILE developers) & deploy in MobileFirst 3

4 What s next? IBM MobileFirst Foundation Developer Center New to Open Source on IBM i & 5733OPS? The reference wiki is here Become a Watson master with the Bluemix & Watson Day Labs, Self-paced labs. Demo source code on soon on Github & on our Demo Portal (IBM ID live demo + materials)

5 Demonstratio n 5

6 Develop Mobile Services on IBM i with MobileFirst Platform Acme Airlines Digital Transformation Cordova Mobile Push Message Find Flight Browse Flight Book Flight View Profile Booking /Cancellation Confirmation Destination weather forecast HTML5 + Javascript MobileFirst Mobile Foundation Invoke Adapters (REST) IBM Bluemix Push Notifications Secure Gateway Service Demonstrated Solutions Develop & Deploy Mobile Apps with the State of the art IBM MobileFirst Platform solution. Get Started quickly in Bluemix, or on premise. IBM i Integration with REST & MobileFirst Adapters. Easy & Secure. Propose new services & enrich your IBM i Applications with Cloud Services: interact with mobile end-users with Mobile Push services. Simple with Open Source features on IBM i Browser Find Flight Browse Flight Book Flight View Profile HTML5 + Javascript MobileFirst Mobile Foundation Booking /Cancellation Confirmation Destination Weather forecast POWER8 Push Notifications Secure Gateway Client Invoke Adapters (REST) DMZ IAS / IWS Web Services RPG Java Business Layer

7 Behind the scenes: MobileFirst Platform Foundation 7

8 Why MobileFirst for App Development? 2016 Gartner Magic Quadrant IBM is positioned as a Leader in the 2016 Gartner Magic Quadrant for Mobile App Development Platforms, for its ability to execute and completeness of vision. IBM is positioned highest in execution within the Leaders Quadrant* This was the fourth consecutive year for IBM to be recognized as a leader in this report. *Source: Gartner Magic Quadrant for Mobile App Development Platforms, Richard Marshall, Van L. Baker, Joachim Herschmann, Jason Wong, Adrian Leow, 15 June, 2016 This graphic was published by Gartner, Inc. as part of a larger research document and should be evaluated in the context of the entire document. The Gartner document is available upon request from IBM. Gartner does not endorse any vendor, product or service depicted in its research publications, and does not advise technology users to select only those vendors with the highest ratings or other designation. Gartner research publications consist of the opinions of 2016 Gartner's IBM research Corporation organization and should not be construed as statements of fact. Gartner disclaims all warranties, expressed or implied, with respect to this research, including any warranties of merchantability or fitness for a particular purpose. 8 Foundation

9 API MobileFirst Platform Dev IDE & Tools Mobile App Builder Platform SDKs MobileFirst Studio Comprehensive Security App Lifecycle Management Mobile Analytics Backend Logic Engine Push & Offline Sync Bringyour-own Hybrid Cloud Build with any development tools, including Xcode, Android Studio and MobileFirst Studio Develop in native, Cordova or Xamarin and integrate any front-end framework Add MobileFirst Foundation SDK to new or existing apps, no matter which front-end framework, codebase or tools you choose Foundation 2016 IBM Corporation 9

10 MobileFirst Platform in a nutshell Feature IBM Mobile App Builder Instant Cloud Provisioning & Simpler Architecture The Most Comprehensive App Security Framework Live Update, Incremental Updates & Improved Problem Determination Mobile Analytics Out-of-the-Box API Creation and Management Improved Push Notifications Support Latest Mobile OS Foundation Benefit Get the business to show you exactly what they want, auto-generate code according to their requirements, then work your magic to make it come to life. Get dev and test environments up and running in minutes meaning you get unleash your creativity sooner and show those luddite business users what you can do. Get started with samples, and use a configuration-based approach to adding comprehensive OAUTH based security to your app, including step-up authentication, app authenticity checks, and multi-factor authentication. Empower admin to make changes to backend settings and configuration without you so you can concentrate on your app. Use the Live Update framework to A/B test your app, toggle features Live, and dynamically segment content to the user profile all without rebuild, re-deploy and re-submit. Collect dozens of app, network and infrastructure metrics out of the box to help you troubleshoot problems. Drill down to individual devices to grab logs to diagnose issues. Create Node or Java microservice APIs with the Loopback framework and manage them with IBM API Connect. A single push notification solution to send messages directly to devices or using publish subscribe to broadcast. We take care of adding support for all the latest OSes so you can concentrate on something else IBM Corporation 10

11 Get Started Quickly with Bluemix Bluemix Project Dashboard Mobile Push Notification from IBM i to Mobile Apps (Optional as also included in Mobile Foundation) Secure Gateway For Bluemix to IBM i connection (Invoke HTTP Adapters 11 MobileFirst Foundation Get Started Quickly with your Mobile Dev with the ability to deploy your production on Power Systems (Linux)

12 Demo Behind the scenes MobileFirst Adapters & IBM i 12

13 MobileFirst Integration with Adapters MFP Adapters are used perform any necessary server-side logic, and to transfer and retrieve information from back-end systems to client applications (ex: Mobile) and cloud services. Adapters can be written in Java or Javascript (HTTP or SQL Adapters) Fast development, Security (Authentication), Transparency (abstraction layer) SOAP/REST Web Services Integrated WS Server (RPG/Cobol Web Services) Integrated Application Server (Java + jtopen) Access Control (MobileFirst) Access Control (IBM i) Direct DB2 Access Jtopen jdbc driver In this demonstration: HTTP Adapters & REST API created in RPG & Java. IBM i is never directly exposed to the internet. REST/SOAP choice for exposing IBM i services to external apps 13

14 Demo Cordova Project MobileFirst Adapters Javascript adapters pointing to Web Services running on IBM I To be Deployed on the MFP Server (Linux on Power or Bluemix) Invoke REST API on Cordova Plugins Standard Mobile Web Development in HTML/JavaScript/CSS Install MFP plugins cordova-plugin-mfp to use the MFP features in the app. Install Bluemix push plugin bms-push to use the Mobile Push Service Client side (Mobile) content Web Content HTML / Javascript / CSS 2016 IBM Corporation Page 14

15 MobileFirst Integration with Adapters RPG-based REST service created with IBM Rational Developer for i Mobile App function showcustomerprofilerpg() { var invocationdata = { adapter : 'getuserinforpg', procedure : 'viewprofile', parameters : [ $("#username").val()] }; HTTP Adapter viewprofile(userid) IBM i Apache+ AppServer Integrated Web Service userinforpg input param:uid0@ .com IBM i ILE Programs {"username":"uid0@ .com", "status":"gold", "total_miles": , "miles_ytd":1000,a "phonenumber":" ", "phonenumbertype":"business", "address": {"streetaddress1":"ibmclientcenter RPG!", "streetaddress2":"montpellier", "city":"anytown", "stateprovince":"27617", "country":"usa", "postalcode":"27617"} }} CALL PGM(ACMERPG/DSPUSRJSON) PARM('uid0@ .com' '') Database Native I/O or SQL Component Diagram View User Info

16 Demo Behind the scenes Interact with Mobile users from IBM i 16

17 Interact with Mobile users from IBM i Push Notifications Bluemix Push Service Or MobileFirst Push Service REST HTTPS acme-mobile.js Node.js Core Check every 30 seconds DB2 for i Access Library Node.js Toolkit For IBM i Built-in Modules Micro-Service Approach using Node.JS & API calls Invoke API & enrich data & applications running on IBM i. Easy & Secure. Use Cases: Weather API, Watson API, Mobile API.innovation without limits DB2 for i CLI XMLServices IBM i Events table populated by any program on IBM i Ex: DB2 Trigger inserts a line when a user is booking

18 pushmessage.js 20 lines of code can make the difference pushing customized information to your end-users For ACME Air: booking & cancellation confirmations, destination weather (API) information, sales campaigns (broadcast or to particular users), etc. Usage: node pushmessage.js <userid> <message> Prereqs: userid as to be registred with a device. Dependencies: install node-rest-client (npm install g node-rest-client)

19 Demo Push API Call from IBM i. from QSH/cURL from bash/node.js from CL/ call PGM 2016 IBM Corporation Page 19

20 Demo Behind the scenes Solution Deployment on POWER8 20

21 Mobile Solution : MobileFirst Platform & IBM i Get started quickly with MobileFirst Foundation in Bluemix integrated with IBM i Browser Mobile HTTPS REST Mobile First Server Mobile Foundation Direct Update Mobile Application HTTP Adapters HTTPS Bluemix Secure Gateway HTTPS Rest API IBM HTTP Server HTTPS Basic Auth Integrated Web Server (Liberty Based) Web App Application Server & Database Web Services JAX RS Find Flight Browse Flight Booking Flight. Integrated Web Service Server (Liberty Based) Web Services viewprofile PushMessage.js Jtopen/jdbc SQL Native I/O ILE Program Objects RPG ILE DB2 Trigger +DB2 for i lib ACMERPG lib DSPUSRINFO *PGM Cloud Power Systems POWER8 Notes: This hybrid cloud topology can be a good starting point for Dev & Test or a Proof of concept. No linux or MobileFirst installation required at this step. This scenario is part of the demonstration and explains what Bluemix is and how to get started Good Starting point for Dev & Test or Proof of concept. No linux or MFP installation & setup required.

22 Mobile Solution : MobileFirst Platform & IBM i Architecture Overview Application Server & Database Browser Mobile HTTPS REST Mobile First Server MobileFirst App Server Direct Update Mobile Application HTTP Adapters Clusterizable HTTPS Rest API IBM HTTP Server HTTPS Basic Auth Integrated Web Server (Liberty Based) Web App Web Services JAX RS Find Flight Browse Flight Booking Flight. Integrated Web Service Server (Liberty Based) Web Services viewprofile Clusterizable (WAS) PushMessage.js Jtopen/jdbc SQL Native I/O ILE Program Objects RPG ILE DB2 Trigger ACMEAIR +DB2 DB for i lib ACMERPG lib DSPUSRINFO *PGM Notes: Power Systems POWER8 HA Scalability Performance: Evolutive solutions with WAS clusters (MobileFirst & WAS on i). A simple configuration only requires a linux partition, MobileFirst and Tomcat / WAS on Linux (Liberty or full). Security: MobileFirst Security for apps & devices, HTTPS encryption, IBM i security. Complex cases: Governance / API Management between MFP & IBM i. Datapower, API Connect, IIB

23 IBM MobileFirst & IBM i How to get started? 23

24 Demo Cook book Staff: Mobile App: 1 Web / Mobile Developer (Cordova OR Android/iOS dev) Back-end : 1 RPG/COBOL/Java Developer Core Components Role in the demo Remarks IBM i 7.x (5770SS1) IBM i 7.2+ on POWER8 HTTP Server (5770DG1) Used: IHS/IWS/IAS (liberty) Create Web Services easily RHEL, SLES, Ubuntu MobileFirst Server is supported on Linux & AIX, Windows Linux on Power RHEL 6.7 on POWER8 (PowerVM) Optimal Performance per core on Power + low PVU for IBM Products Licensing => Reduce licensing & TCO Deployment: Tomcat/WAS/WAS ND/ Liberty MobileFirst Platform Foundation (5725-I43) MFP on Linux on POWER8 HA Mode: Standalone/ND/Farm Edition Consumer 10K Addressable Devices Edition Enterprise 200 Addressable Devices IBM i App Development Open Source (5733OPS) Java (5770JV1) ILE Compiler (5770WDS) + SEU/PDM Only Java Dev & ILE Dev 5733OPS for Node.JS/Python/Ruby development on IBM i Rational Developer for i RDi Used for RPG ILE dev Develop RPG Free Form with a real IDE Mobile App Development IBM Bluemix Platform Optional - MFP Foundation Used for Dev/Test & PoC as an alternative - Integration: Secure Gateway to MFP on Power Systems - Use Mobile Services from your IBM I MobileFirst Studio Free. Used for Mobile App Dev Eclipse Plugin. MFP dev is a leader on the market Integration / API Mgmt / Governance IBM Datapower (including APIm), StrongLoop Optional Not used for this simple environment Security, API Management, Governance Oauth2 token auth can be implemented in MFP or with Datapower

25 Mobile Solutions How to get started? Download MobileFirst Studio in 5 minutes, it is free. Eclipse / Rational developer for i plugin. Installed in 10 minutes from the Eclipse Marketplace Mobile Native of Hybrid can be done externally and imported in Eclipse or any IDE for integration with MobileFirst afterwards Since MFP 8 (Mid 2016), you can use any IDE, and use the MobileFirst SDK to take benefits of the MobileFirst features

26 IBM MobileFirst in IBM Bluemix Get Started Quickly, deliver & Iterate. For Production, easy integration with existing Traditional IT.

27 MobileFirst Mobile Foundation in Bluemix 1. Getting Started - Developer & Developer Pro Deploys MobileFirst Server & Operational Analytics in < 5 minutes Sample App can be downloaded, built and deployed to run against live backend Self-service, targeted for users with little to no experience with Foundation 2. Full Product- Professional Per Capacity / 1 App

28 Develop in Bluemix, Deploy & Run on Power Systems IBM Corporation Bluemix Runtimes (Cloud Foundry Build packs) are all supported on Power Systems! Consume Bluemix Service (Watson, ) from IBM i easily using REST calls. Page 28

29 Cognitive mobile services Embed human intuition and expertise into your app Personality insights Derive insights from transactional and social media data Concept insights Beyond traditional text matching, explore information based on concepts Concept expansion Analyze text and learn similar terms based on context Tradeoff analytics Make better choices, taking into account multiple conflicting goals Interact with users as a human would: using natural language Speech to text Convert the human voice into the written word Language translator Dynamically translate content instantly into multiple languages Text to speech Process text and natural language to generate synthesized audio Dialog Design application interactions through a conversational interface Natural language classifier Recognize concepts from natural language Foundation 2016 IBM Corporation 29

30 Useful Docs & Links 30

31 Personalized workshops, all focused on IBM i solutions demonstrations, design sessions, benchmarking, testing & hands-on capabilities. Experience & Expertise from the Benchmark & Design Center. Evaluate New Technology Introduction Educate Briefing Demonstratio n Design IBM Design Thinking Workshop Innovation & hot topics around Digital Transformation: IBM i & Cloud, Analytics, Mobility Always be at the edge of IBM latest technology. Focal point for ISVs and IBM Partners on IBM i. Any questions? Contact us! Compare IT Economics Accelerate Performance Benchmark Prove Proof Of Technology Proof of Concept POC/POT& DEMOS MULTI-CLIENT EVENTS ENABLEMENT Contact: Benoit Marolleau Power Systems Design Center Benoit.marolleau@fr.ibm.com (Office) BRIEFINGS HANDS-ON LABS

32 Thank you Website: ibm.com/ibm/clientcenter/montpellier/ Follow us! YouTube: IBM Client Center Montpellier Pinterest: ibm-client-center-montpellier IBM connections: w3-connections.ibm.com/communities/community/ibmccmpl

33 Backup Slides 33

34 Secure Gateway On Premise Destination F W Secure Gateway (Docker, SW) F W Bluemix Secure Gateway App Hostname:Port DataPower caplonsgprd-1.integration.ibmcloud.com:15013 App Description Destination ID Destination Host:Port Cloud Host:Port MyDestination 9Kw0MhRlQHd_1yM Hostname:Port caplonsgprd-1.integration.ibmcloud.com: IBM Corporation Page 39

35 Complement your mobile strategy with multi-channel API creation and management Cloud www - Combine with IBM API Connect to add automated, visual and coding options for creating Node.js and Java microservice APIs SDK SDK - Employ enterprise-grade clustering, management and security of APIs Interaction Tier - Add access control and policy enforcement over APIs, then publish to self-service developer portal DataPower Gateway - Complement Foundation mobile analytics with advanced API usage analytics for end-to-end visibility MobileFirst Foundation Create Secure Ru n Manage APIConnect - Enforce API and mobile security together with marketleading IBM DataPower Gateway Foundation 2016 IBM Corporation Systems of 40 Record

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

API Connect. Arnauld Desprets - Technical Sale

API Connect. Arnauld Desprets - Technical Sale API Connect Arnauld Desprets - arnauld_desprets@fr.ibm.com Technical Sale 0 Agenda 1. API Understanding the space 2. API Connect 3. Sample implementations 4. Démonstration 1 sales introduction growth decline

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

API s in a hybrid world. Date 28 September 2017

API s in a hybrid world. Date 28 September 2017 API s in a hybrid world Date 28 September 2017 So, What is this API Economy thing? A mutually beneficial ecosystem of suppliers & consumers of APIs. Suppliers use APIs to securely provide specific types

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

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

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

SQL Server 2017 Power your entire data estate from on-premises to cloud

SQL Server 2017 Power your entire data estate from on-premises to cloud SQL Server 2017 Power your entire data estate from on-premises to cloud PREMIER SPONSOR GOLD SPONSORS SILVER SPONSORS BRONZE SPONSORS SUPPORTERS Vulnerabilities (2010-2016) Power your entire data estate

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

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

Connect and Transform Your Digital Business with IBM

Connect and Transform Your Digital Business with IBM Connect and Transform Your Digital Business with IBM Optimize Your Hybrid Cloud Solution 1 Your journey to the Cloud can have several entry points Competitive Project Office Create and deploy new apps

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

Edge Foundational Training

Edge Foundational Training Edge Foundational Training Give your team the tools to get up and running with Edge Edge Foundational Training provides the tools and information needed to start using Edge whether in the cloud or on premises.

More information

IBM API Connect: Introduction to APIs, Microservices and IBM API Connect

IBM API Connect: Introduction to APIs, Microservices and IBM API Connect IBM API Connect: Introduction to APIs, Microservices and IBM API Connect Steve Lokam, Sr. Principal at OpenLogix @openlogix @stevelokam slokam@open-logix.com (248) 869-0083 What do these companies have

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

Vernetzte Fahrerassistenzsysteme (BMW + AWS ) Hazard Preview

Vernetzte Fahrerassistenzsysteme (BMW + AWS ) Hazard Preview + = Vernetzte Fahrerassistenzsysteme (BMW + AWS ) Hazard Preview Andreas Winckler BMW EE-51 Location Based Services Walter Pernstecher AWS Enterprise Account Management Gartner Magic Quadrant for Cloud

More information

Kony and TIBCO enable fast reliable Websockets Communication. Overview of the integration of WebSockets with TIBCO eftl and the Kony Platform

Kony and TIBCO enable fast reliable Websockets Communication. Overview of the integration of WebSockets with TIBCO eftl and the Kony Platform Kony and TIBCO enable fast reliable Websockets Communication Overview of the integration of WebSockets with TIBCO eftl and the Kony Platform Leading the way in enterprise mobility Founded in 2007 1400

More information

Developing Enterprise Cloud Solutions with Azure

Developing Enterprise Cloud Solutions with Azure Developing Enterprise Cloud Solutions with Azure Java Focused 5 Day Course AUDIENCE FORMAT Developers and Software Architects Instructor-led with hands-on labs LEVEL 300 COURSE DESCRIPTION This course

More information

Using and Developing with Azure. Joshua Drew

Using and Developing with Azure. Joshua Drew Using and Developing with Azure Joshua Drew Visual Studio Microsoft Azure X-Plat ASP.NET Visual Studio - Every App Our vision Every App Every Developer .NET and mobile development Desktop apps - WPF Universal

More information

Industry-leading Application PaaS Platform

Industry-leading Application PaaS Platform Industry-leading Application PaaS Platform Solutions Transactional Apps Digital Marketing LoB App Modernization Services Web Apps Web App for Containers API Apps Mobile Apps IDE Enterprise Integration

More information

Expose Existing z Systems Assets as APIs to extend your Customer Reach

Expose Existing z Systems Assets as APIs to extend your Customer Reach Expose Existing z Systems Assets as APIs to extend your Customer Reach Unlocking mainframe assets for mobile and cloud applications Asit Dan z Services API Management, Chief Architect asit@us.ibm.com Insert

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

Exam C IBM Cloud Platform Application Development v2 Sample Test

Exam C IBM Cloud Platform Application Development v2 Sample Test Exam C5050 384 IBM Cloud Platform Application Development v2 Sample Test 1. What is an advantage of using managed services in IBM Bluemix Platform as a Service (PaaS)? A. The Bluemix cloud determines the

More information

IBM Advantage: IBM Watson Compare and Comply Element Classification

IBM Advantage: IBM Watson Compare and Comply Element Classification IBM Advantage: IBM Watson Compare and Comply Element Classification Executive overview... 1 Introducing Watson Compare and Comply... 2 Definitions... 3 Element Classification insights... 4 Sample use cases...

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 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13 The following is intended to outline our general product direction.

More information

Azure DevOps. Randy Pagels Intelligent Cloud Technical Specialist Great Lakes Region

Azure DevOps. Randy Pagels Intelligent Cloud Technical Specialist Great Lakes Region Azure DevOps Randy Pagels Intelligent Cloud Technical Specialist Great Lakes Region What is DevOps? People. Process. Products. Build & Test Deploy DevOps is the union of people, process, and products to

More information

IBM Skills Academy. For <<Academy>> Career-based Education

IBM Skills Academy. For <<Academy>> Career-based Education IBM Skills Academy Providing students with a career-oriented training program on emerging technologies such as Mobile Computing, Cybersecurity, Business Analytics, Big Data, Cloud Computing, Cognitive

More information

RhoMobile Overview and Update Mark Kirstein

RhoMobile Overview and Update Mark Kirstein RhoMobile Overview and Update Mark Kirstein Sr. Director, Software Product Solutions Mobility DNA Creating productivity from mobility Mobility DNA is a comprehensive suite of development and management

More information

What s New IBM Multi-Channel Feature Pack 2 for IBM Web Experience Factory 8.0.x IBM Corporation

What s New IBM Multi-Channel Feature Pack 2 for IBM Web Experience Factory 8.0.x IBM Corporation What s New IBM Multi-Channel Feature Pack 2 for IBM Web Experience Factory 8.0.x 2013 IBM Corporation Leaders leverage social business for a competitive advantage IBM MobileFirst As a mobile enterprise,

More information

Apigee Edge Developer Training

Apigee Edge Developer Training Training Training DURATION: 4 or 5 days FORMAT: Instructor-led with labs DELIVERY: Public or Private class PREREQUISITES: None HOW IT WORKS: Days 1 4 cover the fundamentals of developing and securing s

More information

ACCELERATE APPLICATION DELIVERY WITH OPENSHIFT. Siamak Sadeghianfar Sr Technical Marketing Manager, April 2016

ACCELERATE APPLICATION DELIVERY WITH OPENSHIFT. Siamak Sadeghianfar Sr Technical Marketing Manager, April 2016 ACCELERATE APPLICATION DELIVERY WITH Siamak Sadeghianfar Sr Technical Marketing Manager, OpenShift @siamaks April 2016 IT Must Evolve to Stay Ahead of Demands WA CPU R RAM isc tar SI Jar vm dk MSI nic

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

6/16/2015. Mobile on IBM i. Wayne Bowers Evolution of User Interface. rich client or browser. Traditional in-house

6/16/2015. Mobile on IBM i. Wayne Bowers Evolution of User Interface. rich client or browser. Traditional in-house Mobile on IBM i Wayne Bowers wbowers@us.ibm.com Evolution of User Interface rich client or browser Traditional in-house mobile 2 1 Mobile services are now a must-have 10B+ mobile devices in the world by

More information

MCSE Mobility Earned: MCSE Cloud Platform & Infrastructure Earned: 2017 MCSE MCSE. MCSD App Builder. MCSE Business Applications Earned 2017

MCSE Mobility Earned: MCSE Cloud Platform & Infrastructure Earned: 2017 MCSE MCSE. MCSD App Builder. MCSE Business Applications Earned 2017 MOBILITY 10 Mobility CLOUD PLATFORM & INFRASTRUCTURE Server 2012 Server 2016 MCSA Linux on Azure Cloud Platform & Infrastructure MCSA Cloud Platform PRODUCTIVITY Server 2012 or 2016 MCSA Office 365 Productivity

More information

70-532: Developing Microsoft Azure Solutions

70-532: Developing Microsoft Azure Solutions 70-532: Developing Microsoft Azure Solutions Exam Design Target Audience Candidates of this exam are experienced in designing, programming, implementing, automating, and monitoring Microsoft Azure solutions.

More information

AWS Lambda. 1.1 What is AWS Lambda?

AWS Lambda. 1.1 What is AWS Lambda? Objectives Key objectives of this chapter Lambda Functions Use cases The programming model Lambda blueprints AWS Lambda 1.1 What is AWS Lambda? AWS Lambda lets you run your code written in a number of

More information

Technical Overview. Elastic Path Commerce

Technical Overview. Elastic Path Commerce Technical Overview Elastic Path Commerce Extensible, Easy-to-Integrate, Scalable and More 7 Reasons Why Elastic Path Commerce Is The Best Fit For Your Unique Business 1. API is the Core of Digital Commerce

More information

STREAMLINED CERTIFICATION PATHS

STREAMLINED CERTIFICATION PATHS STREAMLINED CERTIFICATION PATHS MOBILITY Windows 10 Mobility CLOUD PLATFORM & INFRASTRUCTURE Cloud Platform Cloud Platform & Infrastructure Linux on Azure PRODUCTIVITY Productivity Office 365 APP BUILDER

More information

Enabling Fast IT. In the IoE era. Alberto Degradi DCV Sales Leader. November 2014

Enabling Fast IT. In the IoE era. Alberto Degradi DCV Sales Leader. November 2014 Enabling Fast IT In the IoE era Alberto Degradi DCV Sales Leader November 2014 Agenda IT Challenges Today EMC + Cisco + Intel Cisco Unified Data Center Joint Data Center Solutions Cisco Confidential 2

More information

MOBILE CLOUD SERVICE. Build Your Mobile Strategy Not Just Your Mobile Apps

MOBILE CLOUD SERVICE. Build Your Mobile Strategy Not Just Your Mobile Apps MOBILE CLOUD SERVICE Build Your Mobile Strategy Not Just Your Mobile What is It? Oracle Mobile Cloud Service provides everything you need to build out your enterprise mobile strategy using innovative,

More information

Accelerate at DevOps Speed With Openshift v3. Alessandro Vozza & Samuel Terburg Red Hat

Accelerate at DevOps Speed With Openshift v3. Alessandro Vozza & Samuel Terburg Red Hat Accelerate at DevOps Speed With Openshift v3 Alessandro Vozza & Samuel Terburg Red Hat IT (R)Evolution Red Hat Brings It All Together What is Kubernetes Open source container cluster manager Inspired by

More information

Temenos Bringing banking to millions through Cloud Scale Innovation

Temenos Bringing banking to millions through Cloud Scale Innovation Temenos Bringing banking to millions through Cloud Scale Innovation Cloud is supporting the next wave of Business Innovation Cloud is a given. CIOs no longer ask whether they should use the cloud, but

More information

Web and API Apps in Azure

Web and API Apps in Azure 4 th November 2015 Web and API Apps in Azure Vishesh Vish Oberoi Technical Evangelist, Microsoft @ovishesh visho@microsoft.com Microsoft Student Accelerator Student Internships over Summer Innovative

More information

EMC Storage Resource Management

EMC Storage Resource Management EMC Storage Resource Management Tim Dell EMC Solutions Manager 1 Resource Reporting.Um yeah 2 Storage Resource Management Software Magic Quadrant for Storage Resource Management and SAN Management Software,

More information

IBM Planning Analytics Workspace Local Distributed Soufiane Azizi. IBM Planning Analytics

IBM Planning Analytics Workspace Local Distributed Soufiane Azizi. IBM Planning Analytics IBM Planning Analytics Workspace Local Distributed Soufiane Azizi IBM Planning Analytics IBM Canada - Cognos Ottawa Lab. IBM Planning Analytics Agenda 1. Demo PAW High Availability on a Prebuilt Swarm

More information

Amazon Web Services 101 April 17 th, 2014 Joel Williams Solutions Architect. Amazon.com, Inc. and its affiliates. All rights reserved.

Amazon Web Services 101 April 17 th, 2014 Joel Williams Solutions Architect. Amazon.com, Inc. and its affiliates. All rights reserved. Amazon Web Services 101 April 17 th, 2014 Joel Williams Solutions Architect Amazon.com, Inc. and its affiliates. All rights reserved. Learning about Cloud Computing with AWS What is Cloud Computing and

More information

ORACLE MOBILE HUB. Build Your Mobile Strategy Not Just Your Mobile Apps

ORACLE MOBILE HUB. Build Your Mobile Strategy Not Just Your Mobile Apps ORACLE MOBILE HUB Build Your Mobile Strategy Not Just Your s What is It? Oracle Mobile Hub provides everything you need to build out your enterprise mobile strategy using innovative, state-of-the-art tools.

More information

Guide CICS 4 Février Aymeric Affouard IBM Advanced Technical Skill IBM Client Center Montpellier

Guide CICS 4 Février Aymeric Affouard IBM Advanced Technical Skill IBM Client Center Montpellier Guide CICS 4 Février 2016 Aymeric Affouard IBM Advanced Technical Skill IBM Client Center Montpellier aymeric.affouard@fr.ibm.com Agenda 1. Création d une API via z/os Connect EE pour l application CICS

More information

BPM + Mobile Building a hybrid mobile app for BPM IBM Corporation

BPM + Mobile Building a hybrid mobile app for BPM IBM Corporation BPM + Mobile Building a hybrid mobile app for BPM Daniel Fitzgerald Technical Sales Specialist Oxford Brookes University Graduate - BSc Mobile Computing daniel.fitzgerald@uk.ibm.com 2 Agenda Why mobile?

More information

STREAMLINED CERTIFICATION PATHS

STREAMLINED CERTIFICATION PATHS STREAMLINED CERTIFICATION PATHS MOBILITY 10 Mobility CLOUD PLATFORM & INFRASTRUCTURE Server 2016 Cloud Platform & Infrastructure Linux on Azure Cloud Platform PRODUCTIVITY Server 2016 Productivity Office

More information

MCSE Cloud Platform & Infrastructure CLOUD PLATFORM & INFRASTRUCTURE.

MCSE Cloud Platform & Infrastructure CLOUD PLATFORM & INFRASTRUCTURE. Exam 410: Installing and Configuring Server 2012 Exam 411: Administering Server 2012 Exam 412: Configuring Advanced Server 2012 services Server 2012 CLOUD PLATFORM & INFRASTRUCTURE Exam 740: Installation,

More information

WHAT S NEW IN SQL SERVER 2016 REPORTING SERVICES?

WHAT S NEW IN SQL SERVER 2016 REPORTING SERVICES? WHAT S NEW IN SQL SERVER 2016 REPORTING SERVICES? Timothy P. McAliley CISA, CISM, CISSP, ITIL V3, MCSA, MCSE, MCT, PMP Microsoft Account Technology Strategist Try It Yourself! Two TechNet Virtual Labs

More information

Taming your heterogeneous cloud with Red Hat OpenShift Container Platform.

Taming your heterogeneous cloud with Red Hat OpenShift Container Platform. Taming your heterogeneous cloud with Red Hat OpenShift Container Platform martin@redhat.com Business Problem: Building a Hybrid Cloud solution PartyCo Some Bare Metal machines Mostly Virtualised CosPlayUK

More information

Azure Day Application Development. Randy Pagels Sr. Developer Technology Specialist US DX Developer Tools - Central Region

Azure Day Application Development. Randy Pagels Sr. Developer Technology Specialist US DX Developer Tools - Central Region Azure Day Application Development Randy Pagels Sr. Developer Technology Specialist US DX Developer Tools - Central Region Azure App Service.NET, Java, Node.js, PHP, Python Auto patching Auto scale Integration

More information

70-532: Developing Microsoft Azure Solutions

70-532: Developing Microsoft Azure Solutions 70-532: Developing Microsoft Azure Solutions Objective Domain Note: This document shows tracked changes that are effective as of January 18, 2018. Create and Manage Azure Resource Manager Virtual Machines

More information

Introduction to the Extended Development Platform

Introduction to the Extended Development Platform Hong Kong 2018 Introduction to the Extended Development Platform Richard Schaefer, Sr. Enterprise Solution Manager BlackBerry Development Platform A collection of enterprise ready tools which enable enterprise

More information

IBM s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM s sole discretion.

IBM s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM s sole discretion. Please note Copyright 2018 by International Business Machines Corporation (IBM). No part of this document may be reproduced or transmitted in any form without written permission from IBM IBM s statements

More information

API, DEVOPS & MICROSERVICES

API, DEVOPS & MICROSERVICES API, DEVOPS & MICROSERVICES RAPID. OPEN. SECURE. INNOVATION TOUR 2018 April 26 Singapore 1 2018 Software AG. All rights reserved. For internal use only THE NEW ARCHITECTURAL PARADIGM Microservices Containers

More information

Which compute option is designed for the above scenario? A. OpenWhisk B. Containers C. Virtual Servers D. Cloud Foundry

Which compute option is designed for the above scenario? A. OpenWhisk B. Containers C. Virtual Servers D. Cloud Foundry 1. A developer needs to create support for a workload that is stateless and short-living. The workload can be any one of the following: - API/microservice /web application implementation - Mobile backend

More information

NET1821BU THE FUTURE OF NETWORKING AND SECURITY WITH NSX-T Bruce Davie CTO, APJ 2

NET1821BU THE FUTURE OF NETWORKING AND SECURITY WITH NSX-T Bruce Davie CTO, APJ 2 NET1821BU The Future of Network Virtualization with NSX-T #VMworld #NET1821BU NET1821BU THE FUTURE OF NETWORKING AND SECURITY WITH NSX-T Bruce Davie CTO, APJ 2 DISCLAIMER This presentation may contain

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

DreamFactory Security Guide

DreamFactory Security Guide DreamFactory Security Guide This white paper is designed to provide security information about DreamFactory. The sections below discuss the inherently secure characteristics of the platform and the explicit

More information

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM IBM Maximo Anywhere Version 7 Release 6 Planning, installation, and deployment IBM Note Before using this information and the product it supports, read the information in Notices on page 65. This edition

More information

SQL Azure. Abhay Parekh Microsoft Corporation

SQL Azure. Abhay Parekh Microsoft Corporation SQL Azure By Abhay Parekh Microsoft Corporation Leverage this Presented by : - Abhay S. Parekh MSP & MSP Voice Program Representative, Microsoft Corporation. Before i begin Demo Let s understand SQL Azure

More information

Data Protection for Virtualized Environments

Data Protection for Virtualized Environments Technology Insight Paper Data Protection for Virtualized Environments IBM Spectrum Protect Plus Delivers a Modern Approach By Steve Scully, Sr. Analyst February 2018 Modern Data Protection for Virtualized

More information

API Best Practices. Managing APIs holistically across the enterprise

API Best Practices. Managing APIs holistically across the enterprise API Best Practices Managing APIs holistically across the enterprise APIs are critical to evolving application architectures Public clouds Microservices Distributed apps μservice μservice μservice μservice

More information

AGILE RELIABILITY WITH RED HAT IN THE CLOUDS YOUR SOFTWARE LIFECYCLE SPEEDUP RECIPE. Lutz Lange - Senior Solution Architect Red Hat

AGILE RELIABILITY WITH RED HAT IN THE CLOUDS YOUR SOFTWARE LIFECYCLE SPEEDUP RECIPE. Lutz Lange - Senior Solution Architect Red Hat AGILE RELIABILITY WITH RED HAT IN THE CLOUDS YOUR SOFTWARE LIFECYCLE SPEEDUP RECIPE Lutz Lange - Senior Solution Architect Red Hat Digital Transformation It requires an evolution in. Applications Infrastructure

More information

Mobile Apps Sample Solution

Mobile Apps Sample Solution Mobile Apps Sample Solution 1 PREFERRED TARGET AUDIENCE Operations Management Team led by Christopher Giovanni, Chief Operating Officer at Crazy Taxi Cab Co. 2 PREFERRED SOLUTION Crazy Taxi Cab Co. liked

More information

IBM BlueMix Workshop. Lab D Build Android Application using Mobile Cloud Boiler Plate

IBM BlueMix Workshop. Lab D Build Android Application using Mobile Cloud Boiler Plate IBM BlueMix Workshop Lab D Build Android Application using Mobile Cloud Boiler Plate IBM EcoSystem Development Team The information contained herein is proprietary to IBM. The recipient of this document,

More information

C. The system is equally reliable for classifying any one of the eight logo types 78% of the time.

C. The system is equally reliable for classifying any one of the eight logo types 78% of the time. Volume: 63 Questions Question No: 1 A system with a set of classifiers is trained to recognize eight different company logos from images. It is 78% accurate. Without further information, which statement

More information

Overview of BlackBerry Dynamics Platform

Overview of BlackBerry Dynamics Platform Hong Kong 2018 Overview of BlackBerry Dynamics Platform Richard Schaefer, Sr. Enterprise Solutions Manager Application Models Multiple Platforms Web-based Extend Desktop Browser based rendering and APIs

More information

Why Upgrade to Liferay Digital Experience Platform? The Right Solution for Your Future Challenges

Why Upgrade to Liferay Digital Experience Platform? The Right Solution for Your Future Challenges Why Upgrade to Liferay Digital Experience Platform? The Right Solution for Your Future Challenges Table of Contents Transform Your Business With a Modern Platform.............. 1 The Evolving Role of IT

More information

Cisco Integration Platform

Cisco Integration Platform Data Sheet Cisco Integration Platform The Cisco Integration Platform fuels new business agility and innovation by linking data and services from any application - inside the enterprise and out. Product

More information

EEH Mobile Interface. NC State University Senior Design Project. April 22, Laura Owczarski Joseph Jarriel

EEH Mobile Interface. NC State University Senior Design Project. April 22, Laura Owczarski Joseph Jarriel EEH Mobile Interface NC State University Senior Design Project Laura Owczarski leowczar@ncsu.edu Joseph Jarriel jmjarrie@ncsu.edu April 22, 2016 Daniel Defisher dedefish@ncsu.edu Soumil Verma sverma2@ncsu.edu

More information

WEBMETHODS AGILITY FOR THE DIGITAL ENTERPRISE WEBMETHODS. What you can expect from webmethods

WEBMETHODS AGILITY FOR THE DIGITAL ENTERPRISE WEBMETHODS. What you can expect from webmethods WEBMETHODS WEBMETHODS AGILITY FOR THE DIGITAL ENTERPRISE What you can expect from webmethods Software AG s vision is to power the Digital Enterprise. Our technology, skills and expertise enable you to

More information

RHM Presentation. Maas 360 Mobile device management

RHM Presentation. Maas 360 Mobile device management RHM Presentation Maas 360 Mobile device management Strong adoption in the enterprise Manufacturing Financial Consumer Healthcare Public Others 2 Trusted by over 9,000 customers Recognized Industry Leadership

More information

SQL 2016 Performance, Analytics and Enhanced Availability. Tom Pizzato

SQL 2016 Performance, Analytics and Enhanced Availability. Tom Pizzato SQL 2016 Performance, Analytics and Enhanced Availability Tom Pizzato On-premises Cloud Microsoft data platform Transforming data into intelligent action Relational Beyond relational Azure SQL Database

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

IBM Cloud IBM Cloud for VMware Solutions Zeb Ahmed Senior Offering Manager and BCDR Leader VMware on IBM Cloud VMworld 2017 Content: Not for publicati

IBM Cloud IBM Cloud for VMware Solutions Zeb Ahmed Senior Offering Manager and BCDR Leader VMware on IBM Cloud VMworld 2017 Content: Not for publicati LHC2432BU IBM Cloud for VMware Solutions Zeb Ahmed Senior Offering Manager and BCDR Leader VMware on IBM Cloud #VMworld IBM Cloud IBM Cloud for VMware Solutions Zeb Ahmed Senior Offering Manager and BCDR

More information

Oracle Mobile Cloud, Enterprise

Oracle Mobile Cloud, Enterprise Oracle Mobile Cloud, Enterprise More than 50% of the world s population now carries a smartphone. Mobile is everywhere and continues to be the dominant way we consume information and services, but mobile

More information

Serverless Architecture Hochskalierbare Anwendungen ohne Server. Sascha Möllering, Solutions Architect

Serverless Architecture Hochskalierbare Anwendungen ohne Server. Sascha Möllering, Solutions Architect Serverless Architecture Hochskalierbare Anwendungen ohne Server Sascha Möllering, Solutions Architect Agenda Serverless Architecture AWS Lambda Amazon API Gateway Amazon DynamoDB Amazon S3 Serverless Framework

More information

Connect with Remedy: SmartIT: Social Event Manager Webinar Q&A

Connect with Remedy: SmartIT: Social Event Manager Webinar Q&A Connect with Remedy: SmartIT: Social Event Manager Webinar Q&A Q: Will Desktop/browser alerts be added to notification capabilities on SmartIT? A: In general we don't provide guidance on future capabilities.

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

Expertise that goes beyond experience.

Expertise that goes beyond experience. Pre-Conference Training and Certification Expertise that goes beyond experience. OKTANE18.COM Monday, May 21 - Tuesday, May 22 ARIA Resort & Casino, Las Vegas Contents 03 04 05 Okta Education Services

More information

Develop and test your Mobile App faster on AWS

Develop and test your Mobile App faster on AWS Develop and test your Mobile App faster on AWS Carlos Sanchiz, Solutions Architect @xcarlosx26 #AWSSummit 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved. The best mobile apps are

More information

Creating a Hybrid Gateway for API Traffic. Ed Julson API Platform Product Marketing TIBCO Software

Creating a Hybrid Gateway for API Traffic. Ed Julson API Platform Product Marketing TIBCO Software Creating a Hybrid Gateway for API Traffic Ed Julson API Platform Product Marketing TIBCO Software Housekeeping Webinar Recording Today s webinar is being recorded and a link to the recording will be emailed

More information

Mobility on System z. Wilhelm Mild IT Architect IBM

Mobility on System z. Wilhelm Mild IT Architect IBM Mobility on System z Wilhelm Mild IT Architect IBM What about the mainframe? The mainframe Home to business critical applications and data How do we bridge the gap? Mobile is changing the way information

More information

2014 IBM Corporation IBM Advanced Technical Skills ZCONN1. WebSphere Application Server Liberty Profile z/os. z/os Connect

2014 IBM Corporation IBM Advanced Technical Skills ZCONN1. WebSphere Application Server Liberty Profile z/os. z/os Connect IBM Advanced Technical Skills ZCONN1 WebSphere Application Server Liberty Profile z/os z/os Connect This page intentionally left blank 2 Agenda The agenda for this workshop is as follows: Overview Establish

More information

THE API DEVELOPER EXPERIENCE ENABLING RAPID INTEGRATION

THE API DEVELOPER EXPERIENCE ENABLING RAPID INTEGRATION THE API DEVELOPER EXPERIENCE ENABLING RAPID INTEGRATION Ramchandar Loganathan IBS Solution Architect Banks require application programming interface (API) capabilities to realize the significant benefits

More information

Private Cloud Management Manage and Operate Applications

Private Cloud Management Manage and Operate Applications Private Cloud Management Manage and Operate Applications Introduction Manage and Operate Applications PRODUCTIVE INFRASTRUCTURE PREDICTABLE APPLICATIONS YOUR CLOUD Heterogeneous support Process automation

More information

Continuous Delivery for Cloud Native Applications

Continuous Delivery for Cloud Native Applications Continuous Delivery for Cloud Native Applications Cyrille Le Clerc, Director, Product Management at CloudBees Bjorn Boe, Senior Field Engineer at Pivotal Software Speakers /Cyrille Le Clerc Product Manager

More information

Cisco Spark Widgets Technical drill down

Cisco Spark Widgets Technical drill down DEVNET-1891 Cisco Spark Widgets Technical drill down Adam Weeks, Engineer @CiscoSparkDev Stève Sfartz, API Evangelist @CiscoDevNet Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker

More information

JBOSS MIDDLEWARE TO THE CLOUD. MICHAEL EPLEY Sr JBoss Solutions Architect, IC Specialist 2014 June

JBOSS MIDDLEWARE TO THE CLOUD. MICHAEL EPLEY Sr JBoss Solutions Architect, IC Specialist 2014 June JBOSS MIDDLEWARE TO THE CLOUD MICHAEL EPLEY Sr JBoss Solutions Architect, IC Specialist 2014 June DEMANDS ON IT TODAY MORE MORE MORE IMMEDIATE PERVASIVE AWARE INNOVATE FASTER, IN A SMARTER WAY ACCELERATE

More information

BEYOND AUTHENTICATION IDENTITY AND ACCESS MANAGEMENT FOR THE MODERN ENTERPRISE

BEYOND AUTHENTICATION IDENTITY AND ACCESS MANAGEMENT FOR THE MODERN ENTERPRISE BEYOND AUTHENTICATION IDENTITY AND ACCESS MANAGEMENT FOR THE MODERN ENTERPRISE OUR ORGANISATION AND SPECIALIST SKILLS Focused on delivery, integration and managed services around Identity and Access Management.

More information

Azure Highlights. Randy Pagels Sr. Developer Technology Specialist US DX Developer Tools - Central Region

Azure Highlights. Randy Pagels Sr. Developer Technology Specialist US DX Developer Tools - Central Region Azure Highlights Randy Pagels Sr. Developer Technology Specialist US DX Developer Tools - Central Region IaaS vs PaaS Introduction to Microsoft Azure IaaS, PaaS and SaaS Self-Service Provisioning Global

More information

Packaging for Websphere Development Studio was changed with V6R1.

Packaging for Websphere Development Studio was changed with V6R1. Packaging for Websphere Development Studio was changed with V6R1. Websphere Development Studio was divided into three features: ILE Compilers Heritage Compilers (OPM) ADTS Websphere Development Studio

More information

Pervasive Insight. Mission Critical Platform

Pervasive Insight. Mission Critical Platform Empowered IT Pervasive Insight Mission Critical Platform Dynamic Development Desktop & Mobile Server & Datacenter Cloud Over 7 Million Downloads of SQL Server 2008 Over 30,000 partners are offering solutions

More information

Aruba ridefinisce il futuro del Mobile, Cloud e IoT

Aruba ridefinisce il futuro del Mobile, Cloud e IoT Reimagine 2018 Aruba ridefinisce il futuro del Mobile, Cloud e IoT Alessandro Ercoli Team Leader Systems Engineer HPE Aruba Italy 24 maggio 2018 DIGITAL WORKPLACE EXPERIENCES POWERED BY ARUBA MOBILE FIRST

More information

IBM Workplace Collaboration Services API Toolkit

IBM Workplace Collaboration Services API Toolkit IBM Workplace Collaboration Services API Toolkit Version 2.5 User s Guide G210-1958-00 IBM Workplace Collaboration Services API Toolkit Version 2.5 User s Guide G210-1958-00 Note Before using this information

More information

Introduction to the Azure Portal

Introduction to the Azure Portal Page 1 of 17 Introduction to the Azure Portal The new Azure portal is an all-in-one, work-anywhere experience. Now you can manage App Service Apps, databases and Visual Studio Team Services projects in

More information