Study of SAP ERP Connection System Driven in Smartphone

Size: px
Start display at page:

Download "Study of SAP ERP Connection System Driven in Smartphone"

Transcription

1 Study of SAP ERP Connection System Driven in Smartphone 1 Jong Youel Park, * 2 Dea-Woo Park, 3 Young Hyun Chang, 4 Kyung Bae Yoon 1, First Author Hoseo Graduate School of Venture Korea, parkjy4567@daum.net *2,Corresponding Author Hoseo Graduate School of Venture Korea, prof_pdw@naver.coml 3 Baewha Women's University Korea, baewhaoa@paran.com 4 Kimpo College Korea, kbyoon9@paran.com Abstract This study suggests a method of an SAP ERP connection system which uses a GUI, without using the SAP mobile platform provided in the SAP. The interface of the SAP ERP connection system is implemented as a GUI to be driven in smartphones so that users can easily establish the part for interworking in the SAP ERP. The case described in this study is to provide communication for client applications and the SAP service through TCP/IP as a web service, and to implement a method of transferring server s and client s data request and result values in XML, to suggest a new method of efficient underworking of the SAP ERP. 1. Introduction Keywords: ERP, SAP, Mobile, SmartPhone, SmartOffice, Platform One of products generally used in the ERP (Enterprise Resource Planning) system is the ERP solution available from SAP. While services converged on communication and banking are vitalized by means of smartphones in the smart convergence environment, a new commercial transaction environment is rapidly growing, for example, non-financial institutions entry into the e-transaction market, sharply increasing mobile banking transactions, and increasing e-payment by means of mobile credit cards. The scale of Korea s e-transactions in 2010 is approximately 824 trillion won in total, increased by 22.5% in comparison with approximately 672 trillion won in B2B which describes commerce transactions between businesses acounts for 746 trillion and 34.6 billion won in the total volume of transactions, and B2G which describes e-transactions for public sector marketing between the government and businesses accounts for 6.4%[1]. The concept of smart work is a future-oriented business environment in which people use IT technology to work conveniently and efficiently anytime and anywhere. The mobile office is for working without spacial limitations by using smartphones, PDAs, laptop computers, smart pads, etc., and is one type of services for providing a business environment through a mobile communication network and portable terminals, not just typically using an in-house radio network and laptop computers. It enables staffs to do office work in other places by accessing the in-house computer network, and to access the in-house system and data by externally using a security network in connection with the ERP and the CRM including s, groupware and e-approval [2]. The Smart Revolution led by smartphones is changing the IT industry and the overall economic paradigm into the mobile era as well as ordinary daily living [3]. Large and medium-scale enterprises have already changed their PC and PDA-based system into a system fit for smartphones, and use the MEAP platform to develop products. However, the development by the MEAP platform requires a lot of costs to be connected with the SAP ERP system, and work forces to develop the products for smartphones. Small- and medium- scale enterprises which do not appreciate the importance of development do not want their system to be connected to smartphones in consideration of costs. Research Notes in Information Science (RNIS) Volume14,June 2013 doi: /rnis.vol

2 Using the SAP Mobile Platform for connection of smartphones with the SAP ERP requires a lot of costs, and the ERP experts should be equipped with a proper ERP system and business technology. Therefore, enterprises always have difficulty in recruiting good experts [4]. This study aims to devise an interface for common modules to develop the system for smartphones, to reduce enterprises development cost, to implement users easy connection to the SAP ERP system, and to connect the PC-based system with smartphones in Android and IOS. This study has the following chapters. Chapter 2 describes the architecture and the environment for development with smartphones. Chapter 3 describes the design for interworking the SAP ERP with smartphones. Chapter 4 describes the details of the system interworking of the SAP ERP with smartphones. Chapter 5 summarizes this study and suggests the direction of future studies. 2. RELATED STUDY 2.1. Current smartphone OS and development language The current smartphone OS is based on Apple s ios, Google s Android, Microsoft s Windows7, Samsung/Intel s Tizen, and Samsung s Bada to develop applications. The leaders of the market are Google s Android, and Apple s ios. The development language used by each OS is shown in Table 1. Table 1. Smartphone OS and development language Development OS Development tool language Android ios Java Windows7 C# Objective- C/C++ Eclipse-based installation of Android SDK X-Code tool Visual Studio 2010 bada C++ bada2.0 Tizen Javascript, C/C++ Tizen2.0 The ios architecture which is the iphone platform is an OS embedded in iphone of Apple s smartphone, ipod touch which is a digital media player, and ipad which is a tablet computer [5]. The ios architecture is actually similar to the basic architecture of Mac OS X, and is composed of four software layers, that is, the core OS layer, the core services layer, the media layer, and the cocoa touch layer [6]. The Android architecture works on the Linux kernel, and is developing fast thanks to the free open OS. This can be used by enterprises which use an open OS to develop business solutions. Here, applications are executed through a virtual machine, Dalvik, which is different from the existing Java virtual machine [7]. Windows7 is an OS for mobile applications, similar to Microsoft s PC OS [8]. It is greatly improved for the features and speed of smartphones, and has enhanced the functions of SNS, the multimedia hub, and user-centered design. Bada and Tizen are an OS operating on the Linux kernel, and are being developed by Samsung. This study is based on Android and ios the most usually used currently Comparison of architectures for each development environment In the development of smartphones, it is required to study the SAP ERP connection system which can be driven in smartphones with reference to matters of the Android architecture, the iphone 274

3 architecture, the development environment, and the mobile Web development environment in order to develop native Apps [6][7]. 3. Designing smartphone-sap ERP connection system 3.1. Analysis of SAP ERP client connection system A client application communicates with the SAP interface through TCP/IP communication, and the SAP API is established to be a GUI type. Apps developed with the SAP API transmits and receive data through the SAP interface. When the client application requests a service to a server, the application in the server drives the SAP service to be connected to the SAP ERP, and transmits the return value in XML to the client. Figure 1 shows the process. Figure 1. SAP ERP Interface Interface 3.2. Designing SAP ERP server connection system For designing the SAP ERP connection system modules of a server, it is essential to use computing resources for high performance data processing, data sharing and access to the SAP system data from other functions of applications. It is essential to implement stable services to address greatly increasing request of applications on the server side, and to design the system which implements distributed processing. Figure 2 shows the system design for applications on the server side. Figure 2. Server Application 4. Implementing smartphone-sap ERP connection system 275

4 4.1. Analysis of SAP ERP client connection system The SAP service applications in a server is designed to use simple scripts to drive services so that users can easily use them, and to implement distributed processing in the applications. The server application should be driven in the form of services in the Window Server or the Linux Server. Matters for script settings to implement SAP ERP interworking are described below. Setting Java JCO connection 4.2. Implementing client application SAP API The client application SAP API is implemented to enable users to communicate with the server application by simple operation in the client application. The client application is developed to be the GUI type, and implemented to specify service name, path and service type, and to set communication protocols, and transmission methods. Figure 3 shows how to set the SAP API of the client application. Figure 3. Setting the SAP API in client 4.3. Implementing client application SAP API The client application is implemented to be a GUI type to enable users to easily access the SAP. Users use their own development tools, to call the SAP API of a relevant module so that the client application can process it. When the client application calls the SAP RFC required for the relevant logic, the server data is processed in XML through the SAP interface to be transferred to the client. Figure 4 shows the client application implemented for automatically setting the XML values. 276

5 4.4. SAP ERP interworking test Figure 4. Client Application It was identified that, when the client application requested the RFC service, the server transferred the result in XML to the client through the SAP service. The operator could receive and process the result in an XML file format or a structure. Figure 5 shows that the XML file name is processed to be the same as the RFC name. Figure 5 Result of SAP ERP interworking test 5. Conclusion A major issue involved in implementing a system which can be driven in smartphones by means of the SAP mobile platform is increasing costs and a difficulty in connection with the SAP ERP system due to non-open interfaces. A simplified interface system is thus needed. This study aims to design and implement a simplified SAP ERP connection system that can be driven in smartphones. Required future studies include implementation of interworking with other mail servers as well as the SAP ERP, Microsoft s share point, and interworking with other external connection systems. 6. References [1] "Korea Internet White Paper",Korea Internet and Security Agency(2011), Oct, pp

6 [2] "Korea Internet White Paper",Korea Internet and Security Agency(2012), Oct, pp [3] Oh. Kang-Tak, Lee. Je-Eun, Dec. "The Smart Life Revolution and Smart Phone Addiction", Internet and Information Security, vol.3, no.4, pp [4] Yeong-Real Kim, March "A New Effective SAP ERP Education Approach Through The Development of Educationnal Virtual Company", Journal of Korean Industrial Information Systems Society, vol.16, no.1, pp [5] Daegeon Mun, Yong-jin Seo, Hyeon Soo Kim, Nov "Event Handler based ios Application GUI Test Case Generation Tool", Proceedings of the computing science and engineering, vol.39, no.2(b), pp [6] Yang-Sun Lee, JaeSung Kim, MyoungJin Kim, March "Design and Implementation of the GNEX-to-iPhone Converter for Smart Phone Game Contents", Journal of Korea Multimedia Society, v.14 no.5, pp [7] Jusung Kim, Oh-Chul Kwon, Chang-Gun Lee, Dec "Development of Frame Buffer Structure for Automatic Dynamic Resolution Switching on Android Mobile Platform", Proceedings of the computing science and engineering, vol.16, no.12, pp [8] Sanghwa Lee, Bup-Ki Min, Seung Hak Kuk, Hyeon Soo Kim, April "Automating GUI Test of Windows Phone7 Applications", Journal of KISS : Software and Applications, vol.39, no.4, pp [9] Seung-In Kim, Gwi-Ja Shin, Jan "The Relationship of Brand Awareness and User Experience in 3D GUI Mobile Phone", JOURNAL OF THE KOREA CONTENTS ASSOCIATION, V.10, No.1, pp [10] Younggi Yeo, Boyeun Kim, Jan "Analysis of Mobile Applications Icons Design Elements," Korea Digital Design Council, pp

Study of SAP ERP Connection System Driven in Smartphone

Study of SAP ERP Connection System Driven in Smartphone Study of SAP ERP Connection System Driven in Smartphone 1 Jong Youel Park, 2 Dea-Woo Park 1, First Author Hoseo Graduate School of Venture, park4567@daum.net *2,Corresponding Author Hoseo Graduate School

More information

01. Introduction of Android

01. Introduction of Android 01. Introduction of Android Goal Understand the concepts and features of the Android Install the complete Android development environment Find out the one-click install Android development environment

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

Choosing a Mobile Application Development Approach

Choosing a Mobile Application Development Approach ASEAN Journal of Management & Innovation Vol. 1 No. 1, 69 74 by Stamford International University DOI: 10.14456/ajmi..4 ajmi.stamford.edu Choosing a Mobile Application Development Approach Phyo Min Tun

More information

Mobility Introduction Android. Duration 16 Working days Start Date 1 st Oct 2013

Mobility Introduction Android. Duration 16 Working days Start Date 1 st Oct 2013 Mobility Introduction Android Duration 16 Working days Start Date 1 st Oct 2013 Day 1 1. Introduction to Mobility 1.1. Mobility Paradigm 1.2. Desktop to Mobile 1.3. Evolution of the Mobile 1.4. Smart phone

More information

A Review of Different Comparative Studies on Mobile Operating System

A Review of Different Comparative Studies on Mobile Operating System Research Journal of Applied Sciences, Engineering and Technology 7(12): 2578-2582, 2014 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2014 Submitted: August 30, 2013 Accepted: September

More information

Comparative Study of Different Mobile Operating Systems

Comparative Study of Different Mobile Operating Systems International Journal of Advancements in Research & Technology, Volume 2, Issue3, March-2013 1 Comparative Study of Different Mobile Operating Systems T.N.Sharma, Mahender Kr. Beniwal, Arpita Sharma ABSTRACT:

More information

esarinformation Systems Simplifying your Technology Mobile Applications Development Profile

esarinformation Systems Simplifying your Technology Mobile Applications Development Profile esarinformation Systems Simplifying your Technology Mobile Applications Development Profile Why Mobile Application Custom mobile application with a unique touch is much needed to boost the functions and

More information

100% NO CODING NO DEVELOPING IMMEDIATE BUSINESS -25% -70% UNLIMITED SCALABILITY DEVELOPMENT TIME SOFTWARE STABILITY

100% NO CODING NO DEVELOPING IMMEDIATE BUSINESS -25% -70% UNLIMITED SCALABILITY DEVELOPMENT TIME SOFTWARE STABILITY 100% UNLIMITED SCALABILITY TOTAL COST OF OWNERSHIP -25% +50% EFFICENCY INCREASE -70% +65% DEVELOPMENT TIME SOFTWARE STABILITY NO CODING NO DEVELOPING IMMEDIATE BUSINESS FlexyGo Rapid Application Builder

More information

http://ubiqmobile.com

http://ubiqmobile.com Mobile Development Made Easy! http://ubiqmobile.com Ubiq Mobile Serves Businesses, Developers and Wireless Service Providers Businesses Be among the first to enter the mobile market! - Low development

More information

Developing and deploying mobile apps

Developing and deploying mobile apps Developing and deploying mobile apps 1 Overview HTML5: write once, run anywhere for developing mobile applications 2 Native app alternative Android -- Java ios -- Objective-C Windows Mobile -- MS tools

More information

Publishing to TIZEN Using the Automated Conversion/Repackaging of Existing Android Apps. Hyeokgon Ryu, Infraware Technology, Ltd.

Publishing to TIZEN Using the Automated Conversion/Repackaging of Existing Android Apps. Hyeokgon Ryu, Infraware Technology, Ltd. Publishing to TIZEN Using the Automated Conversion/Repackaging of Existing Android Apps Hyeokgon Ryu, Infraware Technology, Ltd. Talking about Needs of Automated Converting from Android To Tizen Introduce

More information

CMS, CRM, shopping carts, Web applications

CMS, CRM, shopping carts, Web applications CMS, CRM, shopping carts, Web applications Applications in PHP, open source, Add-ins, templates, modules on demand Mobile applications jquery Mobile + PhoneGap Several platforms in one price in JavaScript!

More information

Fast remote data access for control of TCP/IP network using android Mobile device

Fast remote data access for control of TCP/IP network using android Mobile device RESEARCH ARTICLE OPEN ACCESS Fast remote data access for control of TCP/IP network using android Mobile device Vaibhav Muddebihalkar *, R.M Gaudar** (Department of Computer Engineering, MIT AOE Alandi

More information

A Study of e-trading System over Mobile Applications

A Study of e-trading System over Mobile Applications , pp. 55-64 http://dx.doi.org/10.14257/ijseia.2014.8.8,06 A Study of e-trading System over Mobile Applications Cheol-Woong Lee 1, Jong Wook Kim 2 and Sae-Hong Cho 3 1 Dept. of Digital Culture Technology

More information

Bridging the Gap: from a Web App to a Mobile Device App

Bridging the Gap: from a Web App to a Mobile Device App Bridging the Gap: from a Web App to a Mobile Device App or, so how does this PhoneGap* stuff work? *Other names and brands may be claimed as the property of others. 1 Users Want Mobile Apps, Not Mobile

More information

Programming Mobile Apps with Python

Programming Mobile Apps with Python Programming Mobile Apps with Python Andreas Schreiber EuroPython 2012, Florence, Italy (July 3, 2012) Medando Mobile Health Apps Slide 2 My Blood Pressure Slide 3 Overview

More information

Monitoring and control of users in open environments on the Android platform

Monitoring and control of users in open environments on the Android platform Monitoring and control of users in open environments on the Android platform DEGREE IN COMMUNICATIONS SYSTEMS ENGINEERING AUTHOR: TUTOR: Eric Bella Pulgarín Raúl Sánchez Reillo DIRECTOR: Aitor Mendaza

More information

Mobile Operating Systems. Week I

Mobile Operating Systems. Week I Mobile Operating Systems Week I Overview Introduction Mobile Operating System Structure Mobile Operating System Platforms Java ME Platform Palm OS Symbian OS Linux OS Windows Mobile OS BlackBerry OS iphone

More information

Discovering Computers

Discovering Computers Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet Chapter 9 Operating Systems Objectives Overview Define an operating system Describe the start-up process and shutdown

More information

Enterpise Mobility Lexicon & Terminology

Enterpise Mobility Lexicon & Terminology 1 Enterpise Mobility Lexicon & Terminology www.openratio.com By Rabih Kanaan 1 Amazon SNS Amazon Simple Notification Service (SNS) is a push messaging service that makes it simple & cost-effective to push

More information

Social Media & Mobile Handheld Devices: The Platforms, Operating Systems, devices& Applications. The wireless last mile & User Interface choices

Social Media & Mobile Handheld Devices: The Platforms, Operating Systems, devices& Applications. The wireless last mile & User Interface choices The wireless last mile & User Interface choices Manoj Pant CEO, Shankh Inc, Mumbai ( Social transformation via technology innovation ) manoj.pant@shankhinc.com Mob : +91 9820018300 Social Media & Mobile

More information

Cross Platform Applications with IBM Worklight

Cross Platform Applications with IBM Worklight IJCSNS International Journal of Computer Science and Network Security, VOL.15 No.11, November 2015 101 Cross Platform Applications with IBM Worklight P.S.S.Vara Prasad and Mrs.S.Durga Devi Dept. of IT

More information

Cross-Platform Mobile Apps Solution

Cross-Platform Mobile Apps Solution Cross-Platform Mobile Apps Solution Prepared by Kevin Mullins CEO and Chief Developer Appracatappra, LLC. 709 Gale Street #8 Seabrook, TX 77586 kmullins@appracatappra.com http://appracatappra.com Table

More information

IADS (Intelligent Application Development Studio): Development of open source software based services

IADS (Intelligent Application Development Studio): Development of open source software based services Vol.35(Software 2013), pp.1-6 http://dx.doi.org/10.14257/astl.2013.35.01 IADS (Intelligent Application Development Studio): Development of open source software based services Young-Hwan Bang 1, Sung-Jae

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

27th Embarcadero Developer Camp General Session

27th Embarcadero Developer Camp General Session 27th Embarcadero Developer Camp General Session John JT Thomas Director of Product Management jt@embarcadero.com @FireMonkeyPM Market Statistics WHAT S HAPPENING? 2 The Client Revolution An Unprecedented

More information

HP Cloud Printing. Rachel Tang, Market Development Manager 3 Dec, 2013

HP Cloud Printing. Rachel Tang, Market Development Manager 3 Dec, 2013 HP Cloud Printing Rachel Tang, Market Development Manager 3 Dec, 2013 Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Great

More information

Mobile Phones Operating Systems

Mobile Phones Operating Systems Mobile Phones Operating Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto Superior Técnico 2015-05-28 José Costa (DEI/IST) Mobile Phones Operating

More information

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Ryu HyunKi, Moon ChangSoo, Yeo ChangSub, and Lee HaengSuk Abstract In this paper,

More information

Mobile App Development

Mobile App Development Mobile App Development Spring 2013 Agenda Practical information Introduction to mobile development Introduction to Android development 1 About us Jacob Avlund, course manager Kasper Østerbye, teacher Charlotte

More information

Commack UFSD Remote Access for Microsoft Windows Vista, 7 and 8 Apple Macs, ipads, iphones And Android devices

Commack UFSD Remote Access for Microsoft Windows Vista, 7 and 8 Apple Macs, ipads, iphones And Android devices Commack UFSD Remote Access for Microsoft Windows Vista, 7 and 8 Apple Macs, ipads, iphones And Android devices This allows district staff and students to access the Commack UFSD network from home or anywhere

More information

Experimental Comparison of Hybrid and Native Applications for Mobile Systems

Experimental Comparison of Hybrid and Native Applications for Mobile Systems , pp. 1-12 http://dx.doi.org/10.14257/ijmue.2015.10.3.01 Experimental Comparison of Hybrid and Native Applications for Mobile Systems Seung-Ho Lim Department of Digital Information Engineering Hankuk University

More information

Home Appliance Control and Monitoring System Model Based on Cloud Computing Technology

Home Appliance Control and Monitoring System Model Based on Cloud Computing Technology Home Appliance Control and Monitoring System Model Based on Cloud Computing Technology Yun Cui 1, Myoungjin Kim 1, Seung-woo Kum 3, Jong-jin Jung 3, Tae-Beom Lim 3, Hanku Lee 2, *, and Okkyung Choi 2 1

More information

KonyOne Server Prerequisites _ MS SQL Server

KonyOne Server Prerequisites _ MS SQL Server KonyOne Server Prerequisites _ MS SQL Server KonyOne Platform Release 5.0 Copyright 2012-2013 Kony Solutions, Inc. All Rights Reserved. Page 1 of 13 Copyright 2012-2013 by Kony Solutions, Inc. All rights

More information

Android in opposition to iphone

Android in opposition to iphone Android in opposition to iphone Kavita Sharma Ph.D Student Singhania University, Rajasthan Abstract-- The paper is an analysis and comparison of the android mobile OS with the iphone which have ruled the

More information

Big Data Collection Study for Providing Efficient Information

Big Data Collection Study for Providing Efficient Information , pp. 41-50 http://dx.doi.org/10.14257/ijseia.2015.9.12.03 Big Data Collection Study for Providing Efficient Information Jun-soo Yun, Jin-tae Park, Hyun-seo Hwang and Il-young Moon Computer Science and

More information

3. Software Installation. 4. Introduction to Android OS. 5. Using Android OS / Devices. 6. Eclipse debug with Android app. 8. Units of measurement

3. Software Installation. 4. Introduction to Android OS. 5. Using Android OS / Devices. 6. Eclipse debug with Android app. 8. Units of measurement 1. Subject introduction 2. Mobile / Tablet OSs 3. Software Installation 4. Introduction to Android OS 5. Using Android OS / Devices 6. Eclipse debug with Android app 7. Components of the Android Application

More information

Literature Review: Starting Mobile Application Development for E-Sports Portal Hayoung Noh

Literature Review: Starting Mobile Application Development for E-Sports Portal Hayoung Noh Literature Review: Starting Mobile Application Development for E-Sports Portal Hayoung Noh Computer Science Honours Programme University of Cape Town 13 May 2014 Abstract Constant demand for mobile applications

More information

MOBILE APPLICATIONS AND CLOUD COMPUTING. Roberto Beraldi

MOBILE APPLICATIONS AND CLOUD COMPUTING. Roberto Beraldi MOBILE APPLICATIONS AND CLOUD COMPUTING Roberto Beraldi Course Outline 6 CFUs Topics: Mobile application programming (Android) Cloud computing To pass the exam: Individual working and documented application

More information

"ASM s INTERNATIONAL E-Journal on Ongoing Research in Management and IT"

ASM s INTERNATIONAL E-Journal on Ongoing Research in Management and IT References [1] Elias G. Carayannis, Stephen C. Clark (June 2011) Journal of the Knowledge Economy, Volume 2, Issue 2, pp 201-233. [2] The Ladders MOBILE APPS POISED TO TRANSFORM THE RECRUITING INDUSTRY

More information

A Beginners Guide To Responsive, Mobile & Native Websites 2013 Enhance.ie.All Rights Reserved.

A Beginners Guide To Responsive, Mobile & Native Websites 2013 Enhance.ie.All Rights Reserved. A Beginners Guide To Responsive, Mobile & Native Websites 2013 Enhance.ie.All Rights Reserved. 1 The Mobile Web refers to access to the world wide web, i.e. the use of browser-based Internet services,

More information

Issues in Android on Mobile Platform and Their Resolution

Issues in Android on Mobile Platform and Their Resolution Issues in Android on Mobile Platform and Their Resolution 1 Monika A. Ganpate, 2 Dipika R. Shinde 1, 2 Institute of Management and Computer Studies, Thane (West), India, University of Mumbai, India Abstract:

More information

Getting Started with Scope and Effort Analyzer (SEA) ALM Solution Management, AGS, SAP AG

Getting Started with Scope and Effort Analyzer (SEA) ALM Solution Management, AGS, SAP AG Getting Started with Scope and Effort Analyzer (SEA) ALM Solution Management, AGS, SAP AG Introduction Upgrade Planning with Scope and Effort Analyzer (SEA) SAP Solution Manager - Scope and Effort Analyzer

More information

A Modular Approach to Teaching Mobile APPS Development

A Modular Approach to Teaching Mobile APPS Development 2014 Hawaii University International Conferences Science, Technology, Engineering, Math & Education June 16, 17, & 18 2014 Ala Moana Hotel, Honolulu, Hawaii A Modular Approach to Teaching Mobile APPS Development

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

Android Application for Accessing KNX Devices via IP Connection

Android Application for Accessing KNX Devices via IP Connection Android Application for Accessing KNX Devices via IP Connection J. A. Nazabal, J. Gómez, F. Falcone, C. Fernández-Valdivielso, P. E. Branchi and I. R. Matías Electrical and Electronic Engineering Department,

More information

Using Smartphones and Tablets in Embedded Applications

Using Smartphones and Tablets in Embedded Applications I N N O V A T I O N S F O R E M B E D D E D D E S I G N S Using Smartphones and Tablets in Embedded Applications This white paper discusses the issues with transferring video and other high bandwidth data

More information

Lecture 3 Mobile App Development (Android, ios, BlackBerry, Windows Mobile) <lecturer, date>

Lecture 3 Mobile App Development (Android, ios, BlackBerry, Windows Mobile) <lecturer, date> Lecture 3 Mobile App Development (Android, ios, BlackBerry, Windows Mobile) Outline Smartphones Developing Mobile Applications Android ios BlackBerry Windows Mobile References Cell phones

More information

Mobile Device Support Model

Mobile Device Support Model [Type here] Mobile Device Support Model This document defines the level of support the university offers for mobile devices. Mobile devices are defined as portable handheld devices such as smartphones

More information

Develop Once, Deploy Anywhere

Develop Once, Deploy Anywhere Develop Once, Deploy Anywhere Case Study - SuperOffice Pocket CRM - ABAX mobile Per Ola Sæther, CEO mbricks E: pos@mbricks.no T: @perola mbricks Based in Oslo, Norway Spin-off from Teleplan in 2007 Specialize

More information

Example of Standard API

Example of Standard API 16 Example of Standard API System Call Implementation Typically, a number associated with each system call System call interface maintains a table indexed according to these numbers The system call interface

More information

SAP NetWeaver Decision Service Management in SAP CRM for Utilities

SAP NetWeaver Decision Service Management in SAP CRM for Utilities SAP NetWeaver Decision Service Management in SAP CRM for Utilities Volker Rein Product Owner SAP CRM for Utilities SAP AG Christian Kleingerdes Development Architect SAP CRM for Utilities SAP AG Dr. Wolfgang

More information

Mobile Application Marketplace 2015: Market Analysis and Assessment of Future Evolution and Opportunities

Mobile Application Marketplace 2015: Market Analysis and Assessment of Future Evolution and Opportunities Brochure More information from http://www.researchandmarkets.com/reports/3245389/ Mobile Application Marketplace 2015: Market Analysis and Assessment of Future Evolution and Opportunities Description:

More information

COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs

COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs A Course of Study for COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs The field of computer science leads to a variety of careers that all require core

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

Building Mobile Applications Creating ios applications with jquery Mobile, PhoneGap, and Drupal 7

Building Mobile Applications Creating ios applications with jquery Mobile, PhoneGap, and Drupal 7 Building Mobile Applications Creating ios applications with jquery Mobile, PhoneGap, and Drupal 7 Jeff Linwood 1st Chapter, Early Release Introduction... 3 Prerequisites... 3 Introduction to Mobile Apps...

More information

Testing Mobile Applications

Testing Mobile Applications Testing Mobile Applications Published by 360logica software testing Services (www.360logica.com ) [ Testing Mobile applications ] Copyright 2011@ 360logica software testing services Testing Mobile Applications

More information

VIA CONNECT PRO Deployment Guide

VIA CONNECT PRO Deployment Guide VIA CONNECT PRO Deployment Guide www.true-collaboration.com Infinite Ways to Collaborate CONTENTS Introduction... 3 User Experience... 3 Pre-Deployment Planning... 3 Connectivity... 3 Network Addressing...

More information

Mobile Operating Systems Lesson 05 Windows CE Part 1

Mobile Operating Systems Lesson 05 Windows CE Part 1 Mobile Operating Systems Lesson 05 Windows CE Part 1 Oxford University Press 2007. All rights reserved. 1 Windows CE A 32 bit OS from Microsoft Customized for each specific hardware and processor in order

More information

Personal Health Care Management System Developed under ISO/IEEE 11073 with Bluetooth HDP

Personal Health Care Management System Developed under ISO/IEEE 11073 with Bluetooth HDP Vol.8, No.3 (2014), pp.191-196 http://dx.doi.org/10.14257/ijsh.2014.8.3.18 Personal Health Care Management System Developed under ISO/IEEE 11073 with Bluetooth HDP Am suk Oh 1, Doo Heon Song 2 and Gwan

More information

Developing Applications for ios

Developing Applications for ios Developing Applications for ios Lecture 1: Mobile Applications Development Radu Ionescu raducu.ionescu@gmail.com Faculty of Mathematics and Computer Science University of Bucharest Content Key concepts

More information

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Eleventh Edition. Copyright 2015 Pearson Education, Inc.

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Eleventh Edition. Copyright 2015 Pearson Education, Inc. Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Eleventh Edition Technology in Action Chapter 4 System Software: The Operating System, Utility Programs, and File Management. Chapter Topics

More information

International Engineering Journal For Research & Development

International Engineering Journal For Research & Development Evolution Of Operating System And Open Source Android Application Nilesh T.Gole 1, Amit Manikrao 2, Niraj Kanot 3,Mohan Pande 4 1,M.tech(CSE)JNTU, 2 M.tech(CSE)SGBAU, 3 M.tech(CSE),JNTU, Hyderabad 1 sheyanilu@gmail.com,

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

Module Title: Software Development A: Mobile Application Development

Module Title: Software Development A: Mobile Application Development Module Title: Software Development A: Mobile Application Development Module Code: SDA SDA prerequisites: CT1, HS1, MS001, CA Award of BSc. In Information Technology The Bachelor of Science in Information

More information

,... Innovative Software in its Simplicity! Windows Linux Mac OS X ios

,... Innovative Software in its Simplicity! Windows Linux Mac OS X ios ,... Innovative Software in its Simplicity! Windows Linux Mac OS X ios Innovative Software in its Simplicity! Technosoftware GmbH is a company focusing in Consulting, Training, Software Design, Software

More information

Send and receive encrypted e-mails

Send and receive encrypted e-mails Manual Send and receive encrypted e-mails Bank J. Safra Sarasin Ltd Document Owner Security Classification Document Type Bank J. Safra Sarasin Ltd internal and external use Manual Document change history

More information

To Study and Design a Cross-Platform Mobile Application for Student Information System using PhoneGap Framework

To Study and Design a Cross-Platform Mobile Application for Student Information System using PhoneGap Framework To Study and Design a Cross-Platform Mobile Application for Student Information System using PhoneGap Framework Avinash Shrivas 1, Anandkumar Pardeshi 2 1 Associate Professor, Vidyalankar Institute of

More information

BY THE NUMBERS. Understanding the mobile gaming landscape through Unity metrics

BY THE NUMBERS. Understanding the mobile gaming landscape through Unity metrics BY THE NUMBERS Understanding the mobile gaming landscape through Unity metrics September 2015 ABOUT THIS REPORT As the game development platform with the largest market share, Unity is uniquely positioned

More information

Mobile Learning Application Based On Hybrid Mobile Application Technology Running On Android Smartphone and Blackberry

Mobile Learning Application Based On Hybrid Mobile Application Technology Running On Android Smartphone and Blackberry Mobile Learning Application Based On Hybrid Mobile Application Technology Running On Android Smartphone and Blackberry Djoni Haryadi Setiabudi, Lady Joanne Tjahyana,Winsen Informatics Department Petra

More information

AppBoard TM 2.6. System Requirements. Technical Documentation. Version 2.6.0. July 2015

AppBoard TM 2.6. System Requirements. Technical Documentation. Version 2.6.0. July 2015 Technical Documentation AppBoard TM 2.6 System Requirements Version 2.6.0 July 2015 Edge Technologies 1881 Campus Commons Drive Suite 101 Reston, VA 20191 T 703.691.7900 F 703.691.4020 1.888.771.EDGE www.edge-technologies.com

More information

Tablets in Data Acquisition

Tablets in Data Acquisition Tablets in Data Acquisition Introduction In the drive to smaller and smaller data acquisition systems, tablet computers bring a great appeal. Desktop personal computers gave engineers the power to create

More information

Cloud Computing based Livestock Monitoring and Disease Forecasting System

Cloud Computing based Livestock Monitoring and Disease Forecasting System , pp.313-320 http://dx.doi.org/10.14257/ijsh.2013.7.6.30 Cloud Computing based Livestock Monitoring and Disease Forecasting System Seokkyun Jeong 1, Hoseok Jeong 2, Haengkon Kim 3 and Hyun Yoe 4 1,2,4

More information

A Design of Mobile Convergence Architecture for U-healthcare

A Design of Mobile Convergence Architecture for U-healthcare , pp. 253-260 http://dx.doi.org/10.14257/ijseia.2015.9.1.22 A Design of Mobile Convergence Architecture for U-healthcare Regin Joy Conejar 1 and Haeng-Kon Kim 1* 1 School of Information Technology Catholic

More information

Cross Platform Mobile. -Vinod Doshi

Cross Platform Mobile. -Vinod Doshi Cross Platform Mobile Application Testing -Vinod Doshi Objective Mobile Application Testing Needs. Challenges Current platform specific tools Cloud Testing Testing Strategies and Recommendations Generic

More information

International Journal of Research in Advent Technology Available Online at: http://www.ijrat.org

International Journal of Research in Advent Technology Available Online at: http://www.ijrat.org PERSONALISED APPLICATION DEVELOPMENT FOR ANDROID MOBILE PHONES N. Leo Bright Tennisson Department of Computer Applications Valliammai Engineering College tennisson@rediffmail.com ABSTARCT: This paper gives

More information

A Model for Classification of Issues and Strategies Related To Smart Phones Applications Testing

A Model for Classification of Issues and Strategies Related To Smart Phones Applications Testing Cloud Computing & Big Data 37 A Model for Classification of Issues and Strategies Related To Smart Phones Applications Testing Deepika Dhamija Research Scholar Computer Science Department Jaipur National

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

Android Architecture. Alexandra Harrison & Jake Saxton

Android Architecture. Alexandra Harrison & Jake Saxton Android Architecture Alexandra Harrison & Jake Saxton Overview History of Android Architecture Five Layers Linux Kernel Android Runtime Libraries Application Framework Applications Summary History 2003

More information

SeeTec ExpansionPackage

SeeTec ExpansionPackage SeeTec ExpansionPackage Contents Contents 1 SeeTec WebClient...1 1.1 System requirements... 2 1.1.1 Server requirements for Apache HTTP Server, SeeTec TranscodingEngine (STE) and SeeTec ApplicationGateway

More information

Developing Mapping Applications with ArcGIS Runtime SDK for Windows Mobile. Jay Chen Justin Colville

Developing Mapping Applications with ArcGIS Runtime SDK for Windows Mobile. Jay Chen Justin Colville Developing Mapping Applications with ArcGIS Runtime SDK for Windows Mobile Jay Chen Justin Colville Agenda What is ArcGIS Runtime for Windows Mobile Software Development Kit Application SDK - Introduction

More information

Introduction to Android

Introduction to Android Introduction to Android 26 October 2015 Lecture 1 26 October 2015 SE 435: Development in the Android Environment 1 Topics for Today What is Android? Terminology and Technical Terms Ownership, Distribution,

More information

Development of Smart Multiplatform Game App using UNITY3D Engine for CPR Education

Development of Smart Multiplatform Game App using UNITY3D Engine for CPR Education , pp.263-268 http://dx.doi.org/10.14257/ijmue.2014.9.7.22 Development of Smart Multiplatform Game App using UNITY3D Engine for CPR Education Ji Won Oak 1 and Jae Hwan Bae 2 1 Department of Nursing, Tongmyong

More information

ios Application Development &

ios Application Development & Introduction of ios Application Development & Swift Programming Language Presented by Chii Chang chang@ut.ee Outlines Basic understanding about ios App Development Development environment: Xcode IDE Foundations

More information

An Introduction to Android. Huang Xuguang Database Lab. Inha University 2009.11.2 Email: xuguanghuang@yahoo.cn

An Introduction to Android. Huang Xuguang Database Lab. Inha University 2009.11.2 Email: xuguanghuang@yahoo.cn An Introduction to Android Huang Xuguang Database Lab. Inha University 2009.11.2 Email: xuguanghuang@yahoo.cn Outline Background What is Android? Development for Android Background Internet users and Mobile

More information

Bluetooth 4.0 Solutions for Apple ios Devices. Bluegiga Technologies

Bluetooth 4.0 Solutions for Apple ios Devices. Bluegiga Technologies Bluetooth 4.0 Solutions for Apple ios Devices Bluegiga Technologies Agenda Introduction How to build Bluetooth 4.0 applications Compatible Bluegiga products What is Bluetooth low energy? Summary Introduction

More information

Murali. Nori, SAS Institute Inc.

Murali. Nori, SAS Institute Inc. Paper SAS1722-2015 HTML5 and SAS Mobile BI Empowering Business Managers with Analytics and Business Intelligence Murali. Nori, SAS Institute Inc. ABSTRACT Business managers are seeing the value of incorporating

More information

How To Develop A Mobile Application On An Android Device

How To Develop A Mobile Application On An Android Device Disclaimer: 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

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

Encrypted Email Services

Encrypted Email Services Encrypted Email Services Version 2.1 General Level Instructions HIPAA Compliant Solution for Secured Communications via Email 2012-2013 Page 1 of 13 Table of Contents 1. Introduction 1.1 Description 1.2

More information

COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs

COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs A Course of Study f COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs The field of computer science leads to a variety of careers that all require ce

More information

Evolving in the global digital scenario. Politecnico di Torino

Evolving in the global digital scenario. Politecnico di Torino Evolving in the global digital scenario Claudio G. Demartini Claudio G. Demartini Politecnico di Torino Trends: Time Machine Before Now http://www.baekdal.com/analysis/market-of-information 29/10/2013

More information

Developer Technology Trends Research Results Summary January 2014 By Jeff Hadfield, CXO, Developer Media

Developer Technology Trends Research Results Summary January 2014 By Jeff Hadfield, CXO, Developer Media Developer Technology Trends Research Results Summary January 2014 By Jeff Hadfield, CXO, Developer Media What s on the rise? Who maintains market dominance? And what technologies show mindshare velocity?

More information

McAfee Enterprise Mobility Management Versus Microsoft Exchange ActiveSync

McAfee Enterprise Mobility Management Versus Microsoft Exchange ActiveSync McAfee Enterprise Mobility Management Versus Microsoft Secure, easy, and scalable mobile device management Table of Contents What Can Do? 3 The smartphone revolution is sweeping the enterprise 3 Can enterprises

More information

ANDROID DEVELOPER RESUME USA

ANDROID DEVELOPER RESUME USA Android Developer resume usa 1 of 5 1/12/2015 2:28 PM ANDROID DEVELOPER RESUME USA.NET Developers/Architects Resumes Please note that this is a not a Job Board - We are an I.T Staffing Company and we provide

More information

Implementation of the Remote Control and Management System. in the Windows O.S

Implementation of the Remote Control and Management System. in the Windows O.S IJCSNS International Journal of Computer Science and Network Security, VOL.12 No.8, August 2012 11 Implementation of the Remote Control and Management System in the Windows O.S Seung-Ju Jang Dong-Eui University,

More information

A Noble Integrated Management System based on Mobile and Cloud service for preventing various hazards

A Noble Integrated Management System based on Mobile and Cloud service for preventing various hazards , pp.166-171 http://dx.doi.org/10.14257/astl.205.98.42 A Noble Integrated Management System based on Mobile and Cloud service for preventing various hazards Yeo ChangSub 1, Ryu HyunKi 1 and Lee HaengSuk

More information

Reminders. Lab opens from today. Many students want to use the extra I/O pins on

Reminders. Lab opens from today. Many students want to use the extra I/O pins on Reminders Lab opens from today Wednesday 4:00-5:30pm, Friday 1:00-2:30pm Location: MK228 Each student checks out one sensor mote for your Lab 1 The TA will be there to help your lab work Many students

More information