Jogat - Business Proposition

Size: px
Start display at page:

Download "Jogat - Business Proposition"

Transcription

1 Jogat - Business Proposition Showcase Application Status: Proposal Version: 0.2 Author: Osman Mrzljak Date: 5 september 2013 B-inIT B.V. Plantsoen 15/A 2311KE Leiden

2 Table of Content Table of Content... 1 Introduction... 2 Jogat Development Team... 2 Showcase Application... 3 Tour operator Elephant Travel bookings application... 3 Mobile Application... 3 Web Portal... 5 Unified Trip Booking... 5 Application architecture... 7 View Layer... 7 Service Layer... 7 Data Layer... 7 Application design... 8 View Layer... 8 Web Portal... 8 Mobile Application... 8 Power Users Application... 9 Service Layer... 9 Data Layer Deployment architecture In house hosting In cloud hosting copyright B-inIT B.V. Page 1 of 13

3 Introduction This document describes the blue print of a showcase application Elephant Travel. This showcase application demonstrates software solution developed by the Jogat Development Team of B-inIT b.v. It illustrates the type of solution and design principles used by Jogat Elephant Travel is a fictional Tour Operator Company. Elephant Travel existing booking system consists of a Web Portal and a few backend systems. By reusing the current system, in cooperation with Elephant Travel, B-inIT has developed a new System Architecture and a multi-layer system design. Also a new sales channel is added in the form of a native application for the mobile devices, which is integrated in the whole system as well. Through the integration of mobile devices into the sales and marketing strategy, Elephant Travel ensures better services to its customers and a higher success aspect in sales. The existing Web Portal was redesigned to make it HTML 5 compliant and easily accessible from new mobile devices. The System Design and development is made by Jogat Development Team in Sarajevo, Bosnia and Herzegovina. The Distributed project team is managed using Scrum Development Process and integrated project management tools. Jogat Development Team is a new business proposition of B-inITb.v. A detailed description about possibilities offered by this team can be found in the Jogat Business Proposition document. For any further question feel free to contact the team manager O. Mrzljak Osman Mrzljak B-inIT b.v.( ) Osman.Mrzljak@b-init.nl copyright B-inIT B.V. Page 2 of 13

4 Showcase Application Tour operator Elephant Travel bookings application The tour operator booking system in the basic view consists of: Tightly integrated backend systems Power Users application used by Employees to perform different tasks, from sales and marketing activities over call center activities to advanced system maintenance tasks. Web Portal available on the internet is accessible from any device with an HTML 5 compliant browser (Windows, Linux, ios, Android, MacBook or other mobile devices). The Web Portal is designed as a self-service application where customers can browse, search and book holidays. Native Mobile Application is installed on customer s mobile devices. This application delivers more personalized offers to every customer using integrated mobile services like GPS, Social Media, Audio and Video content, Customer Profile. Figure 1 Bookings System While using the already existing back-end system, the tour operator gets two very effective selling channels: a Web Portal and a Mobile Application. This well integrated system offers all channel specific features to customers with the cross channel advantage still in place. For example, while browsing destinations on their mobile device the customer has the option to call the sales department and get specific help on its booking. Bookings made using one channel are available to view on all channels. Mobile Application The mobile application is built on top of the existing system. With the addition of this new sales channel the tour operator Elephant Travel is now able to deliver better services to its customers. By combining the power of a mobile device with unified sales activities through other channels, the tour operator can provide their customers with better services. This application integrates all possibilities and features of mobile devices to provide a unique user interface. Main Screen The mobile application s unique features are : copyright B-inIT B.V. Page 3 of 13

5 - User authentication using Google++, Facebook or other OAuth authentication provider. - User profile with preferences and favorite destinations and searches. - Location based search, and destination rating. - Push notification with last minute offers based on location and the user s travel behavior. - Offline access to made bookings and downloaded information about destinations. - Adding reviews anytime anywhere, even when traveling or staying at the destination. Figure 2 Mobile app Main Screen Destination Detail After their search users can browse detail information in the Destination Detail screen. Great features delivered by the mobile app are: - Calling customer care center (CCC) employee (just with one push). The CCC employee gets directly in Power Users Application the same destination view like the mobile app user. - A calculated total price for the trip configuration specified in user preferences. - Destination rating based on Facebook friends rating. (if Facebook account provided by user) - Directly booking and checkout using Google Play InApp billing (Paypal, Creditcard, etc supported). - View destination in Google Maps View, with integrated destination coordinates. - View ratings outside Elephant Travel, for example on Tripadvisor. - View weather conditions. - Save destinations in favorites to view it later (even when of-line). - Browse and add photos and videos related to a destination. copyright B-inIT B.V. Page 4 of 13

6 Web Portal Figure 3 Destination Detail Screen Elephant Travel existing web portal is redesigned with an HTML 5 clean and simple design making it accessible from any device supporting HTML 5. The web portal features are usable on any ios phone, tablet, android, windows phone, windows PC / tablet, Mac ios etc. An important addition to the portal is the awareness of the mobile application. The user s behavior and changes made on the mobile device with the app are now visible on the portal as well. All bookings, ratings and searches the user made with the mobile app are accessible on the web portal. Using the strengths of browser on desktop the user experience is enriched by HD Video reviews, integration with Internet Banking and the upload, scanning and printing of travel documents. Unified Trip Booking Miss Brow gets a Whatsapp message from her friends on vacation in Spain saying It is wonderful here in Spain and we miss you all. with a picture of the beach linked to Elephant Travel destination finder. When Miss Brow opens the link the Elephant Travel app opens the Destination Detail screen with a calculated total price for her family and favorite date. She gets a special offer 10% reduction if booking is shared on Facebook. copyright B-inIT B.V. Page 5 of 13

7 When Miss Brown calls the customer support center of Elephant Travel to ask about the possibility of traveling with pets, the Customer Employee sees directly the destination in question and is able to read the extended information about the destination and then answer Yes, dogs and cats are permitted to stay in the destination hotel. After talking to her husband, Miss Brown decides to book this trip. She pays the total price with Google Checkout. After sharing this booking on Facebook, she gets 10% back on her bank account. She gets a push notification (after a couple of minutes) with the booking confirmation. The booking confirmation with all the travel instructions is already in her bookings overview on the mobile app. She can check all the details on her phone. She can explore the destination area with Google Maps or Tripadvisor to find a nice place to see or a good restaurant. Because this destination is in a foreign country, Elephant Travel asks her to send them a copy of the travelers passports. All she has to do when she is at home is log onto the web portal on her PC, scan the passports and upload them to Elephant Travel, this is further processed by the Elephant Travel employees. And of course she thanks her friend in Spain for sending her a nice booking opportunity. copyright B-inIT B.V. Page 6 of 13

8 Application architecture The Elephant Travel booking system is a service oriented architecture divided into three layers: View Layer, Service Layer and Data Layer. The majority of the system is built on top of.net architecture. View Layer Figure 4 Application Architecture Web portal is redesigned to use ASP.NET MVC Framework, which makes it easy to deliver HTML 5 compliant views supported on many mobile and desktop devices. Mobile Services frontend layer handles mobile device specific aspects like device management, security, data caching, video encoding, services composition, battery consumption, lower screen resolution, etc. Service Layer Application Services bundled in Service Layer are accessible using open standards OData, RESTFull en SOAP services, which make them platform independent. The same services are used in the existing web portal and the new developed mobile application. This layer also integrates B2B backend services with internal services. Data Layer There is a number of backend systems, already existing systems. Without modifications these backend systems are used in the services layer for all frontend applications. copyright B-inIT B.V. Page 7 of 13

9 Application design Application Design follows the nature of architecture. The main advantage of this service oriented architecture is its reusability and flexibility. While the components in View Layer implement features needed in one frontend applications (web portal, mobile application of power user application), the services in Service Layer are generic and can be reused in any frontend. View Layer This layer consist of three frontend applications: web portal, mobile application and power user s application. Web Portal Web Portal is redesigned to deliver HMTL 5 compliant views. Built on.net MVC Framework this layer supports users running most popular browsers; IE, Mozila, Chrom, Safari, and their mobile versions. Web Portal performs all communications with Service Layer through Windows Communication Foundation and SOAP distributed calls. This makes it easier to deploy this layer everywhere, even outside the IT Environment of Elephant Travel. This Layer can be easily deployed on Windows Azure which makes it very stable and scalable. Mobile Application Figure 5 Application Design - Webportal Mobile Application is designed for Android platform which runs (according to statistics from May 2013) on more than 900 million devices. Although Apple s ios devices are supported with HTML 5 Web Portal we are working to deliver a native ios application for Elephant Travel. By using a native application on mobile devices we can make use of powerful features like more responsive and user friendly user interface, Location Services (GPS), sensors data (like movements, acceleration), authentication, cache data, offline usage, video playback, push notification etc. The mobile application uses Google SDK and a number of integrated application features: - Share on social media (Facebook, Twitter, etc) - Geofencing to deliver position based offers and notifications, - Push Notifications. - Google + account and profiles. - Encrypted data cache on mobile device. copyright B-inIT B.V. Page 8 of 13

10 There is also a Mobile Services application built in ASP.NET which supports a mobile application with server side features and connects with backend services. This offers following features used in the Mobile Application: - Mobile device management to ensure only registered devices can use services - Data caching to avoid unnecessary retrieving data from backend multiple times. - Validation of user input - Asynchronous execution and error handling. - Session management. Power Users Application This is an existing application with dedicated access to backend systems. This application is reused as-is without modifications. Service Layer This is the heart of the booking system. Using advanced integration possibilities of.net architecture this layer ensures platform independent interfaces for any kind of frontends. It also integrates B2B partner s backend to provide all the functionality necessary for the frontend applications. This layer provides all application functionality through SOAP services using.net WCF, which ensures a stable, scalable and very fast application. Long running processes are implemented as composite services using Windows Workflow Foundation. High throughput transactional processing is supported by Windows Message Queuing. READ ONLY frequently retrieved data are stored in-memory storage. copyright B-inIT B.V. Page 9 of 13

11 Data Layer Figure 6 Service Layer Design Most of the data is stored on Windows SQL Server databases. However in some data integration scenarios we use XML files to export and import data from external data providers. copyright B-inIT B.V. Page 10 of 13

12 Deployment architecture Elephant Travel booking system architecture guarantees a very flexible deployment strategy. This system is consistently divided into different layers integrated with SOAP and RESTful web services. This makes independent deployment and hosting choices of every layer. In house hosting This system integrates with existing backend systems of Elephant Travel hosted in an own in house environment. In that case the View Layer (see design of View Layer) is deployed in DMZ (Demilitarized Zone) to have a secure connection with the internet. Both the Web Portal and Mobile Services have to be accessible from the internet. Other system layers integrate with the existing backend systems through ESB (Enterprise Service Bus). Figure 7 Deployment Architecture copyright B-inIT B.V. Page 11 of 13

13 In cloud hosting All three system layers can be also deployed in cloud, for example on Windows Azure Hosting. The View Layer can be deployed to Windows Azure without any modification of the application code. Deploying the Service Layer in the cloud is possible and easy but requires that interfaces of backend systems and b2b partner systems are available over the internet. Deploying the Data Layer in the cloud is not as easy because it integrates tightly with the existing systems of Elephant Travel which are not accessible from the cloud. Figure 8 Deployment Architecture - Cloud copyright B-inIT B.V. Page 12 of 13

Course 10978A Introduction to Azure for Developers

Course 10978A Introduction to Azure for Developers Course 10978A Introduction to Azure for Developers Duration: 40 hrs. Overview: About this Course This course offers students the opportunity to take an existing ASP.NET MVC application and expand its functionality

More information

What We Do: Simplify Enterprise Mobility

What We Do: Simplify Enterprise Mobility What We Do: Simplify Enterprise Mobility AirWatch by VMware is the global leader in enterprise-grade mobility solutions across every device, every operating system and every mobile deployment. Our scalable

More information

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

Introduction to Oracle Mobile Application Framework Raghu Srinivasan, Director Development Mobile and Cloud Development Tools Oracle Introduction to Oracle Mobile Application Framework Raghu Srinivasan, Director Development Mobile and Cloud Development Tools Oracle Safe Harbor Statement The following is intended to outline our general

More information

IBM API Management Overview. 2014 IBM Corporation

IBM API Management Overview. 2014 IBM Corporation IBM API Management Overview Please Note IBM s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM s sole discretion. Information regarding potential

More information

QUICK FEATURE GUIDE OF SNAPPII'S ULTRAFAST CODELESS PLATFORM

QUICK FEATURE GUIDE OF SNAPPII'S ULTRAFAST CODELESS PLATFORM QUICK FEATURE GUIDE OF SNAPPII'S ULTRAFAST CODELESS PLATFORM (* Click on the screenshots to enlarge) TABLE OF CONTENTS 1. Visually Develop Mobile Applications 2. Build Apps for Any Android or ios Device

More information

Middleware- Driven Mobile Applications

Middleware- Driven Mobile Applications Middleware- Driven Mobile Applications A motwin White Paper When Launching New Mobile Services, Middleware Offers the Fastest, Most Flexible Development Path for Sophisticated Apps 1 Executive Summary

More information

Safe Harbor Statement

Safe Harbor Statement Safe Harbor Statement The preceding is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment

More information

This is our best... YOUR best... Online Banking yet!

This is our best... YOUR best... Online Banking yet! INTERNATIONAL FINANCE BANK CUSTOMER USER GUIDE MAKING BANKING A BREEZE! This is our best... YOUR best... Online Banking yet! Member FDIC New & Improved Online Banking Experience > IFB is proud to introduce

More information

MS 10978A Introduction to Azure for Developers

MS 10978A Introduction to Azure for Developers MS 10978A Introduction to Azure for Developers Description: Days: 5 Prerequisites: This course offers students the opportunity to learn about Microsoft Azure development by taking an existing ASP.NET MVC

More information

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

White Paper. Anywhere, Any Device File Access with IT in Control. Enterprise File Serving 2.0 White Paper Enterprise File Serving 2.0 Anywhere, Any Device File Access with IT in Control Like it or not, cloud- based file sharing services have opened up a new world of mobile file access and collaborative

More information

Access All Your Files on All Your Devices

Access All Your Files on All Your Devices d Access All Your Files on All Your Devices The Best Performance, Features and Price for Private cloud storage for all platforms Windows, Mac, Linux, ios, Android, Blackberry & more Enterprise Private

More information

Donky Technical Overview

Donky Technical Overview Donky Technical Overview This document will provide the reader with an overview of the features offered and technologies used with the Donky Messaging Network. This document will give a good base level

More information

10978A: Introduction to Azure for Developers

10978A: Introduction to Azure for Developers 10978A: Introduction to Azure for Developers Course Details Course Code: Duration: Notes: 10978A 5 days This course syllabus should be used to determine whether the course is appropriate for the students,

More information

Personal Cloud. Support Guide for Mac Computers. Storing and sharing your content 2

Personal Cloud. Support Guide for Mac Computers. Storing and sharing your content 2 Personal Cloud Support Guide for Mac Computers Storing and sharing your content 2 Getting started 2 How to use the application 2 Managing your content 2 Adding content manually 3 Renaming files 3 Moving

More information

PEGA MOBILITY A PEGA PLATFORM WHITEPAPER

PEGA MOBILITY A PEGA PLATFORM WHITEPAPER PEGA MOBILITY A PEGA PLATFORM WHITEPAPER Background Mobile devices now outnumber computers as a means of connecting to the Internet. This new mobile ubiquity presents opportunities for the enterprise to

More information

This module provides an overview of service and cloud technologies using the Microsoft.NET Framework and the Windows Azure cloud.

This module provides an overview of service and cloud technologies using the Microsoft.NET Framework and the Windows Azure cloud. Module 1: Overview of service and cloud technologies This module provides an overview of service and cloud technologies using the Microsoft.NET Framework and the Windows Azure cloud. Key Components of

More information

Personal Cloud. Support Guide for Mobile Apple Devices

Personal Cloud. Support Guide for Mobile Apple Devices Personal Cloud Support Guide for Mobile Apple Devices Storing and sharing your content 2 Getting started 2 How to use the application 2 Managing your content 2 Adding content manually 2 Downloading files

More information

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

MOBILIZING ORACLE APPLICATIONS ERP. An Approach for Building Scalable Mobility Solutions. A RapidValue Solutions Whitepaper MOBILIZING ORACLE APPLICATIONS ERP An Approach for Building Scalable Mobility Solutions A RapidValue Solutions Whitepaper TABLE OF CONTENTS Executive Overview Typical Architecture for Mobilizing Oracle

More information

MS 20487A Developing Windows Azure and Web Services

MS 20487A Developing Windows Azure and Web Services MS 20487A Developing Windows Azure and Web Services Description: Days: 5 Prerequisites: In this course, students will learn how to design and develop services that access local and remote data from various

More information

Introduction to Azure for Developers

Introduction to Azure for Developers CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 10978: Introduction to Azure for Developers Length: 5 Days Audience: Developers Level: 300 Technology:

More information

APP DEV. We build your ideas into web and mobile applications. steicho. Technological Solutions

APP DEV. We build your ideas into web and mobile applications. steicho. Technological Solutions We build your ideas into web and mobile applications. steicho Technological Solutions Automate your processes, through a commercial custom made application We offer software solutions to automate, streamline,

More information

How Business People can Create Mobile Apps without Programmers

How Business People can Create Mobile Apps without Programmers How Business People can Create Mobile Apps without Programmers Today over 90% of Americans own a Smartphone, and close to half own a Tablet. These mobile devices have become the de facto standard devices

More information

Mobile Application Development

Mobile Application Development Web Engineering Mobile Application Development Copyright 2015 Slides from Federico M. Facca (2010), Nelia Lasierra (updates) 1 2 Where we are? # Date Title 1 5 th March Web Engineering Introduction and

More information

Build Your Mobile Strategy Not Just Your Mobile Apps

Build Your Mobile Strategy Not Just Your Mobile Apps Mobile Cloud Service Build Your Mobile Strategy Not Just Your Mobile Apps Copyright 2015 Oracle Corporation. All Rights Reserved. What is is it? Oracle Mobile Cloud Service provides everything you need

More information

TECHNOLOGIES MOBILE STRATEGY

TECHNOLOGIES MOBILE STRATEGY TECHNOLOGIES MOBILE STRATEGY CONFIDENTIAL AND COPYRIGHT NOTICE The information contained in this document is the exclusive property of IMQS Software (Pty) Ltd. and any respective copyright owners. This

More information

How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development

How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development A RapidValue Solutions Whitepaper Contents Executive Summary... 03 Oracle Mobile Application Framework (MAF): The Complete Development

More information

InLoox PM Web App The Online Project Software

InLoox PM Web App The Online Project Software Stay Connected to Your Team No Matter Where You Are Connect Your Project Teams over the Internet Worldwide Availability Familiar Usability Platform- and Device-Independent is the powerful, secure and scalable

More information

SaaS-Based Employee Benefits Enrollment System

SaaS-Based Employee Benefits Enrollment System Situation A US based industry leader in Employee benefits catering to large and diverse client base, wanted to build a high performance enterprise application that supports sizeable concurrent user load

More information

The Best Mobile App Development Platform. Period.

The Best Mobile App Development Platform. Period. The Best Mobile App Development Platform. Period. Native Apps. Code-Free. Cross-Platform. In Hours. It s a Block Party and everyone s invited! Use snap together building blocks to quickly and easily assemble

More information

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

POINT-TO-POINT vs. MEAP THE RIGHT APPROACH FOR AN INTEGRATED MOBILITY SOLUTION POINT-TO-POINT vs. MEAP THE RIGHT APPROACH FOR AN INTEGRATED MOBILITY SOLUTION Executive Summary Enterprise mobility has transformed the way businesses engage with customers, partners and staff while exchanging

More information

Microsoft 10978 - Introduction to Azure for Developers

Microsoft 10978 - Introduction to Azure for Developers 1800 ULEARN (853 276) www.ddls.com.au Microsoft 10978 - Introduction to Azure for Developers Length 5 days Price $4389.00 (inc GST) Version A Overview This course offers students the opportunity to take

More information

Rich Communication Suite Enabler. plus integration with your existing VoIP services

Rich Communication Suite Enabler. plus integration with your existing VoIP services Rich Communication Suite Enabler plus integration with your existing VoIP services Join the next generation telecom market and offer services that are blend the best features of Skype, Viber and WhatsApp.

More information

Appscend Mobile Platform Whitepaper

Appscend Mobile Platform Whitepaper A Appscend Platform Presentation Appscend Mobile Platform Whitepaper V V a l u e 1 A d d e d Appscend Platform Presentation Table of Contents Overview... 3 About the company... 3 The Amazing Mobile Application

More information

Assignment # 1 (Cloud Computing Security)

Assignment # 1 (Cloud Computing Security) Assignment # 1 (Cloud Computing Security) Group Members: Abdullah Abid Zeeshan Qaiser M. Umar Hayat Table of Contents Windows Azure Introduction... 4 Windows Azure Services... 4 1. Compute... 4 a) Virtual

More information

Customer Master Presentation - Contents

Customer Master Presentation - Contents Customer Master Presentation - Contents V5.30 Solution at a Glance SAP Rapid Deployment Solution Overview SAP Mobile Platform Overview SAP Mobile Platform Rapid Deployment Solution - Overview SAP Mobile

More information

cbox YOUR FILES GO MOBILE! FOR ANDROID SMARTPHONES AND TABLETS USER MANUAL

cbox YOUR FILES GO MOBILE! FOR ANDROID SMARTPHONES AND TABLETS USER MANUAL cbox YOUR FILES GO MOBILE! FOR ANDROID SMARTPHONES AND TABLETS USER MANUAL Introduction cbox is a software that you can easily install on your computer. Once done, an online storage drive cbox appears

More information

Egnyte Cloud File Server. White Paper

Egnyte Cloud File Server. White Paper Egnyte Cloud File Server White Paper Revised July, 2013 Egnyte Cloud File Server Introduction Egnyte Cloud File Server (CFS) is the software as a service layer that powers online file sharing and storage

More information

Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions Course 20532A: Developing Microsoft Azure Solutions Page 1 of 7 Developing Microsoft Azure Solutions Course 20532A: 4 days; Instructor-Led Introduction This course is intended for students who have experience

More information

RCS - Overview. www.voipswitch.com. Rich Communication Suite

RCS - Overview. www.voipswitch.com. Rich Communication Suite RCS - Overview Rich Communication Suite RCS enhances consumer VoIP services by adding a whole suite of new features that go beyond voice and simple text communication. The emphasis is on a contact oriented

More information

SAP-integrated Travel Scenarios in SharePoint

SAP-integrated Travel Scenarios in SharePoint SAP-integrated Travel Scenarios in SharePoint built with ERPConnect Services and the Nintex Workflow Automation Platform November 2015 Theobald Software GmbH Kernerstr 50 D 70182 Stuttgart Phone: +49 711

More information

PRIVACY AWARE ACCESS CONTROL FOR CLOUD-BASED DATA PLATFORMS

PRIVACY AWARE ACCESS CONTROL FOR CLOUD-BASED DATA PLATFORMS www.openi-ict.eu Open-Source, Web-Based, Framework for Integrating Applications with Social Media Services and Personal Cloudlets PRIVACY AWARE ACCESS CONTROL FOR CLOUD-BASED DATA PLATFORMS Open-Source,

More information

DocDokuPLM Innovative PLM solution

DocDokuPLM Innovative PLM solution PLM DocDokuPLM Innovative PLM solution DocDokuPLM: a business solution Manage the entire lifecycle of your products from ideas to market and setup your information backbone. DocDokuPLM highlights Anywhere

More information

Company Facts. 1,800 employees. 150 countries. 12,000 customers and growing. 17 languages. 11 global offices

Company Facts. 1,800 employees. 150 countries. 12,000 customers and growing. 17 languages. 11 global offices Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitment from VMware to deliver these features in any generally

More information

Dropbox for Business. Secure file sharing, collaboration and cloud storage. G-Cloud Service Description

Dropbox for Business. Secure file sharing, collaboration and cloud storage. G-Cloud Service Description Dropbox for Business Secure file sharing, collaboration and cloud storage G-Cloud Service Description Table of contents Introduction to Dropbox for Business 3 Security 7 Infrastructure 7 Getting Started

More information

Walgreens Android App Redesign

Walgreens Android App Redesign Walgreens Android App Redesign My most ambitious project to date. I directed, designed, and managed a complete redesign and restructuring of the Android app. We took an outdated and inconsistent experience

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any

More information

IBM MobileFirst Hands-on Labs environment with Linux on z Systems and z/os

IBM MobileFirst Hands-on Labs environment with Linux on z Systems and z/os IBM MobileFirst Hands-on Labs environment with Linux on z Systems and z/os Session Nr: 16772 + 16773 Wilhelm Mild Executive IT Architect wilhelm.mild@de.ibm.com Erich Amrehn Distinguished Engineer amrehn@de.ibm.com

More information

Software Product Information. Faba5 Website

Software Product Information. Faba5 Website Software Product Information Faba5 Website Valid from 09th March 2013 Copyright Faba5 GmbH, A-4020 Linz, 2013. All rights reserved. All hardware and software names used are registered trade names and/or

More information

Cisco Enterprise Mobility Services Platform

Cisco Enterprise Mobility Services Platform Data Sheet Cisco Enterprise Mobility Services Platform Reduce development time and simplify deployment of context-aware mobile experiences. Product Overview The Cisco Enterprise Mobility Services Platform

More information

An Enterprise Approach to Mobile File Access and Sharing

An Enterprise Approach to Mobile File Access and Sharing White Paper File and Networking Services An Enterprise Approach to Mobile File Access and Sharing Table of Contents page Anywhere, Any Device File Access with IT in Control...2 Novell Filr Competitive

More information

Mobile App Framework For any Website

Mobile App Framework For any Website Mobile App Framework For any Website Presenting the most advanced and affordable way to create a native mobile app for any website The project of developing a Mobile App is structured and the scope of

More information

activecho Frequently Asked Questions

activecho Frequently Asked Questions activecho Frequently Asked Questions What are the benefits of activecho? activecho allows your organization to provide an on-premise, managed and secure alternative to Dropbox and other file synching and

More information

Using Cloud Services for Building Next Generation Mobile Apps

Using Cloud Services for Building Next Generation Mobile Apps Using Cloud Services for Building Next Generation Mobile Apps appcelerator.com Executive Summary Enterprises are in the midst of a major transformation as it relates to their interaction with customers,

More information

apiomat Enterprise Mobile Enterprise Application Platform the Next Generation

apiomat Enterprise Mobile Enterprise Application Platform the Next Generation Mobile Enterprise Application Platform the Next Generation Digital Transformation Mobile is changing the game Starting with Apple s iphone mobile devices have changed economy from the scratch new business

More information

Enterprise Mobile Web Development. Robert Altland Principal Consultant, Mobility Neudesic, LLC robert.altland@neudesic.com

Enterprise Mobile Web Development. Robert Altland Principal Consultant, Mobility Neudesic, LLC robert.altland@neudesic.com Enterprise Mobile Web Development Robert Altland Principal Consultant, Mobility Neudesic, LLC robert.altland@neudesic.com Setting the Stage Making the right technology choice for your mobile presence What

More information

CA Mobile Device Management 2014 Q1 Getting Started

CA Mobile Device Management 2014 Q1 Getting Started CA Mobile Device Management 2014 Q1 Getting Started This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

CommonTime Making Business Mobile. Enterprise. CommonTime. Mobile Solutions. mdesign Platform. www.commontime.com

CommonTime Making Business Mobile. Enterprise. CommonTime. Mobile Solutions. mdesign Platform. www.commontime.com Enterprise Mobile Solutions Platform www.commontime.com Platform - Overview All Businesses Are Unique At we understand that no two businesses are the same. We believe that a mobile solution should be designed

More information

separate the content technology display or delivery technology

separate the content technology display or delivery technology Good Morning. In the mobile development space, discussions are often focused on whose winning the mobile technology wars how Android has the greater share of the mobile market or how Apple is has the greatest

More information

SAP HANA Cloud Portal Overview and Scenarios

SAP HANA Cloud Portal Overview and Scenarios SAP HANA Cloud Portal Overview and Scenarios HERUG 2014 Conference - Montevideo April 2014 Twitter: @portal_sap / #hanacloudportal HERUG 2014 Conference Event Website Event overview Information and Agenda

More information

Mobilize Your ERP with ADF Mobile

Mobilize Your ERP with ADF Mobile Mobilize Your ERP with ADF Mobile Ramesh Kumar ealliance Corp Founder & CEO rkumar@ealliancecorp.com 630-618-0916 1 ealliance Background ealliance started in 1998 as an Oracle Partner specializing in Oracle

More information

ArcGIS Web Mapping. Sam Berg, esri sberg@esri.com

ArcGIS Web Mapping. Sam Berg, esri sberg@esri.com ArcGIS Web Mapping Sam Berg, esri sberg@esri.com Agenda ArcGIS and WebMaps The APIs ArcGIS for Flex Viewer ArcGIS for Silverlight Builder ArcGIS for Sharepoint ArcGIS Application Templates ArcGIS Runtime

More information

Enterprise Mobility Space

Enterprise Mobility Space MBaaS How MBaaS is Shaping up the Enterprise Mobility Space A RapidValue Solutions Whitepaper Contents Executive Summary... What is Mobile Backend as a Service (MBaaS)?... Primary Building Blocks of MBaaS...

More information

Mobile Application Platform

Mobile Application Platform Mobile Application Platform from FeedHenry Next generation cloud-based solution that simplifies the development, deployment and management of mobile apps for enterprise. Develop native, hybrid and HTML5

More information

Statement of Direction

Statement of Direction Mobile First: Taking Mobile CRM to the Next Level 1 January 2013 Mobile First: Taking Mobile CRM to the Next Level Whitepaper Mobile First: Taking Mobile CRM to the Next Level 2 Table of Contents Notes...

More information

Integrating Mobile apps with your Enterprise

Integrating Mobile apps with your Enterprise Integrating Mobile apps with your Enterprise Jonathan Marshall marshalj@uk.ibm.com @jmarshall1 Agenda Mobile apps and the enterprise Integrating mobile apps with Enterprise Applications Mobile apps and

More information

Developing Microsoft Azure Solutions 20532A; 5 days

Developing Microsoft Azure Solutions 20532A; 5 days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Developing Microsoft Azure Solutions 20532A; 5 days Course Description This

More information

Support for Apple Mac and ios Devices

Support for Apple Mac and ios Devices Support for Apple Mac and ios Devices Published: July 29, 2011 For the latest information, please see Microsoft Office 365. The information contained in this document represents the current view of Microsoft

More information

Accelerating Business Value by

Accelerating Business Value by Accelerating Business Value by Mobilizing Backend Enterprise Applications To find out how GAVS can be engaged as your dedicated co-sourcing partner to improve business outcomes, please write to us at cosource@gavsin.com.

More information

Testing & Assuring Mobile End User Experience Before Production. Neotys

Testing & Assuring Mobile End User Experience Before Production. Neotys Testing & Assuring Mobile End User Experience Before Production Neotys Agenda Introduction The challenges Best practices NeoLoad mobile capabilities Mobile devices are used more and more At Home In 2014,

More information

The Smartest Way to Get Meetings Done

The Smartest Way to Get Meetings Done The Smartest Way to Get Meetings Done It is time to say goodbye to email and calendar hassle: Meetin.gs is the smartest way to meet. Get your meetings on the cloud and access them from any device. The

More information

Introduction to IBM Worklight Mobile Platform

Introduction to IBM Worklight Mobile Platform Introduction to IBM Worklight Mobile Platform The Worklight Mobile Platform The Worklight Mobile Platform is an open, complete and advanced mobile application platform for HTML5, hybrid and native apps.

More information

Red Hat Mobile Application Platform

Red Hat Mobile Application Platform Red Hat Mobile Application Platform A mobile application platform for your mobile-first strategy Jarosław Stakuń Senior Solution Architect Red Hat CEE The World is Mobile FeedHenry At a Glance FeedHenry

More information

Novell Filr 1.0.x Mobile App Quick Start

Novell Filr 1.0.x Mobile App Quick Start Novell Filr 1.0.x Mobile App Quick Start February 2014 Novell Quick Start Novell Filr allows you to easily access all your files and folders from your desktop, browser, or a mobile device. In addition,

More information

Symantec Mobile Management Suite

Symantec Mobile Management Suite Symantec Mobile Management Suite One Solution For All Enterprise Mobility Needs Data Sheet: Mobile Security and Management Introduction Most enterprises have multiple mobile initiatives spread across the

More information

Hosted Workspaces Demo Guide for Citrix Service Provider Partners

Hosted Workspaces Demo Guide for Citrix Service Provider Partners Hosted Workspaces Demo Guide for Citrix Service Provider Partners Deliver a great hosted workspaces customer demo that includes Desktops-as-a-Service, virtual applications, file sharing and sync and Mobile

More information

How To Use Titanium Studio

How To Use Titanium Studio Crossplatform Programming Lecture 3 Introduction to Titanium http://dsg.ce.unipr.it/ http://dsg.ce.unipr.it/?q=node/37 alessandro.grazioli81@gmail.com 2015 Parma Outline Introduction Installation and Configuration

More information

Architectural considerations while developing Enterprise Mobile Applications

Architectural considerations while developing Enterprise Mobile Applications International Journal of Scientific and Research Publications, Volume 4, Issue 3, March 2014 1 Architectural considerations while developing Enterprise Mobile Applications Suhas Bhosale*, Monali Bhosale**

More information

CA Service Desk Manager - Mobile Enabler 2.0

CA Service Desk Manager - Mobile Enabler 2.0 This Document is aimed at providing information about the (CA SDM) Mobile Enabler and mobile capabilities that is typically not available in the product documentation. This is a living document and will

More information

Digital Asset Management 数 字 媒 体 资 源 管 理 任 课 老 师 : 张 宏 鑫 2015-09-15

Digital Asset Management 数 字 媒 体 资 源 管 理 任 课 老 师 : 张 宏 鑫 2015-09-15 Digital Asset Management 数 字 媒 体 资 源 管 理 任 课 老 师 : 张 宏 鑫 2015-09-15 1. Introduction 1. 导 论 Outline Outline Content management Outline Content management Industrial Analysis Outline Content management Industrial

More information

Access Database Hosting. An introduction to Cloud Hosting Access databases from Your Office Anywhere

Access Database Hosting. An introduction to Cloud Hosting Access databases from Your Office Anywhere Access Database Hosting An introduction to Cloud Hosting Access databases from Your Office Anywhere Microsoft Access is a powerful way of creating bespoke database applications for either your own business

More information

Introduction to the Mobile Access Gateway

Introduction to the Mobile Access Gateway Introduction to the Mobile Access Gateway This document provides an overview of the AirWatch Mobile Access Gateway (MAG) architecture and security and explains how to enable MAG functionality in the AirWatch

More information

Designing Enterprise Mobility

Designing Enterprise Mobility Designing Enterprise Mobility Cortado Corporate Server M Work beyond your desk, simply & efficiently Productivity: Work on the go just as easily as from a desktop PC Usability: Mobile access to corporate

More information

SAP Mobile Platform Intro

SAP Mobile Platform Intro SAP Mobile Platform Intro Agenda SAP Mobile Platform overview App types Core platform services Backend connectivity Open technologies HANA Cloud Platform Key UI Tools and Technologies SAP Fiori Launchpad

More information

HTML5 : carrier grade

HTML5 : carrier grade HTML5 : carrier grade Alex Rutgers / CTO@Momac / February 2013. Introduction Since HTML5 became mainstream media around April 2010 and I decided to create an overview article on HTML5 in the mobile space,

More information

SAP Document Center. May 2016. Public

SAP Document Center. May 2016. Public SAP Document Center May 2016 Public The Big Picture for a Digital Platform Applications Applications IoT IoT Platform (Micro-) Services Extensions Icon Digital Boardroom Analytical Applications S/4HANA

More information

ORACLE MOBILE APPLICATION FRAMEWORK DATA SHEET

ORACLE MOBILE APPLICATION FRAMEWORK DATA SHEET ORACLE MOBILE APPLICATION FRAMEWORK DATA SHEET PRODUCTIVE ENTERPRISE MOBILE APPLICATIONS DEVELOPMENT KEY FEATURES Visual and declarative development Mobile optimized user experience Simplified access to

More information

Deploy. Friction-free self-service BI solutions for everyone Scalable analytics on a modern architecture

Deploy. Friction-free self-service BI solutions for everyone Scalable analytics on a modern architecture Friction-free self-service BI solutions for everyone Scalable analytics on a modern architecture Apps and data source extensions with APIs Future white label, embed or integrate Power BI Deploy Intelligent

More information

Manual for Android 1.5

Manual for Android 1.5 Manual for Android 1.5 1 Table of Content 1. Scope of Service... 3 1.1 About Boxcryptor Classic... 3 1.2 About this manual... 3 2. Installation... 4 3. Basic functionality... 5 3.1. Setting up Boxcryptor

More information

ios SDK possibilities & limitations

ios SDK possibilities & limitations ios SDK possibilities & limitations Licensing Licensing Registered as an Apple Developer (free) Access to XCode3 and ios SDK ios, Mac and Safari Dev Center Resources No possibility of distribution of developed

More information

Unified Communications Solution for Retail Industry

Unified Communications Solution for Retail Industry March 2014, HAPPIEST MINDS TECHNOLOGIES Unified Communications Solution for Retail Industry Author Sindhu Selvaraj SHARING. MINDFUL. INTEGRITY. LEARNING. EXCELLENCE. SOCIAL RESPONSIBILITY. Copyright Information

More information

An Enterprise Approach to Mobile File Access and Sharing

An Enterprise Approach to Mobile File Access and Sharing White Paper Filr An Enterprise Approach to Mobile File Access and Sharing Table of Contents page Anywhere, Any Device File Access with IT in Control...2 Filr Competitive Differentiators...2 Filr High-Level

More information

Glyder Mobile Doc s(for commercial business & healthcare) May, 2014

Glyder Mobile Doc s(for commercial business & healthcare) May, 2014 Glyder Mobile Doc s(for commercial business & healthcare) May, 2014 Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase decision. This presentation

More information

Smarter working. Capture and output connectivity solutions for mobile and cloud services. you can

Smarter working. Capture and output connectivity solutions for mobile and cloud services. you can Smarter working Capture and output connectivity solutions for mobile and cloud services you can Make your business agile - mobile and cloud connectivity Technology is fast evolving, offering you new opportunities

More information

BPM Everywhere. Product Overview for OpenText Process Suite. 13 March 2014. Abstract

BPM Everywhere. Product Overview for OpenText Process Suite. 13 March 2014. Abstract BPM Everywhere Product Overview for OpenText Process Suite 13 March 2014 Abstract OpenText BPM Everywhere delivers process visibility and participation across the enterprise for OpenText s BPM products.

More information

Cloud Services MDM. ios User Guide

Cloud Services MDM. ios User Guide Cloud Services MDM ios User Guide 10/24/2014 CONTENTS Overview... 3 Supported Devices... 3 System Capabilities... 3 Enrollment and Activation... 4 Download the Agent... 4 Enroll Your Device Using the Agent...

More information

Outlook. Corporate Research and Technologies, Munich, Germany. 20 th May 2010

Outlook. Corporate Research and Technologies, Munich, Germany. 20 th May 2010 Computing Architecture Computing Introduction Computing Architecture Software Architecture for Outlook Corporate Research and Technologies, Munich, Germany Gerald Kaefer * 4 th Generation Datacenter IEEE

More information

SECURE YOUR DATA EXCHANGE WITH SAFE-T BOX

SECURE YOUR DATA EXCHANGE WITH SAFE-T BOX SECURE YOUR DATA EXCHANGE SAFE-T BOX WHITE PAPER Safe-T. Smart Security Made Simple. 1 The Costs of Uncontrolled Data Exchange 2 Safe-T Box Secure Data Exchange Platform 2.1 Business Applications and Data

More information

HP ALM Masters 2014 Connected, collaborative mobile application development for the enterprise HP Anywhere

HP ALM Masters 2014 Connected, collaborative mobile application development for the enterprise HP Anywhere HP ALM Masters 2014 Connected, collaborative mobile application development for the enterprise HP Anywhere A radically different kind of user Mainframe Client/Server Web Devices System-centric User-centric

More information

Nýjungar í webmethods 9.x. Ingólfur Þorsteinsson

Nýjungar í webmethods 9.x. Ingólfur Þorsteinsson Nýjungar í webmethods 9.x Ingólfur Þorsteinsson Main Drivers for webmethods 9 2 2013 Software AG. All rights reserved. Mobile/Web webmethods Suite Automated Processes Integration Backbone High Performance

More information

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

The increasing popularity of mobile devices is rapidly changing how and where we Mobile Security BACKGROUND The increasing popularity of mobile devices is rapidly changing how and where we consume business related content. Mobile workforce expectations are forcing organizations to

More information