Connect and Transform Your Digital Business with IBM

Size: px
Start display at page:

Download "Connect and Transform Your Digital Business with IBM"

Transcription

1 Connect and Transform Your Digital Business with IBM 1

2 MANAGEMENT ANALYTICS SECURITY MobileFirst Foundation will help deliver your mobile apps faster IDE & Tools Mobile App Builder Development Framework PUSH NOTIFICATIONS MobileFirst Studio Bringyour-own AUTHENTICATION BUSINESS LOGIC OFFLINE SYNC MobileFirst Foundation Build with any development tools, including Xcode, Android Studio, and MobileFirst Studio Develop in native or hybrid and integrate any front-end framework Access the MobileFirst Foundation backend services via SDK, no matter which front-end framework, codebase, or tools you choose 2 2

3 MANAGEMENT ANALYTICS SECURITY Add push, authentication, offline sync, and business logic to your app Push Notifications Unified push service that sends relevant content using tagging and subscription. User Authentication Standards-compliant framework to authenticate against any user identity infrastructure PUSH NOTIFICATIONS Business Logic Write mobile APIs that access backend systems and data Offline Access & Sync Encrypted on-device storage with push and pull-based sync AUTHENTICATION BUSINESS LOGIC OFFLINE SYNC MobileFirst Foundation 3 3

4 Building the KidBrix customer mobile experience Cross-platform development Easily access and integrate with multiple mobile back-end services Fast deployment to the cloud MobileFirst Studio MobileFirst CLI MobileFirst MobileFirst Customer App Push Notification Services Authentication Product Catalog DB 4 Accelerate front-end development Ensure app works and looks good on any device Simplify configuration and management of push notification services Simplify authentication with third party providers Easy access to back end resources such as databases Ready-to-go MobileFirst Service (Mobile Foundation) Easily extend app with catalog of services Flexible deployment options (public/dedicated/local) 4

5 MobileFirst supports a wide variety of development frameworks Competitive Project Office Languages Swift, Objective-C Java C#, VB.NET, etc. HTML5, JavaScript C#,.NET Tools KidBrix chose the hybrid approach for their mobile app Common code base written in JavaScript, HTML5 Runs on all devices Xcode, Swift Sandbox Android Studio Android SDK Visual Studio Windows Phone Dev Tools Any editor E.g. Eclipse Xamarin Studio, Visual Studio Executables.app.apk.xap.app,.apk,.xap.app,.apk,.xap App Store Apple App Store Google Play Windows Phone Store Depends on the generated executable Depends on the generated executable Type Native Native Native Cross platform Cross platform Native mobile apps for one platform cannot run on another Mobile Web apps use common code, but don t have native look and feel, and also cannot access all device features Hybrid mobile apps use common code, have native look and feel and can exploit native device features Cordova and Xamarin allow enterprises to develop in one common language (HTML5, C# etc.) and during build time generate platform specific code 5

6 Mobile App Builder can help you quickly prototype your app Build app using drag and drop components Connect to cloud data services (Cloudant) Bind to MobileFirst Server in Bluemix Generate ios or Android source code and executable (Build in the cloud) Deploy to MobileFirst Server Import the source code into your favorite IDE to customize the app 6

7 Command line interface works with your favorite IDE to develop your mobile apps CLI gives developers flexibility to use their favorite IDE Developers can use the CLI to create MobileFirst Foundation artifacts such as adapters and deploy to local or remote MobileFirst server Create, test and deploy adapters independently from UI code Interactive mode simplifies using CLI Ideal for creating native apps using Xcode IDE for ios devices or Android Studio IDE for Android devices Favorite IDE (e.g. Xcode, Android Studio) MobileFirst Foundation CLI 7

8 KidBrix chose MobileFirst Studio and MobileFirst CLI as their development environment for its rich and integrated features MobileFirst Studio is an eclipse plug-in available in Eclipse marketplace for free Integrates with ThyM open source eclipse plug-in to build Cordova hybrid applications Launch MobileFirst Console from MobileFirst Studio Common code base for all platforms Integrated mobile browser simulator to preview apps Integrates with MFF Development Kit which bundles development Server for unit testing 8

9 Demo: Jump start development by creating a Cordova hybrid project using ThyM Wizard helps create a Cordova hybrid project Choose Android or Windows platform from wizard Preview app in Mobile browser simulator before deploying to server Structured directory for each environment 9

10 Adapter Framework provides easy-to-use, secure access to back end resources Adapters run on MobileFirst Server not the device for better security Wizard supports adapter creation to access SAP, SOAP and REST services, JDBC data, etc. MobileFirst Server intermediates communication between client and back end service, triggering authentication automatically when required Information about backend systems (credentials, URL or DB name, etc.) is only stored on the MobileFirst server, not the mobile device, for better security MobileFirst Server Business Process Manager Decision Manager App Runtime client library HTTPS App s Server Code Runtime library Integration Bus (ESB) WebSphere Cast Iron Backend Applications Partner Applications Third-Party Packaged Applications HTTP adapter SOAP REST Application App Server Application Server SQL adapter JDBC Backend Data Database 10

11 Demo: KidBrix stores product catalog in Cloudant database and uses adapters to retrieve data quickly MobileFirst CLI helps create the adapter Adapters can be deployed to MobileFirst Server Template provided to access the respective backend Adapter are independent of applications Developers can test adapters independent of application Same adapter can be used by multiple apps Use Swagger from MobileFirst Console to test adapters MobileFirst Server Cloudant (Catalog) App Runtime client library Adapter Adapter Adapter Adapter Adapter FB Server Push Notification MACM (Special Offers) Google GCM Apple APN Microsoft MPNS 11 VIP Experience

12 Microsoft and Amazon do not provide any framework and rely on vendor specific SDKs Microsoft relies on ODBC drivers (ADO.NET) to connect to RDBMS DB2, Oracle, MySQL, Sybase SDK syntax and usage are vendor specific Amazon implementation are different for Android and ios platform Security information regarding the backend access is embedded in the client code 12

13 KidBrix Customer App uses MobileFirst OAuth support to authenticate users using Facebook MobileFirst security framework protects resources, procedures and mobile apps Cordova InApp browser plug-in bundled with MobileFirst makes the initial Facebook call to authenticate users Response code is returned after authentication HTTP Adapter used to retrieve user profile using Facebook Graph API Response code is stored on the device until the user logs out Runtime client library App InApp browser plug-in MobileFirst Server HTTP adapter FB Server User authenticated Response code returned 13

14 To engage customers KidBrix sends targeted push notifications with special offers Competitive Project Office Customers subscribe to favorite play themes KidBrix sends special offers based on favorites 14

15 Easily add push notification capabilities to your apps MobileFirst Server Push Configuration Central location to configure push for any platform App Runtime client library Push Framework REST API for sending notification Google GCM Apple APN Single line of code to subscribe for push notifications based on customer interests Microsoft MPNS 15

16 Conveniently configure push notifications for all device types in one place MobileFirst Console provides central location to configure push for all device platforms via GUI (no messing with XML) Key and Sender ID obtained from the vendor by registering the KidBrix App Google Cloud Messaging (GCM) for Android devices Apple Push Notification (APN) for Apple devices Microsoft Push Notification (MPNS) for Microsoft devices Competitive Project Office 16

17 Simply subscribe to favorites to target customized notifications Favorites specified as tags Define tags in the MobileFirst Console Competitive Project Office Developer creates a UI to allow customers to select topics of interest (i.e. tags) Developer writes a single line of code to subscribe based on tag name 17

18 Send push notifications based on tags or deviceid Use MFPPush client SDK to register the device Use REST API to send notification The REST API body contains various options and targets (tags, deviceid, userid, platform) MFPPush notification callback is used to retrieve and display the notification based on the device platform MobileFirst Server Push Framework Google GCM Apple APN Microsoft MPNS 18

19 Demo: Test the UI look and feel on any device Mobile browser simulator can simulate any type of mobile device Test the look and feel of the app on various device types and sizes (android, ios, Samsung, Nexus) without the need for the actual device 19

20 KidBrix wants to deploy the server component on the cloud in a quick and efficient way Bluemix provides a fast and easy way to deploy on the cloud Bluemix offers MobileFirst Foundation as a service It comes with all the essential components to deploy on the cloud MobileFirst service can be created in minutes MobileFirst CLI can be used to deploy applications and adapters from the development environment MobileFirst is integrated with DevOps for continuous integration and continuous deployment Eclipse (MF Studio) Bluemix MobileFirst service (KidBrix App) Mobile Devices (KidBrix App client) MF CLI 20

21 Other solution alternatives don t stack up to MobileFirst on Bluemix Competitive Project Office Push notifications Mobile user authentication Portable mobile back-end services (on or off-premises, different cloud providers) mobile platform specific Mobile application authentication Adapter framework 21 Integrate device testing framework (not all device or app features supported) virtual devices real devices virtual devices

22 What is cognitive computing? Interprets & Evaluates Learns & Adapts Makes Decisions 22

23 Unstructured Data Fuels Cognitive Computing HEALTHCARE DATA 99% 88% growth by 2017 unstructured GOVERNMENT & EDUCATION DATA 94% growth by % unstructured Healthcare data comes from sources such as: Government & education data comes from sources such as: Patient Sensors Electronic Medical Records Test Results Vehicle Fleet Sensors Traffic Sensors Student Evaluations UTILITIES DATA 93% 84% growth by 2017 unstructured Utilties data comes from sources such as: MEDIA DATA 97% 82% growth by 2017 Media data comes from sources such as: unstructured Utility Sensors Employee Sensors Location Data Video and Film Images Audio 23

24 KidBrix uses cognitive services to personalize the shopping experience Competitive Project Office Know the basics Age, gender, favorites, birthday Provided directly by customer Customer Profile Pull Special Offer KidBrix Select Special Offer Push Special Offer Gain deep understanding Personality characteristics, values, emotions, desires, likes, dislikes Extracted from other interactions Cognitive Profile Mobile Application Content Manager Special Offers 24

25 Watson cognitive mobile services Embed human intuition and expertise into your mobile app Interact with users as a human would using natural language 25

26 KidBrix cognitive shopping experience KidBrix Written Reviews Recorded Reviews OpenWhisk Cloudant Trigger Speech to Text Language Translator Tone Analyzer Mobile Application Content Manager Special Offers Recorded Calls Live Text Chats s Customer Feedback Personality Insights Customer Profiles Get personalized special offers Get personalized sales strategy Written Posts Recorded Posts OpenWhisk Periodic Trigger Customer Sales Data 26

27 Summary MobileFirst Foundation Platform to develop both hybrid and native apps Use Mobile App Builder to create apps rapidly by a LOB person Use MobileFirst Studio or the CLI with your favorite IDE Essentials like authentication, push notification and integration to backend resources are already integrated Framework and tools to ensure app looks good on any device Fast deployment to the cloud Watson Cognitive Services Gain deep understanding of your customers personalities, and how satisfy their wants and needs 27 2/27/2017

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

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

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

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

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

More information

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

Connect and Transform Your Digital Business with IBM

Connect and Transform Your Digital Business with IBM Connect and Transform Your Digital Business with IBM Leverage Your IT Assets as Shareable APIs 1 The API economy requires a complete value chain Databases Connect to APIs to extend the reach and power

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

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

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

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

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Developing Mobile Applications for ios and Android the Oracle Way Frédéric Desbiens Principal Product Manager Application Development

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

IBM Blueprint for Success

IBM Blueprint for Success IBM Blueprint for Success Scale-Up Servers Unified Communications & Collaboration Self-Service Team Collaboration Cost Containment Invest for Growth Expertise & Knowledge Discovery Enterprise Portals Open

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

IBM Bluemix platform as a service (PaaS)

IBM Bluemix platform as a service (PaaS) Cloud Developer Certification Preparation IBM Bluemix platform as a service (PaaS) After you complete this unit, you should understand: Use cases for IBM Bluemix PaaS applications Key infrastructure components

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

Mobile Apps on IBM i with IBM MobileFirst & Bluemix

Mobile Apps on IBM i with IBM MobileFirst & Bluemix Mobile Apps on IBM i with IBM MobileFirst & Bluemix Demonstration Benoit MAROLLEAU - Architect IBM Client Center Montpellier, France Benoit.Marolleau@fr.ibm.com linkedin.com/in/bmarolleau @MarolleauBenoit

More information

Exercise 1. Bluemix and the Cloud Foundry command-line interface (CLI)

Exercise 1. Bluemix and the Cloud Foundry command-line interface (CLI) V10.1 Student Exercises EXempty Exercise 1. Bluemix and the Cloud Foundry command-line interface (CLI) What this exercise is about In this exercise, you sign on to Bluemix and create an application. You

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

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

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

Jitterbit is comprised of two components: Jitterbit Integration Environment

Jitterbit is comprised of two components: Jitterbit Integration Environment Technical Overview Integrating your data, applications, and other enterprise systems is critical to the success of your business but, until now, integration has been a complex and time-consuming process

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

Technology overview. The definitive guide for Mobile Enterprise Application Development

Technology overview. The definitive guide for Mobile Enterprise Application Development Technology overview The definitive guide for Mobile Enterprise Application Development Table of contents Architecture of a Mobile Platform 3 Design and build Mobile services 4 Publish Mobile Services 6

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

Participant Handbook

Participant Handbook Participant Handbook Table of Contents 1. Create a Mobile application using the Azure App Services (Mobile App). a. Introduction to Mobile App, documentation and learning materials. b. Steps for creating

More information

Lesson 5 Nimbits. Chapter-6 L05: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 5 Nimbits. Chapter-6 L05: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 5 Nimbits 1 Cloud IoT cloud-based Service Using Server at the Edges A server can be deployed at the edges (device nodes) which communicates the feeds to the cloud service. The server also provisions

More information

How to choose the right approach to analytics and reporting

How to choose the right approach to analytics and reporting SOLUTION OVERVIEW How to choose the right approach to analytics and reporting A comprehensive comparison of the open source and commercial versions of the OpenText Analytics Suite In today s digital world,

More information

Building Secure and Scalable Mobile Apps on AWS

Building Secure and Scalable Mobile Apps on AWS Building Secure and Scalable Mobile Apps on AWS Dennis Hills Mobile Developer Advocate, Amazon Web Services April 20, 2017 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Agenda

More information

Introduction to Xamarin Cross Platform Mobile App Development

Introduction to Xamarin Cross Platform Mobile App Development Introduction to Xamarin Cross Platform Mobile App Development Summary: In this document, we talk about the unique ability to create native ios, Android, Mac and Windows apps using C# making Xamarin, a

More information

Oracle Autonomous Mobile Cloud Enterprise

Oracle Autonomous Mobile Cloud Enterprise Oracle Autonomous 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

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

Administering Jive Mobile Apps

Administering Jive Mobile Apps Administering Jive Mobile Apps Contents 2 Contents Administering Jive Mobile Apps...3 Configuring Jive for Android and ios... 3 Custom App Wrapping for ios... 4 Native App Caching: Android...4 Native App

More information

Get Started on SOA. People Entry Point Interaction and Collaboration Services. Case for an SOA Portal

Get Started on SOA. People Entry Point Interaction and Collaboration Services. Case for an SOA Portal Get Started on SOA People Entry Point Interaction and Collaboration Services Case for an SOA Our customers are our highest priorities; our employees are our highest cost We need to make our employees more

More information

IBM Rational Application Developer for WebSphere Software, Version 7.0

IBM Rational Application Developer for WebSphere Software, Version 7.0 Visual application development for J2EE, Web, Web services and portal applications IBM Rational Application Developer for WebSphere Software, Version 7.0 Enables installation of only the features you need

More information

The 60-Minute Guide to Development Tools for IBM Lotus Domino, IBM WebSphere Portal, and IBM Workplace Applications

The 60-Minute Guide to Development Tools for IBM Lotus Domino, IBM WebSphere Portal, and IBM Workplace Applications The 60-Minute Guide to Development Tools for IBM Lotus Domino, IBM WebSphere Portal, and IBM Workplace Stuart Duguid Portal & Workplace Specialist TechWorks, IBM Asia-Pacific Overview / Scope The aim of

More information

Improving Productivity

Improving Productivity Improving Productivity On Demand Insurance Business Problems 1. We lose customers because we process new policy applications too slowly. 2. Our claims processing is time-consuming and inefficient. 3. We

More information

Developing Exceptional Mobile and Multi-Channel Applications using IBM Web Experience Factory

Developing Exceptional Mobile and Multi-Channel Applications using IBM Web Experience Factory Developing Exceptional Mobile and Multi-Channel Applications using IBM Web Experience Factory IBM Corporation 2011 Who am I? 2 Agenda Mobile web applications and Web Experience Factory Tour of Web Experience

More information

AD105 Introduction to Application Development for the IBM Workplace Managed Client

AD105 Introduction to Application Development for the IBM Workplace Managed Client AD105 Introduction to Application Development for the IBM Workplace Managed Client Rama Annavajhala, IBM Workplace Software, IBM Software Group Sesha Baratham, IBM Workplace Software, IBM Software Group

More information

Microsoft SharePoint Server is Primarily a Departmental Portal SharePoint Server Is built on SharePoint services Typical use case is as a repository for documents created by Office SharePoint Server is

More information

Creating Application Definitions in Hana Cloud Platform Mobile Services

Creating Application Definitions in Hana Cloud Platform Mobile Services SAP Hana Cloud Platform Mobile Services How-To Guide Provided by SAP s Technology RIG Creating Application Definitions in Hana Cloud Platform Mobile Services Applicable Releases: Platform Mobile Services

More information

Sentinet for Microsoft Azure SENTINET

Sentinet for Microsoft Azure SENTINET Sentinet for Microsoft Azure SENTINET Sentinet for Microsoft Azure 1 Contents Introduction... 2 Customer Benefits... 2 Deployment Topologies... 3 Cloud Deployment Model... 3 Hybrid Deployment Model...

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

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

DEVELOPING APPS FOR. Note: This ebook relies on and uses information from the Google Glass Developers site.

DEVELOPING APPS FOR. Note: This ebook relies on and uses information from the Google Glass Developers site. DEVELOPING APPS FOR Note: This ebook relies on and uses information from the Google Glass Developers site. Table of Contents GLASS What is Google Glass? 3 Technology Basics.... 3 Design for Google Glass

More information

<Insert Picture Here> JavaFX Overview April 2010

<Insert Picture Here> JavaFX Overview April 2010 JavaFX Overview April 2010 Sébastien Stormacq Sun Microsystems, Northern Europe The following is intended to outline our general product direction. It is intended for information

More information

MOBILIZE YOUR ENTERPRISE WITH TELERIK SOLUTIONS

MOBILIZE YOUR ENTERPRISE WITH TELERIK SOLUTIONS MOBILIZE YOUR ENTERPRISE WITH TELERIK SOLUTIONS Work doesn t just happen in the office. Technology is changing the way organizations operate. Today s business environment requires your employees to take

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

D Integrated. Development. Environments. D Mobile Application. Development. Platforms. D Mobile Backend as a Service. Development.

D Integrated. Development. Environments. D Mobile Application. Development. Platforms. D Mobile Backend as a Service. Development. E-Book June 2016 APPLICATION DEVELOPMENT 101 TOOLS TO SIMPLIFY MOBILE APPLICATION DEVELOPMENT With a slew of tools to build, streamline, transform and refactor applications on the market, companies should

More information

Migrating traditional Java EE applications to mobile

Migrating traditional Java EE applications to mobile Migrating traditional Java EE applications to mobile Serge Pagop Sr. Channel MW Solution Architect, Red Hat spagop@redhat.com Burr Sutter Product Management Director, Red Hat bsutter@redhat.com 2014-04-16

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

Mobile Application Development: Introducing ADF Mobile Native Client Framework

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

More information

August, HPE Propel Microservices & Jumpstart

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

More information

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

How to Route Internet Traffic between A Mobile Application and IoT Device?

How to Route Internet Traffic between A Mobile Application and IoT Device? Whitepaper How to Route Internet Traffic between A Mobile Application and IoT Device? Website: www.mobodexter.com www.paasmer.co 1 Table of Contents 1. Introduction 3 2. Approach: 1 Uses AWS IoT Setup

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

Developing with the Cloud

Developing with the Cloud Developing with the Cloud Aben Kovoor Developer & Platform Group Microsoft Corporation Middle East & Africa Developer & Platform Group SESSION GOALS A brief overview of the history and our customer challenges

More information

Oracle Database Mobile Server, Version 12.2

Oracle Database Mobile Server, Version 12.2 O R A C L E D A T A S H E E T Oracle Database Mobile Server, Version 12.2 Oracle Database Mobile Server 12c (ODMS) is a highly optimized, robust and secure way to connect mobile and embedded Internet of

More information

Best Practices Implementing Oracle Mobile Cloud Service

Best Practices Implementing Oracle Mobile Cloud Service Best Practices Implementing Oracle Mobile Cloud Service Rubén Rodríguez Cloud & Mobile Solution Specialist 07/06/2018 Introduction About me ADF Technical Lead, Cloud & Mobile Solution Specialist Blogger

More information

IBM Worklight An Overview

IBM Worklight An Overview IBM Worklight 6.0 - An Overview Gal Shachor IBM Distinguished Engineer, Chief Architect Worklight Greg Truty IBM Distinguished Engineer, Chief Architect IBM MobileFirst Amit Ben-Sheffer Head of Product

More information

& Free.

& Free. & Free http://www.amexio.tech/ Amexio IDE Extensions Microsoft Visual Studio Code Atom Editor Angular MetaMagic EXtensions for Inputs & Outputs is a rich set of Angular 5 components powered by HTML5 &

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

Oracle Exam 1z0-441 Oracle Mobile Development 2015 Essentials Version: 6.0 [ Total Questions: 85 ]

Oracle Exam 1z0-441 Oracle Mobile Development 2015 Essentials Version: 6.0 [ Total Questions: 85 ] s@lm@n Oracle Exam 1z0-441 Oracle Mobile Development 2015 Essentials Version: 6.0 [ Total Questions: 85 ] Question No : 1 You have been asked to select the appropriate security policy to apply to a SOAP

More information

API Manager Version May User Guide

API Manager Version May User Guide API Manager Version 7.5.3 8 May 2018 User Guide Copyright 2018 Axway All rights reserved. This documentation describes the following Axway software: Axway API Manager 7.5.3 No part of this publication

More information

SAP API Management and API Business Hub Overview

SAP API Management and API Business Hub Overview SAP API Management and API Business Hub Overview Harsh Jegadeesan Head of Product Management, Digital Transformation Services, SAP Cloud Platform Overview Accelarate your digital transformation with APIs

More information

Azure Mobile Apps and Xamarin: From zero to hero. Nasos Loukas Mobile Team KYON

Azure Mobile Apps and Xamarin: From zero to hero. Nasos Loukas Mobile Team KYON Azure Mobile Apps and Xamarin: From zero to hero Nasos Loukas Mobile Team Leader @ KYON aloukas@outlook.com From zero to hero Chapter 0: Xamarin Chapter 1: Azure Mobile Apps Chapter 2: Offline Sync Chapter

More information

Ionic Tutorial. For Cross Platform Mobile Software Development

Ionic Tutorial. For Cross Platform Mobile Software Development About Ionic Tutorial For Cross Platform Mobile Software Development This Tutorial is for setting up a basic hybrid mobile application using the Ionic framework. The setup will be shown for both Mac and

More information

Etlworks Integrator cloud data integration platform

Etlworks Integrator cloud data integration platform CONNECTED EASY COST EFFECTIVE SIMPLE Connect to all your APIs and data sources even if they are behind the firewall, semi-structured or not structured. Build data integration APIs. Select from multiple

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

Sterling Selling and Fulfillment Suite Developer Toolkit FAQs

Sterling Selling and Fulfillment Suite Developer Toolkit FAQs Sterling Selling and Fulfillment Suite Developer Toolkit FAQs Sterling Order Management Sterling Configure, Price, Quote Sterling Warehouse Management System September 2012 Copyright IBM Corporation, 2012.

More information

WEB-APIs DRIVING DIGITAL INNOVATION

WEB-APIs DRIVING DIGITAL INNOVATION WEB-APIs DRIVING DIGITAL INNOVATION Importance of Web-APIs Simply put, Web-APIs are the medium to make a company s digital assets consumable to any channel, which has a current or latent need. It helps

More information

Build an open hybrid cloud and paint it red and blue

Build an open hybrid cloud and paint it red and blue Build an open hybrid cloud and paint it red and blue Khaled Elbedri Technical sales lead, Microsoft Ismail Dhaoui EMEA Senior Specialist Solutions Architect, Red Hat Tuesday, May 8, 2018 Agenda RH & MS

More information

Administering Jive Mobile Apps for ios and Android

Administering Jive Mobile Apps for ios and Android Administering Jive Mobile Apps for ios and Android TOC 2 Contents Administering Jive Mobile Apps...3 Configuring Jive for Android and ios...3 Custom App Wrapping for ios...3 Authentication with Mobile

More information

Building a Simple Workflow Application for the Sybase Unwired Server [Part 3]

Building a Simple Workflow Application for the Sybase Unwired Server [Part 3] MOBILITY Building a Simple Workflow Application for the Sybase Unwired Server [Part 3] By Mark Gearhart, SAP In the third of a 3-part series, we build a simple workflow application for the Sybase Unwired

More information

WebCenter Interaction 10gR3 Overview

WebCenter Interaction 10gR3 Overview WebCenter Interaction 10gR3 Overview Brian C. Harrison Product Management WebCenter Interaction and Related Products Summary of Key Points AquaLogic Interaction portal has been renamed

More information

Manual Visual Studio 2010 Web Developer Tools Offline

Manual Visual Studio 2010 Web Developer Tools Offline Manual Visual Studio 2010 Web Developer Tools Offline This download installs the Visual Studio 2010 Tools for Office Runtime, which is required to run Visual C++ Redistributable Packages for Visual Studio

More information

The Power of InRule. InRule is Designed for Real-World Scenarios. Write, Manage and Execute Business Rules

The Power of InRule. InRule is Designed for Real-World Scenarios. Write, Manage and Execute Business Rules Write, Manage and Execute Business Rules InRule empowers technical and business users to change rules and calculations in applications with less effort, cost, and risk than programming to help you keep

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 71. This edition

More information

Liferay Digital Experience Platform. New Features Summary

Liferay Digital Experience Platform. New Features Summary Liferay Digital Experience Platform New Features Summary Liferay has redesigned its platform with new functionality in Liferay Digital Experience Platform (DXP). The following is a summary of the key new

More information

ADDITIONAL GUIDES Customer SAP Enable Now System Requirements Customer

ADDITIONAL GUIDES Customer SAP Enable Now System Requirements Customer 2019 SAP SE or an SAP affiliate company. All rights reserved. ADDITIONAL GUIDES Customer 1902 2019-02-01 Customer Table of Contents 1 Introduction... 3 1.1 What is the Cloud Edition?... 4 1.2 Cloud Edition

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

Getting Started with Intellicus. Version: 16.0

Getting Started with Intellicus. Version: 16.0 Getting Started with Intellicus Version: 16.0 Copyright 2016 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

Please give me your feedback

Please give me your feedback #HPEDiscover Please give me your feedback Session ID: B4385 Speaker: Aaron Spurlock Use the mobile app to complete a session survey 1. Access My schedule 2. Click on the session detail page 3. Scroll down

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

Beginner s Guide to Cordova and Mobile Application Development

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

More information

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

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 1 Oracle Mobile Suite an Overview Vincent Hu Principal Sales Consultant Oracle Mobile Suite Everything you need to mobile enable enterprise applications in one package One Platform, Any App, Any Data,

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

IBM Worklight Proof of Technology by Jane Fung

IBM Worklight Proof of Technology by Jane Fung IBM Worklight Proof of Technology by Jane Fung Welcome to the Technical Exploration Center Survey Introductions Access restrictions Restrooms Emergency Exits Breakfast / Lunch / Snacks Special meal requirements?

More information

IBM Mobile First Overview

IBM Mobile First Overview IBM Mobile First Overview - Thejaswini R & Bharat Devdas Agenda 1 Significance of Mobile 2 IBM Mobile First 3 IBM Worklight Overview & Features 4 Demonstration 2 Mobile momentum is reshaping how we live

More information

Enhancing cloud applications by using external authentication services. 2015, 2016 IBM Corporation

Enhancing cloud applications by using external authentication services. 2015, 2016 IBM Corporation Enhancing cloud applications by using external authentication services After you complete this section, you should understand: Terminology such as authentication, identity, and ID token The benefits of

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

Provide Real-Time Data To Financial Applications

Provide Real-Time Data To Financial Applications Provide Real-Time Data To Financial Applications DATA SHEET Introduction Companies typically build numerous internal applications and complex APIs for enterprise data access. These APIs are often engineered

More information

(C) Global Journal of Engineering Science and Research Management

(C) Global Journal of Engineering Science and Research Management ANDROID BASED SECURED PHOTO IDENTIFICATION SYSTEM USING DIGITAL WATERMARKING Prof.Abhijeet A.Chincholkar *1, Ms.Najuka B.Todekar 2, Ms.Sunita V.Ghai 3 *1 M.E. Digital Electronics, JCOET Yavatmal, India.

More information

Techno Expert Solutions

Techno Expert Solutions Course Content of Microsoft Windows Azzure Developer: Course Outline Module 1: Overview of the Microsoft Azure Platform Microsoft Azure provides a collection of services that you can use as building blocks

More information

ArcGIS for Developers: An Introduction. Moey Min Ken

ArcGIS for Developers: An Introduction. Moey Min Ken ArcGIS for Developers: An Introduction Moey Min Ken AGENDA Is development right for me? Building Apps on the ArcGIS platform Rest API & Web API Native SDKs Configurable Apps and Builders Extending the

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

Integration Service. Admin Console User Guide. On-Premises

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

More information

IBM Exam C Developing Enterprise Mobile Applications with IBM Worklight and IBM WebSphere Portal Version: 6.0 [ Total Questions: 122 ]

IBM Exam C Developing Enterprise Mobile Applications with IBM Worklight and IBM WebSphere Portal Version: 6.0 [ Total Questions: 122 ] s@lm@n IBM Exam C2040-404 Developing Enterprise Mobile Applications with IBM Worklight and IBM WebSphere Portal Version: 6.0 [ Total Questions: 122 ] Topic 1, Volume A Question No : 1 - (Topic 1) What

More information

Kony MobileFabric Engagement Services QuickStart Guide

Kony MobileFabric Engagement Services QuickStart Guide Kony MobileFabric (Building a Sample App - Android) Release 7.0 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Getting Started With Intellicus. Version: 7.3

Getting Started With Intellicus. Version: 7.3 Getting Started With Intellicus Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information