Enterprise Mobile Solutions



Similar documents
Mobile Application Development

Mobility Information Series

Introduction to IBM Worklight Mobile Platform

Web Based Application Tool (WBAT) For SMS Implementation!

Corporate Bill Analyzer

Donky Technical Overview

Smartphone Enterprise Application Integration

Middleware- Driven Mobile Applications

Implementing Mobile Thin client Architecture For Enterprise Application

Enterpise Mobility Lexicon & Terminology

A state-of-the-art solution that brings mobility to SCADA alarms

Introduction to Oracle Mobile Application Framework Raghu Srinivasan, Director Development Mobile and Cloud Development Tools Oracle

tibbr Now, the Information Finds You.

Securely. Mobilize Any Business Application. Rapidly. The Challenge KEY BENEFITS

Human Resources Department.

HTML5 : carrier grade

SPAN. White Paper. Enabling Enterprise Mobility. SPAN Solution Engineering Approach. Introduction

The increasing popularity of mobile devices is rapidly changing how and where we

SkyFoundry News Update New Reporting Features and SkySpark Mobile

ARE AGENTS NECESSARY FOR ACCURATE MONITORING?

Mobile Test Strategy. Shankar Garg. Senior Consultant - Testing

Ensuring the security of your mobile business intelligence

IBM Cognos Mobile Overview

MOBILIZING ORACLE APPLICATIONS ERP. An Approach for Building Scalable Mobility Solutions. A RapidValue Solutions Whitepaper

Smartphone Application Development using HTML5-based Cross- Platform Framework

Mobile Application Platform

SaaS Based Inventory Management System For US Based Client

Experimental Comparison of Hybrid and Native Applications for Mobile Systems

Mobile Device Management Version 8. Last updated:

How To Protect Your Business Information From Being Stolen From A Cell Phone Or Tablet Device

MySQL. Leveraging. Features for Availability & Scalability ABSTRACT: By Srinivasa Krishna Mamillapalli

Mobile Access Software Blade

STeP-IN SUMMIT June 18 21, 2013 at Bangalore, INDIA. Enhancing Performance Test Strategy for Mobile Applications

Kony Mobile Application Management (MAM)

Mobile App Framework For any Website

EXTENDING ORACLE WEBCENTER TO MOBILE DEVICES: BANNER ENGINEERING SUCCEEDS WITH MOBILE SALES ENABLEMENT

BlackBerry Enterprise Service 10. Secure Work Space for ios and Android Version: Security Note

bigtincan Forms TM Solution Brief

ios SDK possibilities & limitations

Copyright 2013, 3CX Ltd.

DESIGNING MOBILE FRIENDLY S

RFP# ADDENDUM No. 1 Questions and Answers

Take full advantage of IBM s IDEs for end- to- end mobile development

IBM Payment Services. Service Definition. IBM Payment Services 1

50 shades of Siebel mobile

Step into the Future: HTML5 and its Impact on SSL VPNs

White Paper. Anywhere, Any Device File Access with IT in Control. Enterprise File Serving 2.0

Cisco Stadiumvision Mobile Software Development Kit

Enterprise Grade CRM on Cloud

Cloud Service Model. Selecting a cloud service model. Different cloud service models within the enterprise

Enterprise Mobile Apps: A Complete Guide to Considerations

Sisense. Product Highlights.

One Place for All Your Digital Analytics

Cloud Powered Mobile Apps with Azure

Kore Bots Platform Competitive Comparison Overview Kore Bots Platform Competitive Comparison Overview

2013 Ruby on Rails Exploits. CS 558 Allan Wirth

SAS REPORTS ON YOUR FINGERTIPS? SAS BI IS THE ANSWER FOR CREATING IMMERSIVE MOBILE REPORTS

ConnectM M2M Solution Delivery Platform Brochure

Mobile Performance Testing Approaches and Challenges

WHITEPAPER BEST PRACTICES IN MOBILE APPLICATION TESTING

1 Product. Open Text is the leading fax server vendor in the world. *

OPTIMIZE ENTERPRISE ASSET MANAGEMENT WITH MOBILE

Minnesota Report Card. A Mobile Friendly Platform for Disseminating School Performance Data. Digital Government: Government to Citizen

ORACLE ADF MOBILE DATA SHEET

RTC:engine. WebRTC SOLUTION SIPWISE AND DEUTSCHE TELEKOM / TLABS ANNOUNCE COOPERATION FOR THE

Developer Reference. A mobile loyalty platform for retailers. Document Number:

TECHNOLOGIES PVT. LTD.

SAS Mobile BI Security and the Mobile Device

INDIA PRIVATE LIMITED

Take Your Rocket U2 Apps Mobile with Rocket LegaSuite. Greg Mummah, Product Manager Rocket Software

MENDIX FOR MOBILE APP DEVELOPMENT WHITE PAPER

Application Development Best Practices

Legal. Copyright 2016 Magento, Inc.; All Rights Reserved.

Storage Made Easy Enterprise File Share and Sync (EFSS) Cloud Control Gateway Architecture

6 CURRENT JOB OPENINGS:

WHITEPAPER. SECUREAUTH 2-FACTOR AS A SERVICE 2FaaS

THE BUSINESS CASE FOR HYBRID HTML5 MOBILE APPS

EasiShare Whitepaper - Empowering Your Mobile Workforce

APIS IT d.o.o. Fiscalization technical aspects

Building HTML5 and hybrid mobile apps using cloud services. Andrei Glazunov

WHITEPAPER MOBILE REMOTE PATIENT MONITORING. Author: Arif Nasim Head of Mobility Practice

Adaptive Authentication Integration Options. John Murray Manager, RSA Systems Engineering

Build Your Mobile Strategy Not Just Your Mobile Apps

POINT-TO-POINT vs. MEAP THE RIGHT APPROACH FOR AN INTEGRATED MOBILITY SOLUTION

Cloud V/S On-Premise

Business Wireless Providers That Reduce Costs, Improve Mobile Management, And Enhance Security

Securing Corporate on Personal Mobile Devices

Deploying an Access Database to the Enterprise through Access Services in SharePoint 2013

CRM. itouch Vision. This document gives an overview of OneTouch Cloud CRM and discusses the different features and functionality.

Cloud Computing Security: Public vs. Private Cloud Computing

The Security Behind Sticky Password

Firefox for Android. Reviewer s Guide. Contact us: press@mozilla.com

and Solutions Introduction The Need for Mobility Xoriant Enterprise Mobility Platform

Fault & Performance Management

Enterprise Mobile App Management Essentials. Presented by Ryan Hope and John Nielsen

Internet Explorer Services - What Makes Them Different?

Mobile development with Apache OFBiz. Ean Schuessler, Brainfood

Following statistics will show you the importance of mobile applications in this smart era,

SECURE MOBILE APP DEVELOPMENT: DIFFERENCES FROM TRADITIONAL APPROACH

Safe Harbor Statement

Transcription:

Enterprise Mobile Solutions Sanjay Mamani Director Mobile Applications & Web Development Bridgetree BRIDGETREE, Inc. USA smamani@bridgetree.com www.bridgetreeresearch.com

Enterprise Mobile Solutions Mobile Solutions enable organizations to Deliver valuable enterprise data to various devices Mobilize its workforce Increase productivity Increase sales Improve Customer service Integrate diverse systems so that valuable data can be viewed on a common platform Mobile Solutions - Native Apps - Mobile optimized solutions - SMS integration

Market Share 600,000 500,000 400,000 300,000 200,000 100,000 2010 2011 2012 2015 0 Android ios RIM Microsoft GARTNER: Sales to end users (X Thousands of units)

Market Share

Is your Organization ready for Mobile Solutions? - How much is your organization willing to spend to enable mobile solutions? - Who are your users? - What is your security strategy? - What kind of enterprise applications are deployed in your organization? - CRM, ERP,SFA, Accounting Systems, etc Other Factors: Availability of mobile carrier plan in your area 3G, edge or Wi-Fi? Type of devices owned by your organization Coverage area for your mobile user base Bandwidth Memory and CPU Availability Storage Capacity Connectivity Options and Issues Security User Interaction and Display

Mobile Solutions powered by Web Service Easy and efficient integration with Enterprise architecture, extensible to other software. Easy but secure authentication and authorization for both the consumer and application. Platform independent, scalable and can be updated easily. Additional Mobile Platforms and applications can be integrated easily due to Web Services. Advantages Allows for single consolidated call from mobile devices, which means better performance. Platform Development becomes easier, independent, standardized and scalable. Allows extension of Enterprise Applications to Mobile Devices easy. Ability to blend results from Multiple API Sources. Can cater Native apps and mobile optimized web applications.

XML or JSON Network Transmission time, number of bytes transferred should be low, meta data should be saved on local and server latency should be kept low. JSON (Javascript Object Notation) Key: Value pair concept, A data-interchange format, Lower overhead A means to encode JavaScript objects as strings. More economical than XML in terms of data size, at the expense of readability. Example : Twitter API [{"firstname": Steve","lastname": Jobs","age": 56"}, {"firstname": Larry", "lastname": Page","age": 32"}] XML - Self describing, more work to Parse - XML is heavier then JSON when managing data - Parsers - SAX(Sequential Access Parser) notification while the XML tree is being parsed, have to keep track of state and construct objects on the fly - DOM (Document Object Model) reads entire document, can query for different elements in memory

Key Considerations - Thorough review and documentation of back end enterprise architecture. - Decide on the type of mobile app platforms before designing the web service. - Decide if the same functionality can be provided over mobile optimized web. - Consider network bandwidth - 3G,Edge,Wifi, etc (Offline?) Segment functionality / calls to prevent issues Polling Identify and Create subset calls / functionality when on slower bandwidth Use notifications wherever possible Modify polling interval based on need Recover from intermittent or lost connections Identify and Decrease returns for XML with large data sets and repetitive XML sections especially with mobile devices given: Communication challenges Memory and processing limitations Minimize large data sets: Request for only those elements that are required Request for only those items that are required Store locally instead of requesting the same data wherever possible

Other Solutions - Plan and strategize if you can provide the same features (as the native enterprise app) on Mobile optimized sites as well. - Latest design tools (HTML5 and CSS3 in Dreamweaver CS5.5) create HTML/CSS version for Mobile websites as well - Use SMS features wherever possible in your Mobile Solutions strategy. - Use Analytics solutions to track user behavior, the data gathered can be used for better strategy. - For consumer facing enterprise apps, integrate with social media to review user behavior, market right products based on user behavior. - Plan and have a data analytics solution for the data gathered by your enterprise applications and enterprise mobile apps. - Use QR codes / MS Tags wherever possible in your marketing strategy. QR codes are more popular and are successfully used for marketing campaigns. - Create and Personalize unique QR codes, gather and track users data - Plan and design solutions for Tablet s as well. - Mobile Cloud Computing Are we there yet?

Security - Local Authentication - Does your application work offline mode? - User/Password Authentication - Use of Device ID or custom identification methodology. - Server Side Authentication - Validation of request from the source - Check if the credentials are valid - Using SSL - Encrypting and Transmission of confidential data over secure channel - Offline Vs Online - What type of data can be saved - Delete local data when its not useful - Ensure mobile strategy operates under the guidelines of corporate security policy.

Our Services - Mobile Solutions - Data Analytics - Custom Web Development - ERP/CRM - Campaign Management - Print On Demand Systems - Consulting - Corporate Training - Logistic Services

Thank You Sanjay Mamani Director Mobile Applications & Web Development Bridgetree, Inc. USA smamani@bridgetree.com www.bridgetreeresearch.com India Bangalore Bridgetree Research Services (P) Ltd. 184/Y, 2nd Floor, A.S. Plaza, 3rd Block, 12th Main, Near Bashyam Circle, Rajajinagar Bangalore 560010 Bridgetree Research Services (P) Ltd. 48/1, 1st Floor, 1st Cross, 1st Stage, KHB Colony, Basaveshwarnagar, Bangalore - 560079 Kolkata Bridgetree Consultancy Pvt. Ltd. Unitech Hi-Tech Structures Ltd, Infospace Action Area 1-D, Ground Floor New Town, Rajarhat Kolkata 700 156 Bridgetree Research Services (P) Ltd. 37 Jodhpur Park, Kolkata 700 068 USA Bridgetree Inc 133 N Main St, Mooresville, NC 28115 China Bridgetree Internet Technology Services #11-14 Room,11th floor, GaoXinZhiNengDaSha, 8 Gaoxin 3rd Road, Xi'an City, Shaanxi Province CHINA The information contained in this document is confidential. Unauthorized use, disclosure or copying is prohibited. Bridgetree 2011