Developing corporate mobile applications. An alternative approach to native development

Size: px
Start display at page:

Download "Developing corporate mobile applications. An alternative approach to native development"

Transcription

1 Developing corporate mobile applications An alternative approach to native development SUN J2ME Code Camp Paris, November 5th, 2001 Franck Lefèvre

2 2 The problem with developing corporate wireless applications today is that there is no satisfactory combination of cost and power of expression. The alternative faced by developers of wireless applications is summarized in the diagram: Pure WML/HTML browsing is quick and cheap, but is limited; Native or Java development offers full access to available resources but is extremely expensive. It is of interest to software publishers (e.g. game developers), but is clearly ruled out for corporate developers (mobile intranets, etc.) In between lies the need to combine the simplicity of a markup language with the power of Java libraries. This is what Wapaka offers. Development cost Time to market Reusability Existing pool of programmers Complexity adaptation to task Etc. HIGH LOW WML browsing Ideal for simple online info (Stock quote, weather, traffic...)???? Power of expression Native/Java development Ideal for interactive games, consumer applications HIGH

3 3 The right approach for corporate developers is the Web-centric model browser+markup language+java, but specific aspects of wireless must be taken into account. HTTP + Middleware Web-centric: working at presentation level, not at OS level Presentation layer with markup language Scripting for local processing Java byte-code embedding Run by a Java micro-browser A pure Web-centric model is not enough to take into account the specifics of corporate wireless applications for instance, the need to work in offline mode, the need for session management, etc. Wapaka offers an innovative solution for offline browsing, scripting and Java byte-code embedding, in a nonproprietary, all-java environment. IT Database (SAP R/3, Oracle, PeopleSoft, CODA) Cache (in/out) Wapaka Micro-Browser *ML flow External sources

4 4 Wapaka is a Java Programmable WML/XHTML Basic micro-browser. Wapaka is available for Palm OS, Symbian Epoc, PocketPC, QNX as well as desktop operating systems such as Windows or Linux. Basic features A full micro-browser. Wapaka is a real WML and XHTML Basic micro-browser. It does not require a WAP gateway or proprietary server, but works with standard HTTP servers. Customizable. Wapaka s user interface is fully customizable by developers (XML configuration file). Multi-protocols. Wapaka is protocol-independent. It is therefore able to work with different communication protocols such as GSM, GPRS/3G terminals, Bluetooth, Advanced features Offline browsing. Wapaka can combine on-line and off-line content thanks to a sophisticated cache system. Scripting. Wapaka offers a powerful script engine that allows the developer to program local processing on the device as well as call Java byte-code libraries. Java libraries. With Java, Wapaka offers the developer a unified programming environment where all the resources (OS, hardware, remote libraries) are accessed to within a single environment. Portability. Hardware and software platforms evolve constantly. By working at the presentation level (browser + markup language) rather than at the OS level, the developer isolates himself from most of the issues related to portability. The application works today, it will work tomorrow, even if the installed base becomes heterogeneous.

5 5 Who uses Wapaka? Wapaka is typically used to mobilize existing Web-centric applications or to create new mobile applications, such as mobile intranets and portals, customer relationship management, field maintenance, sales force automation, documentation on the go, etc. Mobile devices manufacturers They use Wapaka to promote development on their platform. Software companies They use Wapaka as a presentation layer for their specialized modules (3D graphics, text-tospeech, vertical tools, etc.). Software integrators and corporate IT departments They use Wapaka to develop specific mobile applications for their clients. They do not want to develop native code (too slow, too expensive)

6 6 Scripting and Java byte-code embedding. A good script engine is a key component of a Web-centric development tool in that it unifies the markup language (declarative part) and the Java libraries (procedural parts). Wapaka Script (wpkscript) is the Wapaka script engine. It can be used in 3 different ways: To generate parts of the content of the page that is displayed (i.e. code generation) To handle interactions between a page and the user s actions (i.e. event handling) To embed code in a displayed page (i.e. software components, SOAP requests, HTTP calls) Wapaka Script is designed to run even on low-end limited devices It uses very little memory and processing. Most of the time, wpkscript is not used to build complete software, but to call java libraries (classes). The libraries can reside on the device or over the network. Several syntaxes can be used for wpkscript. The Wapaka architecture makes it easy to integrate specific modules, such as 3D, text-tospeech, etc. If you develop such modules, you don t need to write the complete application anymore, you simply call the module from a Wapaka application, in a few lines of code. Therefore, Wapaka can also be seen (and used!) as a mobile application execution environment.

7 7 Off-line browsing and cache management. Corporate applications must be able to work seamlessly in both online and offline modes. Wapaka addresses this problem by effectively caching both incoming and outgoing data. Incoming data from the server can be cached. Static information, such as product sheet or client profile, can be pre-loaded automatically as such onto the device (synchronization). This can be used to build full offline applications, not requiring network connection. Outgoing data. Wapaka allows users to submit forms even when they are outside network coverage. As soon as the handheld reconnects to the server, Wapaka submits to the server those forms that have been submitted by users in offline mode. Benefits for the developer Same format and language for the data whether in on-line or off-line browsing mode; Full on-line experience, full off-line experience, or a mix of both depending on application's requirements Only open standards are used: Java, WML/XHTML Basic, HTTP No specific code on the client: nothing to install, update or configure Creating offline browsing documents Cache documents can be created on a PC and then sent to the device. In that case, a Java middleware component (servlet or standalone) can load the content of pre-defined sites to create the cache. The exact configuration can be user-specific and defined in profiles. The cache document can be sent to the device by synchronizing the device and the PC, or it can also be directly loaded over the HTTP connection by Wapaka.

8 8 Wapaka allows the developer to define the right combination of declarative (WML) and procedural (Java libraries). Development cost Time to market Reusability Existing pool of programmers Complexity adaptation to task Etc. HIGH WML browsing Ideal for simple online info (Stock quote, weather, traffic...) Native/Java development Wapaka-based application Ideal for corporate mobile applications Ideal for interactive games, consumer applications LOW HIGH Power of expression

9 Here s what your application would look like. 9

10 10 Wapaka - architecture WML XHTML Basic Parser Rendering Engine WapakaScript ECMAScript Script Engine Java libraries Operating System One single Java VM

11 11 Conclusion: Wapaka advantages for developers of corporate wireless applications. The choice of a Web-centric approach with the Wapaka micro-browser provides a solid alternative to conventional approaches in the development of corporate mobile applications today. We can summarize the advantages for the developer as follows: Power, speed and simplicity Based on WML, XHTML Basic, Script and Java, the architecture implemented by Wapaka is simple and straightforward. The developer can develop and update applications quickly. Wapaka gives the ability to access Java libraries, wherever they reside (PDA or server). Homogeneity The developer uses one single VM and can use the classes and libraries made available to him. WML, XHTML Basic and Java are blended seamlessly. Use of standards Wapaka uses standard technologies, such as WML, XHTML Basic and Java. The use of standards, for which there is widely available resources, is a key factor for cost-reduction. Security Wapaka is a full browser working end-to-end over HTTP and it does not require a proprietary gateway. Hence, there is no potential security breach at the gateway s level. Low cost of development, deployment and maintenance There is no specific code on the client machine, so there is no upgrade when the application evolves.

12 12 About Digital Airways. Digital Airways is a software company specializing in mobile Internet technologies. The company develops infrastructure applications for mobile and connected devices. These applications include: micro-browsers, micro-servers, voice-data integration modules, unified messaging and peer-to-peer platforms. Digital Airways' clients include telecom operators, portals and mobile devices manufacturers. Digital Airways partners with solution providers and software integrators to help them address their clients' needs. Optimized for the Palm OS with Jbed Micro Edition CLDC Java Virtual Machine

Enabling the Wireless Internet

Enabling the Wireless Internet Enabling the Wireless Internet Presented to IEEE CVT-Dallas February 15, 2000 Barry Herbert barry.herbert herbert@nortelnetworks.com Operator Market Dynamics Price/Min in U.S. Cents 16 14 12 10 8 6 4 2

More information

Mobile Services for Java-enabled Devices on 3G Wireless Networks. 1 Introduction

Mobile Services for Java-enabled Devices on 3G Wireless Networks. 1 Introduction Mobile Services for Java-enabled Devices on 3G Wireless Networks Dr. Silvano Maffeis, CTO, Softwired AG silvano.maffeis@softwired-inc.com http://www.softwired-inc.com/ 1 Introduction The usage of mobile

More information

BlackBerry Integration With IBM WebSphere Everyplace Access 4.3

BlackBerry Integration With IBM WebSphere Everyplace Access 4.3 BlackBerry Integration With IBM WebSphere Everyplace Access 4.3 Integration Note Research In Motion 2003 Research In Motion Limited. All Rights Reserved. Contents Integration overview... 3 Related resources...

More information

ThinAir Server Platform White Paper June 2000

ThinAir Server Platform White Paper June 2000 ThinAir Server Platform White Paper June 2000 ThinAirApps, Inc. 1999, 2000. All Rights Reserved Copyright Copyright 1999, 2000 ThinAirApps, Inc. all rights reserved. Neither this publication nor any part

More information

PeopleSoft Internet Architecture

PeopleSoft Internet Architecture PeopleSoft Internet Architecture AN OPEN ARCHITECTURE FOR INTERNET ACCESS AND INTEGRATION 3 ( 2 3 / (6 2 ) 7 Ã3 2 6, 7, 2 1 Ã3 $ 3 ( 5 - $ 1 8 $ 5 < Ã 3 (23/(6 2)7Ã, 17(51(7Ã$ 5&+,7(&785( - $18$5

More information

Micro Focus Desktop Containers

Micro Focus Desktop Containers White Paper Security Micro Focus Desktop Containers Whether it s extending the life of your legacy applications, making applications more accessible, or simplifying your application deployment and management,

More information

Cisco Mobile Pilot. Colin Seward - MCOE April 11 th 2002

Cisco Mobile Pilot. Colin Seward - MCOE April 11 th 2002 Cisco Mobile Pilot Colin Seward - MCOE April 11 th 2002 2001, Cisco Systems, Inc. All 2001, rights Cisco reserved. Systems, Inc. All rights reserved. 1 Productivity Gains from Internet Business Solutions

More information

WSIA and WSRP are new Web

WSIA and WSRP are new Web Written by Eilon Reshef WSIA and WSRP are new Web services standards that enable businesses to create user-facing, visual, and interactive Web services that organizations can easily plug-and-play into

More information

WAP. Bringing the internet to you. Cynthia Luk Marianne Morris Harvey Wong. 4 April, 2002 CMPUT 499

WAP. Bringing the internet to you. Cynthia Luk Marianne Morris Harvey Wong. 4 April, 2002 CMPUT 499 WAP Bringing the internet to you Cynthia Luk Marianne Morris Harvey Wong 4 April, 2002 CMPUT 499 Table of Contents Summary 3 Introduction... 4 What is (WAP)? WAP 2.0 Motivation for WAP WAP Architecture..

More information

Determining the Best Approach

Determining the Best Approach 2 Determining the Best Approach The remaining chapters of this book cover the capabilities of the BlackBerry application platform and then dig into each application development option in detail. Before

More information

Opera - Simply The Best Internet Experience. 3Q04 Results. November 12, 2004

Opera - Simply The Best Internet Experience. 3Q04 Results. November 12, 2004 3Q4 Results November 12, 24 Status per third quarter 24 Accumulated ordinary income for the year was MNOK 69.5, up from MNOK 49.7. The turnover increased by 4% on a year-to-year basis Accumulated revenue

More information

The BITX M2M ecosystem. Detailed product sheet

The BITX M2M ecosystem. Detailed product sheet The BITX M2M ecosystem Detailed product sheet Stop wasting energy! Finally an M2M application development platform that doesn t have you running in circles. Why building it all from scratch every time?

More information

Oracle9i Application Server. Enterprise Portals For Improved Efficiencies

Oracle9i Application Server. Enterprise Portals For Improved Efficiencies Oracle9i Application Server Enterprise Portals For Improved Efficiencies Minho Choi Senior Consultant Application Server Technology Oracle Korea Portal Web Services Unified Messaging B2B Integration Business

More information

JXTA for J2ME Extending the Reach of Wireless With JXTA Technology

JXTA for J2ME Extending the Reach of Wireless With JXTA Technology JXTA for J2ME Extending the Reach of Wireless With JXTA Technology Akhil Arora Carl Haywood Kuldip Singh Pabla Sun Microsystems, Inc. 901 San Antonio Road Palo Alto, CA 94303 USA 650 960-1300 The Wireless

More information

Overview. M-commerce vs. E-commerce

Overview. M-commerce vs. E-commerce M-COMMERCE Overview What is M-Commerce? M-commerce vs. E-commerce Classes of M-Commerce Applications Benefits of M-commerce Advantages of M-Commerce Disadvantages of M-Commerce Mobile Computing: Content,

More information

Mobile Middleware Course. Mobile Platforms and Middleware. Sasu Tarkoma

Mobile Middleware Course. Mobile Platforms and Middleware. Sasu Tarkoma Mobile Middleware Course Mobile Platforms and Middleware Sasu Tarkoma Role of Software and Algorithms Software has an increasingly important role in mobile devices Increase in device capabilities Interaction

More information

Recommendations for Improving Device Independent Presentation Authoring. Krishna Vedati. Fast. Forward. Wireless.

Recommendations for Improving Device Independent Presentation Authoring. Krishna Vedati. Fast. Forward. Wireless. Recommendations for Improving Device Independent Presentation Authoring Krishna Vedati Agenda Device-Independent Presentation Authoring Current Approaches to Device-Independent Authoring Pros and Cons

More information

UNIVERSITY EXAMINATIONS: NOV/DEC 2011 REGULATION PERVASIVE COMPUTING PART A

UNIVERSITY EXAMINATIONS: NOV/DEC 2011 REGULATION PERVASIVE COMPUTING PART A UNIVERSITY EXAMINATIONS: NOV/DEC 2011 REGULATION 2008 080250049-PERVASIVE COMPUTING PART A 1. Mention the characteristics of pervasive computing. Minimal user distraction Collaborative interaction User

More information

WAP Access to SCADA-Typed Database System

WAP Access to SCADA-Typed Database System WAP Access to SCADA-Typed Database System WAI-LEUNG CHEUNG, YONG YU, YU-FAI FUNG Department of Electrical Engineering, The Hong Kong Polytechnic University HONG KONG Abstract: - This paper discusses the

More information

Oracle Developer Day

Oracle Developer Day Oracle Developer Day Sponsored by: Session5 Focusing on the UI Speaker Speaker Title Page 1 1 Agenda Building the User Interface UI Development Page Flow A Focus on Faces Introducing Java Server Faces

More information

Developing Wireless Applications for Multiple Geographies. Christopher Koppe Speedware Corporation

Developing Wireless Applications for Multiple Geographies. Christopher Koppe Speedware Corporation Developing Wireless Applications for Multiple Geographies Christopher Koppe Speedware Corporation The Wireless World of Internet-Enabled Devices Mobile Phones Microbrowser-enabled Smart Phones The Wireless

More information

Oracle9i Application Server Architecture and Com

Oracle9i Application Server Architecture and Com Oracle9i Application Server Quick Tour: Architecture Page 1 de 7 Oracle9i Application Server Architecture and Com Standard Edition Enterprise Edition Wireless Edition Services and Components To provide

More information

Types and Methods of Content Adaptation. Anna-Kaisa Pietiläinen

Types and Methods of Content Adaptation. Anna-Kaisa Pietiläinen Types and Methods of Content Adaptation Anna-Kaisa Pietiläinen Agenda Introduction Multimedia Content Types Types of Adaptation Methods of Adaptation Conclusion Networks 2 Introduction Networks 3 The Problem

More information

July 2004 Sophia Antipolis, France

July 2004 Sophia Antipolis, France Experience from Every Handheld A Position Paper Ewald Anderl CTO and VP, Kirusa anderl@kirusa.com Inderpal Singh Mumick CEO and Founder, Kirusa mumick@kirusa.com For the W3C Workshop July 2004 Sophia Antipolis,

More information

TECHNICAL HELP: PRESS * 0

TECHNICAL HELP: PRESS * 0 28-NOV- 2001 1 Oracle Corporation 9i Series iseminar: Presenters: Taesang Choi Eun Heo YunSeok Choi Fukiat Julnual Wednesday, November 28, 2001 28-NOV- 2001 2 think fast. think simple. think smart. 28-NOV-

More information

Mobile access to your Data Warehouse. Pontus Berg, Askus AB Andreas Säflund, STeam Consulting AB

Mobile access to your Data Warehouse. Pontus Berg, Askus AB Andreas Säflund, STeam Consulting AB Mobile access to your Data Warehouse Pontus Berg, Askus AB Andreas Säflund, STeam Consulting AB ! SAS Institute Quality Partner! Long experience in SAS/ITSV(TM) and the building of invoicing systems! Also

More information

Chapter 3. Technology Adopted. 3.1 Introduction

Chapter 3. Technology Adopted. 3.1 Introduction Chapter 3 Technology Adopted 3.1 Introduction The previous chapter described difference between the propose system and traditional methods and also about the existing similar systems. In this chapter,

More information

Mobile Devices: Server and Management Lesson 04 Gateways and Portals

Mobile Devices: Server and Management Lesson 04 Gateways and Portals Mobile Devices: Server and Management Lesson 04 Gateways and Portals Oxford University Press 2007. All rights reserved. 1 Gateway Connects two networks, each using different protocols in its network layers

More information

Mobile Game Programming

Mobile Game Programming Mobile Game Programming Just that facts. guest instructor: Matt Meyer Introduction I Mobile Devices (Primary Purpose): Gaming Devices: Nintendo DS, PSP. Music Devices: ZUNE, IPod. Cellphone Devices: Nokia,

More information

WHITE PAPER. Good Mobile Intranet Technical Overview

WHITE PAPER. Good Mobile Intranet Technical Overview WHITE PAPER Good Mobile Intranet CONTENTS 1 Introduction 4 Security Infrastructure 6 Push 7 Transformations 8 Differential Data 8 Good Mobile Intranet Server Management Introduction Good Mobile Intranet

More information

Introduction to 9.0. White Paper. Sync and Surf FirstClass Support for Mobile Users. November Powering collaborative online communities.

Introduction to 9.0. White Paper. Sync and Surf FirstClass Support for Mobile Users. November Powering collaborative online communities. Introduction to 9.0 White Paper Sync and Surf FirstClass Support for Mobile Users November 2007 Powering collaborative online communities. FirstClass Support for Mobile Users The widespread availability

More information

By Sheng-Chuan Wu & Charley Cox Franz Inc.

By Sheng-Chuan Wu & Charley Cox Franz Inc. By Sheng-Chuan Wu & Charley Cox Franz Inc Founded in 1984 Founders out of UC Berkeley More than 16 years experience developing and marketing Common Lisp and CLOS object systems Creator of Allegro Common

More information

09. Mobile Commerce. Contents. Mobile Computing and Commerce

09. Mobile Commerce. Contents. Mobile Computing and Commerce 09. (Contents) Mobile Commerce Contents 09. Mobile Commerce Mobile Computing and Commerce Code: 166140-01+02 Course: Electronic Commerce Period: Autumn 2011 Professor: Sangwon Lee, Ph.D. 1 09. (Contents)

More information

Mobile Station Execution Environment (MExE( MExE) Developing web applications for PDAs and Cellphones. WAP (Wireless Application Protocol)

Mobile Station Execution Environment (MExE( MExE) Developing web applications for PDAs and Cellphones. WAP (Wireless Application Protocol) Developing web applications for PDAs and Cellphones Mobile Station Execution Environment (MExE( MExE) MExE is a standard for defining various levels of wireless communication These levels are called classmarks

More information

Technical Overview. Access control lists define the users, groups, and roles that can access content as well as the operations that can be performed.

Technical Overview. Access control lists define the users, groups, and roles that can access content as well as the operations that can be performed. Technical Overview Technical Overview Standards based Architecture Scalable Secure Entirely Web Based Browser Independent Document Format independent LDAP integration Distributed Architecture Multiple

More information

X100 ARCHITECTURE REFERENCES:

X100 ARCHITECTURE REFERENCES: UNION SYSTEMS GLOBAL This guide is designed to provide you with an highlevel overview of some of the key points of the Oracle Fusion Middleware Forms Services architecture, a component of the Oracle Fusion

More information

BITX. The M2M application development ecosystem. m2mdataexchange. An introduction

BITX. The M2M application development ecosystem. m2mdataexchange. An introduction BITX The M2M application development ecosystem An introduction m2mdataexchange BrochureOKRGBENG:Layout 1 26-07-2008 0:30 Pagina 2 The BITXTM ecosystem Welcome to BITX, the most powerful, flexible and complete

More information

Adding Mobile Capability to an Enterprise Application With Oracle Database Lite. An Oracle White Paper June 2007

Adding Mobile Capability to an Enterprise Application With Oracle Database Lite. An Oracle White Paper June 2007 Adding Mobile Capability to an Enterprise Application With Oracle Database Lite An Oracle White Paper June 2007 Adding Mobile Capability to an Enterprise Application With Oracle Database Lite Table of

More information

SECURE SMART GRID DEVICE for HOME AREA NETWORKS Using WIRELESS APPLICATION PROTOCOL

SECURE SMART GRID DEVICE for HOME AREA NETWORKS Using WIRELESS APPLICATION PROTOCOL 826 SECURE SMART GRID DEVICE for HOME AREA NETWORKS Using WIRELESS APPLICATION PROTOCOL S. RAM KANNAN B.E, CSE Chennai, TN India ramkannan1991@gmail.com R. SABARISH B.E, CSE Chennai, TN India sabarish.raghu@gmail.com

More information

MD Link Integration MDI Solutions Limited

MD Link Integration MDI Solutions Limited MD Link Integration 2013 2016 MDI Solutions Limited Table of Contents THE MD LINK INTEGRATION STRATEGY...3 JAVA TECHNOLOGY FOR PORTABILITY, COMPATIBILITY AND SECURITY...3 LEVERAGE XML TECHNOLOGY FOR INDUSTRY

More information

M.SARAVANA KARTHIKEYAN

M.SARAVANA KARTHIKEYAN PERVASIVE COMPUTING Unit II Part A 1. What is XML? XML stands for EXtensible Markup Language XML is a markup language much like HTML XML was designed to carry data, not to display data XML tags are not

More information

New Age of IP Telephony. Ukrit Wongsarawit Network Technology Manager

New Age of IP Telephony. Ukrit Wongsarawit Network Technology Manager New Age of IP Telephony Ukrit Wongsarawit Network Technology Manager ukrit.w@g-able.com Agenda Conventional telephone and data networking Voice data convergence IP telephony PBX based IP telephony Implementing

More information

PLATFORM TECHNOLOGY UNIT-5

PLATFORM TECHNOLOGY UNIT-5 1. Write in brief about the J2EE enterprise edition? Java is one of the most commonly used and mature programming languages for building enterprise applications. Java development has evolved from small

More information

IP PBX for Service Oriented Architectures Communications Web Services

IP PBX for Service Oriented Architectures Communications Web Services IP PBX for Service Oriented Architectures Communications Web Services.......... Introduction Enterprise communications have traditionally been provided by closed, stand-alone PBX systems. Installed in

More information

Everyplace Suite: Websphere Transcoding Publisher Technical Overview

Everyplace Suite: Websphere Transcoding Publisher Technical Overview Pervasive Computing Solutions Everyplace Suite: Websphere Transcoding Publisher Technical Overview -----KRnet----- 2001. 6. Byun Ho Sup Agenda Key Terms The Solution: WebSphere Transcoding Publisher WTP

More information

Diploma in Web & Multimedia Development LC201

Diploma in Web & Multimedia Development LC201 Diploma in Web & Multimedia Development LC201 1. Objectives This course offers web and multimedia development skills which are focused on internet technologies such as the design and implementation of

More information

How to Create Collaborative Communities Within Your Portal

How to Create Collaborative Communities Within Your Portal How to Create Collaborative Communities Within Your Portal Jim Powell Principal Product Manager Oracle Portal Oracle Corporation Agenda! Communities and their Collaboration Pains! Bringing it all together

More information

Design concepts for data-intensive applications

Design concepts for data-intensive applications 6 th International Conference on Applied Informatics Eger, Hungary, January 27 31, 2004. Design concepts for data-intensive applications Attila Adamkó Department of Information Technology, Institute of

More information

A novel approach to design a Wireless Communication based Railway Information System Kumar, Vijay; Patra, Sarat Kumar; Mishra, Sanjib; TENCON

A novel approach to design a Wireless Communication based Railway Information System Kumar, Vijay; Patra, Sarat Kumar; Mishra, Sanjib; TENCON A novel approach to design a Wireless Communication based Railway Information System Kumar, Vijay; Patra, Sarat Kumar; Mishra, Sanjib; TENCON 2008-2008, TENCON 2008. IEEE Region 10 Conference 19-21 Nov.

More information

Vipera OTA Provisioning Server

Vipera OTA Provisioning Server Vipera Inc 200 Page Mill Road Palo Alto, CA 94306. USA www.vipera.com info@vipera.com Vipera OTA Provisioning Server Technical Overview Version 1.0 The Vipera provisioning portal allows content providers

More information

SAS Solutions for the Web: Static and Dynamic Alternatives Matthew Grover, S-Street Consulting, Inc.

SAS Solutions for the Web: Static and Dynamic Alternatives Matthew Grover, S-Street Consulting, Inc. SAS Solutions for the Web: Static and Dynamic Alternatives Matthew Grover, S-Street Consulting, Inc. Abstract This paper provides a detailed analysis of creating static and dynamic web content using the

More information

Building Multi-Channel Applications using Frameworks. Jörg Jungjohann, Systor AG

Building Multi-Channel Applications using Frameworks. Jörg Jungjohann, Systor AG Building Multi-Channel Applications using Frameworks Jörg Jungjohann, Systor AG Building Multi-Channel Applications using Frameworks Business Case Technical Issues Demonstration 26.03.2011, Jörg Jungjohann,

More information

3C05 - Advanced Software Engineering Thursday, April 29, 2004

3C05 - Advanced Software Engineering Thursday, April 29, 2004 Distributed Software Architecture Using Middleware Avtar Raikmo Overview Middleware What is middleware? Why do we need middleware? Types of middleware Distributed Software Architecture Business Object

More information

Solace JMS Broker Delivers Highest Throughput for Persistent and Non-Persistent Delivery

Solace JMS Broker Delivers Highest Throughput for Persistent and Non-Persistent Delivery Solace JMS Broker Delivers Highest Throughput for Persistent and Non-Persistent Delivery Java Message Service (JMS) is a standardized messaging interface that has become a pervasive part of the IT landscape

More information

Mobile Commerce. Electronic Commerce

Mobile Commerce. Electronic Commerce Mobile Commerce Electronic Commerce Code: 008023-01+02 Course: Electronic Commerce Period: Autumn 2013 Professor: Sync Sangwon Lee, Ph. D D. of Information & Electronic Commerce 1 00. Contents 01. Mobile

More information

Java Technology-Based VAS in China Mobile: Today and Tomorrow

Java Technology-Based VAS in China Mobile: Today and Tomorrow Java Technology-Based VAS in China Mobile: Today and Tomorrow Chuan YU Director, Terminal Technology Research Department Research Institute of China Mobile http://www.chinamobile.com/ TS-5184 2007 JavaOne

More information

MULTINATIONALIZATION FOR GLOBAL LIMS DEPLOYMENT LABVANTAGE Solutions, Inc. All Rights Reserved.

MULTINATIONALIZATION FOR GLOBAL LIMS DEPLOYMENT LABVANTAGE Solutions, Inc. All Rights Reserved. FOR GLOBAL LIMS DEPLOYMENT 2011 LABVANTAGE Solutions, Inc. All Rights Reserved. OVERVIEW Successful companies leverage their assets to achieve operational efficiencies. By streamlining work processes and

More information

Distributed Multitiered Application

Distributed Multitiered Application Distributed Multitiered Application Java EE platform uses a distributed multitiered application model for enterprise applications. Logic is divided into components https://docs.oracle.com/javaee/7/tutorial/overview004.htm

More information

BlackBerry Java Development Environment (JDE)

BlackBerry Java Development Environment (JDE) 1 BlackBerry Java Applications for Accessing SAP Applications BlackBerry Java Development Environment The BlackBerry Java Development Environment (JDE) is a fully integrated development and simulation

More information

DATA SHEET HIGHTLIGHTS Deploying a Single System to Manage All Devices and Services Implementing Service Assurance

DATA SHEET HIGHTLIGHTS Deploying a Single System to Manage All Devices and Services Implementing Service Assurance Motorola EDGE Service Assurance Software Suite The allows service providers to expand broadband service revenues while reducing operational and support costs through automated service provisioning and

More information

BlackBerry 101: An Introduction to the BlackBerry Wireless Solution

BlackBerry 101: An Introduction to the BlackBerry Wireless Solution BlackBerry 101: An Introduction to the BlackBerry Wireless Solution BlackBerry 101 Agenda What is the BlackBerry Enterprise Solution? Tracing a Message Security, Security, Security Enabling the User Extensibility:

More information

Developer Case Study. BlackBerry Streamlines IT Change Request Approval Process. Industry Healthcare

Developer Case Study. BlackBerry Streamlines IT Change Request Approval Process. Industry Healthcare Developer Case Study BlackBerry Streamlines IT Change Request Approval Process Situation In 2005, the Baylor IT department reviewed their change management policy and updated their web-based change control

More information

Nomadic devices Benefits and market outlook

Nomadic devices Benefits and market outlook Nomadic devices Benefits and market outlook Johannes Dünnwald Nokia Automotive Ertico - Jan20th, 2005 First European Nomadic Devices Workshop 1 NOKIA 2004 Nokia Automotive Founded 1996 as Nokia Smart Traffic

More information

CHAPTER 03: MULTIMEDIA & OPERATING SYSTEM. :: Operating System :: ~ What is OS?~ ~ OS Functions~ ~ OS Characteristics ~ ~ Type of OS~

CHAPTER 03: MULTIMEDIA & OPERATING SYSTEM. :: Operating System :: ~ What is OS?~ ~ OS Functions~ ~ OS Characteristics ~ ~ Type of OS~ CHAPTER 03: MULTIMEDIA & OPERATING SYSTEM :: Operating System :: ~ What is OS?~ ~ OS Functions~ ~ OS Characteristics ~ ~ Type of OS~ 1 Operating System and Software Computer Operating System An operating

More information

XML Applications. Introduction Jaana Holvikivi 1

XML Applications. Introduction Jaana Holvikivi 1 XML Applications Introduction 1.4.2009 Jaana Holvikivi 1 Outline XML standards Application areas 1.4.2009 Jaana Holvikivi 2 Basic XML standards XML a meta language for the creation of languages to define

More information

IBM's UI UNITY A Role Based, Device Independent, Administrative Console

IBM's UI UNITY A Role Based, Device Independent, Administrative Console IBM's UI UNITY A Role Based, Device Independent, Administrative Console Colin Powell Senior Technical Staff Member Ease of Use Common Systems Administration The "Opportunity" CSA: A Big Opportunity Every

More information

IMS, NFV and Cloud-based Services BUILDING INTEGRATED CLOUD COMMUNICATION SERVICES

IMS, NFV and Cloud-based Services BUILDING INTEGRATED CLOUD COMMUNICATION SERVICES Daitan White Paper IMS, NFV and Cloud-based Services BUILDING INTEGRATED CLOUD COMMUNICATION SERVICES Highly Reliable Software Development Services http://www.daitangroup.com Daitan Group 2014 IMS, NFV

More information

Opera - Simply The Best Internet Experience. Opera Software ASA. 2Q04 Results. August 12, 2004

Opera - Simply The Best Internet Experience. Opera Software ASA. 2Q04 Results. August 12, 2004 Opera Software ASA 2Q04 Results August 12, 2004 Opera Achievements in Q2-2004 New Opera browser for Series 60, Opera 6.20 Technical Opera 7.50 for Windows, Mac, Linux, FreeBSD and Solaris released Opera

More information

ActiveWorkflow Overview

ActiveWorkflow Overview Table of contents 1 Introduction...2 2 Product Suite...3 2.1 ActiveWorkflow Engine...3 2.2 ActiveWorkflow Designer...4 2.3 ActiveWorkflow Portal... 5 1. Introduction The purpose of this guide is to: Introduce

More information

Adapting Functionality for Mobile Terminals

Adapting  Functionality for Mobile Terminals Adapting Email Functionality for Mobile Terminals Jon-Finngard Moe 1, Eivind Sivertsen 1, and Do van Thanh 2 1 Norwegian University of Science and Technology, 7491 Trondheim, Norway {jonfinng, eivindsi}@stud.ntnu.no

More information

On Accessing GSM-enabled Mobile Sensors

On Accessing GSM-enabled Mobile Sensors On Accessing GSM-enabled Mobile Sensors Zissis K. Plitsis, # Ioannis Fudos, Evaggelia Pitoura and Apostolos Zarras Department of Computer Science, University of Ioannina, Greece {zplitsis, fudos, pitoura,

More information

UNIT I. A protocol is a precise set of rules defining how components communicate, the format of addresses, how data is split into packets

UNIT I. A protocol is a precise set of rules defining how components communicate, the format of addresses, how data is split into packets UNIT I Web Essentials: Clients, Servers, and Communication. The Internet- Basic Internet Protocols -The World Wide Web-HTTP request message-response message- Web Clients Web Servers-Case Study. Markup

More information

INF RMATIQUE INFORMATIK

INF RMATIQUE INFORMATIK INF RMATIQUE INFORMATIK Zeitschrift der schweizerischen Informatikorganisationen Revue des organisations suisses d informatique Nr./No. 5 Oktober/Octobre 2001 Ubiquitous Computing Pervasive and Mobile

More information

SUSE Linux Enterprise 15. #MultimodalOS

SUSE Linux Enterprise 15. #MultimodalOS SUSE Linux Enterprise 15 #MultimodalOS SUSE is Redefining What it Means to be Open Open Source Community Customers & Partners Committed to open source Being a leader and contributor within the open source

More information

JReport Enterprise Server Getting Started

JReport Enterprise Server Getting Started JReport Enterprise Server Getting Started Table of Contents Getting Started: Organization of This Part...1 First Step...3 What You Should Already Know...3 Target Customers...3 Where to Find More Information

More information

UiB 1. april 04. Sun Microsystems

UiB 1. april 04. Sun Microsystems UiB 1. april 04 hans.bue@sun.com Sun Microsystems Agenda Java Desktop System (JDS) StarOffice / OpenOffice Videre utvikling Java Enterprise System (JES) Konsept for fremtidens desktop 2 JDS Java Desktop

More information

EPiServer Portals. Abstract

EPiServer Portals. Abstract EPiServer Portals Abstract This white paper outlines EPiServer's portal functionality. The document includes a high-level description of Web Services for Remote Portlets (WSRP) technology. Product version:

More information

Developing Custom Solutions to Extend your Data Wirelessly

Developing Custom Solutions to Extend your Data Wirelessly An IT Briefing produced by Developing Custom Solutions to Extend your Data Wirelessly 2003 TechTarget This reference document is based on a Research In Motion/TechTarget Webcast, "." To view the Webcast

More information

Authentication of a WS Client Using a SAP Logon Ticket

Authentication of a WS Client Using a SAP Logon Ticket Authentication of a WS Client Using a SAP Logon Ticket Release 650 HELP.BCWEBSERVICES_TUTORIALS SAP Online Help 04.04.2005 Copyright Copyright 2004 SAP AG. All rights reserved. No part of this publication

More information

Opera for Mobile. Mobile Monday Tokyo. Brent Mori VP Sales & Business Development Japan Sept. 5, 2005

Opera for Mobile. Mobile Monday Tokyo. Brent Mori VP Sales & Business Development Japan Sept. 5, 2005 Opera for Mobile Mobile Monday Tokyo Brent Mori VP Sales & Business Development Japan Sept. 5, 2005 Opera s Vision To provide the Best Internet Experience on any Device The Opera Markets Mobile Internet

More information

User Interface Techniques for Mobile Agents

User Interface Techniques for Mobile Agents User Interface Techniques for Mobile Agents Matthias Grimm Mohammad-Reza Tazari Matthias Finke Computer Graphics Center (ZGDV) e.v. Fraunhoferstr. 5, 64283 Darmstadt, Germany {Matthias.Grimm, Saied.Tazari,

More information

IBM iseries Models 800 and 810 for small to medium enterprises

IBM iseries Models 800 and 810 for small to medium enterprises Multi-platform management, exceptional price performance IBM iseries Models 800 and 810 for small to medium enterprises Highlights Simple, centralised Simple Windows ** Integration for management of multiple

More information

Opera - Simply The Best Internet Experience. 4Q04 Results. February 16, 2005

Opera - Simply The Best Internet Experience. 4Q04 Results. February 16, 2005 4Q04 Results February 16, 2005 Highlights fourth quarter 2004 Increased technological lead and strengthened market position Commercial breakthrough for Opera Platform Shift in revenue mix. Strong growth

More information

SecureAware Technical Whitepaper

SecureAware Technical Whitepaper SecureAware Technical Whitepaper - requirements and specifications Applies to SecureAware version 4.x Document date: January 2015 About this document This whitepaper provides a detailed overview of the

More information

Languages in WEB. E-Business Technologies. Summer Semester Submitted to. Prof. Dr. Eduard Heindl. Prepared by

Languages in WEB. E-Business Technologies. Summer Semester Submitted to. Prof. Dr. Eduard Heindl. Prepared by Languages in WEB E-Business Technologies Summer Semester 2009 Submitted to Prof. Dr. Eduard Heindl Prepared by Jenisha Kshatriya (Mat no. 232521) Fakultät Wirtschaftsinformatik Hochshule Furtwangen University

More information

Cisco Unified Presence 8.0

Cisco Unified Presence 8.0 Cisco Unified Presence 8.0 Cisco Unified Communications Solutions unify voice, video, data, and mobile applications on fixed and mobile networks, enabling easy collaboration every time from any workspace.

More information

Edge Side Includes (ESI) Overview

Edge Side Includes (ESI) Overview Edge Side Includes (ESI) Overview Abstract: Edge Side Includes (ESI) accelerates dynamic Web-based applications by defining a simple markup language to describe cacheable and non-cacheable Web page components

More information

Cisco Digital Media System: Simply Compelling Communications

Cisco Digital Media System: Simply Compelling Communications Cisco Digital Media System: Simply Compelling Communications Executive Summary The Cisco Digital Media System enables organizations to use high-quality digital media to easily connect customers, employees,

More information

WIRELESS INTERNET USABILITY AND INTEROPERABILITY

WIRELESS INTERNET USABILITY AND INTEROPERABILITY WHITEPAPER WIRELESS INTERNET USABILITY AND INTEROPERABILITY JAMES PEARCE VP TECHNOLOGY This paper represents the presentation notes from Wireless Internet Usability & Interoperability presented by James

More information

Minne menet, Mobiili-Java?

Minne menet, Mobiili-Java? Minne menet, Mobiili-Java? Java Platform, Micro Edition Status and Future Directions Antero Taivalsaari Sun Microsystems, Inc. December 2005 Growth Continues (2005 vs. 2003) 1 Billion Installed Base as

More information

Glossary 1. ARPU or Average Revenue per User A method of measuring revenue associated with the delivery of mobile commerce services by MNOs.

Glossary 1. ARPU or Average Revenue per User A method of measuring revenue associated with the delivery of mobile commerce services by MNOs. Glossary 321 Glossary 1 2G or 2nd Generation The currently available digital communication networks for voice and data communication (e.g., GSM, CDMA, PDC). 2.5G or 2.5th Generation Represents an upgrade

More information

Functional Description

Functional Description Functional Description Contents About this document Introduction Highlights Product Features Architecture Summary About this document This document presents an overview of MessagePlus/Open, the business

More information

Copyright 2014 Blue Net Corporation. All rights reserved

Copyright 2014 Blue Net Corporation. All rights reserved a) Abstract: REST is a framework built on the principle of today's World Wide Web. Yes it uses the principles of WWW in way it is a challenge to lay down a new architecture that is already widely deployed

More information

McAfee Product Entitlement Definitions

McAfee Product Entitlement Definitions McAfee Product Entitlement Definitions Corporate Headquarters 2821 Mission College Blvd. Santa Clara, CA 95054 USA Application Server CPU CPU Core Database Database Instance Entity File Submission Daily

More information

Application Functions for Autumn/Winter 2008 Models (2) Next-generation Java Applications

Application Functions for Autumn/Winter 2008 Models (2) Next-generation Java Applications Java Platform i-appli Enhancement Terminal Applications Application Functions for Autumn/Winter 2008 Models (2) Next-generation Java Applications It is now eight years since the launch of the i-appli service.

More information

13. Databases on the Web

13. Databases on the Web 13. Databases on the Web Requirements for Web-DBMS Integration The ability to access valuable corporate data in a secure manner Support for session and application-based authentication The ability to interface

More information

Java Everywhere. Simon Ritter Technology Evangelist Sun Microsystems, Inc.

Java Everywhere. Simon Ritter Technology Evangelist Sun Microsystems, Inc. Java Everywhere Simon Ritter Technology Evangelist Sun Microsystems, Inc. Agenda Data & Web Services The Sun Java Enterprise System Future Directions For Java Ease of Development Summary Waves of the Internet

More information

Wireless Access Protocol(WAP) architecture

Wireless Access Protocol(WAP) architecture Wireless Access Protocol(WAP) architecture While the evolution of cellular networks has resulted in many mobile services, such services are primarily for voice. Mobile phone users do have the desire to

More information

How many of us own. Mobile markets and development environments. Petri Vesikivi (Erkki Rämö) Fixed Telephone 1.3B TV 1.5B Credit card 1.

How many of us own. Mobile markets and development environments. Petri Vesikivi (Erkki Rämö) Fixed Telephone 1.3B TV 1.5B Credit card 1. Mobile markets and development environments Petri Vesikivi (Erkki Rämö) How many of us own a car 800M Fixed Telephone 1.3B TV 1.5B Credit card 1.3B Mobile phone? PC? How many of us own a car 800M Fixed

More information

Bluetooth Scatternet Application. Sun Code for Freedom

Bluetooth Scatternet Application. Sun Code for Freedom Bluetooth Scatternet Application Sun Code for Freedom Submitted for Code For Freedom Contest 2009 By Ravi D Suvarna Ananth V Sandeep Jain Index Topic Page No. 1. Introduction ---------------------------------------------

More information