Tizentm. Platform Overview. White paper. An innovative Web-Based platform based on industry standards. Table of Contents. 2 What Is the Tizen TM

Size: px
Start display at page:

Download "Tizentm. Platform Overview. White paper. An innovative Web-Based platform based on industry standards. Table of Contents. 2 What Is the Tizen TM"

Transcription

1 White paper Tizentm Platform Overview An innovative Web-Based platform based on industry standards Table of Contents 2 What Is the Tizen TM Software Platform? 4 The Open Tizen Platform 4 Leverage the Power of Web-Based Development 6 Accelerate Development 6 Benefit from Code Reuse 7 Bring Ideas to Life: Enabling Developers 8 Support Multiple Device Types 9 Built-in Security 10 Application Store 10 Strength in Community 11 Conclusion 11 For More Information

2 What Is the Tizen TM software platform? What Is The Tizen TM Software Platform? Tizen is an open source project housed within The Linux* Foundation with the goal of building an innovative web-based platform built upon industry standards. From enthusiastic developers to multinational companies, Tizen s mixture of contributors at every level ensures dynamic growth, diverse viewpoints which stimulate innovation, long-term stability and a commitment to performance. Tizen aims to introduce a robust unified experience across multiple devices smartphone, tablet, Smart TV, PC and in-vehicle infotainment with a focus on mobile platforms. Tizen is not based on proprietary technologies, but on industry-standard open specifications such as HTML5 and JavaScript*. Whereas other platforms may relegate such technologies to Web-specific secondclass citizens, Tizen embraces the benefits of widely adopted cross-platform web technologies and enables the creation of devices running open and innovative content and services. Rapid Adoption of HTML5 HTML5 Browsers on mobile devices (in millions) 2,100 1, Sources: IDC, Key Milestones in Mobile HTML5 Development Update, idc.com/getdoc.jsp?containerid=prus ABI Research, HTML5 for Mobile Devices and Tablets, July 2011, 2

3 Tizen platform development is led by two bodies, the Tizen Association and the Technical Steering Group. The Tizen Association is a mobile operator-led, industry consortium chartered with actively developing the ecosystem around Tizen, which includes market presence, gathering of requirements, identification and facilitation of service models, and overall industry marketing and education. The Tizen Technical Steering Group is focused on architecture and implementation, along with the formation of working groups to support device verticals. Many members of the Tizen Community are active contributors to the W3C and other web standards bodies. Tizen aims to introduce a robust unified experience across multiple devices with a focus on mobile platforms LINUX FOUNDATION The Linux Foundation is a non-profit consortium dedicated to fostering the growth of Linux. Founded in 2000, the Linux Foundation sponsors the work of Linux creator Linus Torvalds and is supported by leading technology companies and developers from around the world. org/about/ WC3 and HTML5 The World Wide Web Consortium (W3C) is an international community where Member organizations, a full-time staff, and the public work together to develop Web standards. On December of 2012, the W3C published the complete definition of HTML5 and Canvas 2D specifications. Though not yet W3C standards, these specifications are now feature complete, meaning businesses and developers have a stable target for implementation and planning

4 The Open Tizen Platform Foundations for Success: The Tizen Open Platform Tizen breathes fresh air into the mobile market by enabling innovation from both industry leaders and individual enthusiasts. Operators and their subscribers can benefit from end to end customization options and capabilities, not restricted by competing platform business interests or inflexible service licensing terms. This ability to customize elements such as the user interface, the selection of pre-installed services and the application storefront is a powerful part of the Tizen platform, and enables the value proposition of Tizen solutions to be uniquely tailored to meet operator and end user preferences. Tizen s open source heritage replaces a complicated landscape of vertically integrated platform solutions with an open and transparent consortium. The Tizen platform is based on the open source Linux operating system, which in the last few years has become the operating system of choice for the majority of smartphones. While Tizen currently emphasizes support for smartphones, its roadmap includes support for a wide range of devices such as tablets, PC s and in-vehicle infotainment systems. Tizen s open platform lends itself to a virtuous cycle of industry innovation. The standards-based web platform will encourage cutting-edge app developers to leverage their existing skills to easily port their content to Tizen. The combination of developer content and the freedom to pursue any mix of services best suited for local demands will motivate operators to offer Tizen devices and custom services on their networks. This in turn will encourage leading mobile original equipment manufacturers (OEMs) to invest in developing cutting-edge Tizen devices. The Tizen cycle of innovation is built upon an open source operating system, a standards-based web application framework, and an open services model a combination which has the potential to yield an industry dynamic where more parties benefit from the growth in the mobile industry. Leverage the Power of Web-Based Development Tizen web applications do not require complicated build processes or specialized build tools. Applications are executed in an environment that is familiar to anyone who has worked on web development. Due to the use of existing Web technologies, developers have access to thousands of already available 4

5 libraries. In many cases, these libraries will work even better on Tizen than in other web browsers since at the time of writing, Tizen s Web rendering engine boasts one of the highest HTML5 compliance scores of any released browser on both Ringmark and html5test.com. While it is easy for developers to create a Tizen Web application, most real-world applications are quite complex. To help manage the growth from a basic test application to a release-ready product, Tizen comes with robust development tools. The default Tizen development environment is based on the widely used Eclipse* platform, and developers can easily configure other environments if they choose. Tizen development extends beyond the standard Web applications. It includes extensions to the basic HTML5 platform which enable web applications to intercommunicate and access device functionality, such as Address Book and Call History. Developers also have the option of writing hybrid or native applications for even more flexibility. Also, cross-platform development through Apache Cordova a framework that allows developers to build cross-platform hybrid applications using HTML5 code allows Tizen to share a common codebase with other mobile platforms. Tizen web applications do not require complicated build processes or specialized build tools The Tizen IDE The Tizen SDK comes equipped with an Integrated Development Environment (IDE) based on Eclipse*, a device emulator based on QEMU, a visual UI builder, debugging and profiling tools, sample code and documentation, among many other features. 5

6 Web Applications native Applications Web Framework Native Framework W3C/HTML5 Device APIs Social/Content Locations Uix Video Touch BT Call Net/Telephony/Messaging Graphics/UI CSS3 WebGL Worker... NFC Msg... Web Runtime Base/lo/Text/Locales App/Security/System Services Core App framework Graphics/UI Multimedia Location Messaging Web Security System Base Connectivity Telephony PIM Linux Kernel and Device Drivers Accelerate Development It is easy to get started with Tizen development. The main development language is HTML5. In fact, most developers either already have or plan to acquire the HTML5 skills needed to develop on Tizen 1. The toolset is free and based on existing and stable technologies. The Tizen development kit download includes sample applications that run out of the box. The Tizen development kit comes with a GUI builder tool which allows developers to quickly lay out their applications using simple drag-and-drop. The generated layout files are in standard HTML, which can be easily tracked through version control and merged automatically. Benefit from Code Reuse Another benefit of Tizen s focus on standard technologies is that it enables extensive code reuse. Moreover, code initially targeting Tizen can be easily ported to the Web or Web Views within other platforms. Tizen follows the recommendations of the W3C's governing Web standards when adding these capabilities. As other platforms catch up, developers will already have code written and tested that leverages these technologies. 6

7 By embracing proven technologies, Tizen provides a unique opportunity for developers to leverage their existing experience. Because the technologies are familiar and the APIs unchanged, any developer with a Web-based application need only add a bit of simple plumbing and repackage their code in order to have a Tizen version of that same application. The language, paradigms, tricks, and assets are all the same. In many cases, the necessary changes will be no more complicated than configuration and packaging, leaving core code essentially untouched. Bring Ideas to Life: Enabling Developers Tizen web application packages can include native code. This hybrid model enables web applications to take advantage of a developer s prior investments in native code, resulting in a shorter time-to-market and lower development costs. Another benefit of this model is that applications that started out as Web apps can contain wrapped versions of what would normally be server-side logic. This enables the Tizen version to mirror the Web version very closely, often requiring changes only to how this extended functionality is accessed rather than necessitating rewrites. GUI Builder The Tizen Web UI Builder is a graphical user interface builder tool that simplifies the creation of Tizen Web UIs by allowing developers to arrange widgets using a drag-and-drop What You See Is What You Get (WYSIWYG) editor. Tizen provides a compelling and robust inter-process communication model. Applications from the same developer can call each other directly for extended functionality. They can also make generic system requests, giving developers the freedom to decide how tightly integrated their applications 90% HTML5 USE BY MOBILE DEVELOPERS HTML5 use by mobile developers 80% 70% 60% 50% 40% 30% 20% 6.60% 30.70% 43.10% No plans Plan to use in 12 months or longer Plan to use in 6 months Currently using 10% 0% Yes 19.60% No 7

8 Tizen device adaptability offers exciting possibilities for crossdevice synergy should be. Developers can create application suites that users can install à la carte, with each application extending the functionality of the others while keeping the user within related sets of tools or functionality. This API also permits querying for the presence of other applications, allowing the collection of extensive analytics data that is usually difficult or impossible to gather. In addition to standard debugging and profiling functionality, the Tizen emulator supports simulations of a wide range of real-world events to which applications might want to react. Far beyond the basic location settings and loss of data connection, the emulator allows mocking of the proximity sensor, the light sensor, near-field communication functionality, headset insertion, and more. Support Multiple Device Types The Tizen OS is designed to be adaptable to multiple device types from simple, low end printers to sophisticated automotive systems. Today, there are releases tailored to smartphones and automotive or IVI (in vehicle infotainment), and more types of devices will be supported over time. Moreover, as the number of device types increases, Tizen will continue to adhere to and influence W3C web APIs to ensure app compatibility. A number of Tizen Association members are participating in W3C efforts to create an Automotive Working RESPONSIVE WEB DESIGN Thanks to responsive web design, Tizen HTML5 applications can easily adapt the user interface layout to match different screen sizes without the need for device-specific code. 8

9 Group which will work on a standard for automotive-specific web APIs. Tizen device adaptability offers exciting possibilities for crossdevice synergy. For example, many consumers use Bluetooth to output audio from a phone or audio player through a car s speaker system. Tizen s cross-device focus and extensive APIs go far beyond simple pairing. An application might offer different options when devices with different capabilities are paired. For example, a Tizen phone could display driving information gained from a vehicle that is also running Tizen. Tizen's user interface expectations are much more freeform than other platforms. Most platforms expect certain configurations of physical buttons, and deviating from these configurations can be difficult. Tizen does not place strict restrictions on the position, size, or even existence of physical buttons. Rather, Tizen features a touch screen and emphasizes that presenting a consistent experience across devices is an important part of creating usable software. OEMs have access to a Compliance Definition Document and a Compatibility Test Suite to ensure that their hardware complies with the full Tizen specifications. The behaviors specified in these documents ensure that Tizen applications will run on all devices across the Tizen ecosystem. Traditionally, diverse device screen sizes have presented challenges for software designers because each screen can require complete UI restructuring. Because Tizen relies on the same HTML technologies that pioneered the principles of responsive web design answering the question of how to resize content for multiple aspect ratios and screen sizes OEMs can rely upon the platform to render content appropriately without a need for device-specific UI code. This reduces the risk when supporting new form factors that existing applications might render in unpredictable ways, which enables developers to focus on what is on the screen, rather than where and how big it is. Built-in Security Tizen also offers advanced security controls such as Mandatory Access Control via SMACK, or Simple Mandatory Access Control Kernel. With SMACK, Tizen ensures that malicious applications are unable to bypass the proper permission levels and security checks, giving developers and customers further confidence that they are in control of their data. Application access protocols Tizen s hardware user interface expectations are much more freeform than other platforms 9

10 operators and manufacturers can customize the Tizen storefront are based on well-understood and time-tested security models. All applications run in a sandbox and nothing but critical system processes run with root permissions, minimizing the attack surface for malware. Even though author and distributor signatures are mandatory to ensure code integrity, unsigned applications can be loaded onto registered test devices during the development cycle. Signing is handled as part of the application submission stage, after the developer has packaged the application. This enables the platform to maintain all of the security benefits of a signed application security model while simplifying the developer experience. Application Store The Tizen application ecosystem supports developers by providing multi-operator distribution throughout the world, which in turn promotes the porting of content. Once a Tizen application is submitted to the Tizen Store, it undergoes validation to ensure that it meets the platform s compatibility requirements. Another key strength of the Tizen distribution platform is that operators and OEMs can customize the Tizen storefront to maintain their brand and highlight their services. Developers can publish once and gain the benefits of a variety of marketplaces worldwide. Strength in Community OEMs, operators, developers, and consumers can also connect directly through the Tizen developer community and participate in shaping the future of the platform through the open source Tizen project. Where there are no existing Web standards, the Tizen community will look to add APIs and to work with the W3C to get these APIs added to the relevant web technology specifications. For example, Tizen Association members are actively involved in the W3C s Device APIs Working Group and the System Applications Working Group. This involvement ensures that the platform not only complies with the specifications, but also is designed with the same goals and implemented intuitively. 10

11 Conclusion Tizen brings together OEMs, operators and developers, enabling a community that can tailor the end-user experience and shape the future of the platform. This collaboration ultimately creates a new, more balanced industry dynamic that benefits all members of the Tizen ecosystem. Conclusion A new, more balanced industry dynamic By adopting existing standards whenever possible, Tizen allows developers to reuse their existing code and leverage their knowledge in HTML5 and other web development technologies. Tizen also includes extended APIs and a hybrid development model that provide developers with the flexibility needed to create rich user experiences. This balance, complemented by a powerful toolset that accelerates development and a secure infrastructure that protects valuable information, yields an open platform where developers can push the limits of innovation. For More Information For a deeper dive into the technical aspects of the Tizen platform, please visit: This site provides access to the Tizen SDK, blogs, Wiki, IRC channels, and everything else you may need to begin working with Tizen. To learn more about the Tizen Association, please visit: This site provides information about the association, its members, recent news, and upcoming events. General inquiries can also be directed to admin@tizenassociation.org. 1 EDC, Global Developer Population and Demographic Study 2012, Vol. II This whitepaper was authored by Intel Corporation. Copyright (c) 2013 Intel Corporation All rights reserved /RJMJ * Tizen is a registered trademark of the Linux Foundation. Other trademarks are the property of their respective owners. 11

Connecting with Tizen : An Overview & Roadmap. Mohan Rao

Connecting with Tizen : An Overview & Roadmap. Mohan Rao Connecting with Tizen : An Overview & Roadmap Mohan Rao Contents What is Tizen? Why Tizen? Device profile Tizen 2.4 Tizen 3.0 What s next? Conclusion 2 What is Tizen? (1/2) Designed for various category

More information

Tizen Introduction. Minsoo Ryu. Real-Time Computing and Communications Lab. Hanyang University.

Tizen Introduction. Minsoo Ryu. Real-Time Computing and Communications Lab. Hanyang University. Tizen Introduction Minsoo Ryu Real-Time Computing and Communications Lab. Hanyang University msryu@hanyang.ac.kr What is Tizen Tizen is an open-source operating system based on the Linux kernel and GNU

More information

Tizen IVI Architecture New features. Dominig ar Foll, Intel Open Source

Tizen IVI Architecture New features. Dominig ar Foll, Intel Open Source Tizen IVI Architecture New features Dominig ar Foll, Intel Open Source Agenda What is Tizen IVI How to join the project Our road map Architecture New Features 2 What is Tizen IVI Tizen IVI Support Intel

More information

T I Z E N Ve r 2. 3 O v e r v i e w Open Source Project

T I Z E N Ve r 2. 3 O v e r v i e w Open Source Project T I Z E N Ve r 2. 3 O v e r v i e w Open Source Project 2015.03.22 I N D E X 1 Introduction to Tizen 2 3 4 How to Develop Tizen Applications Example of Tizen Application About Ajou Tizen Supporters 1 Introduction

More information

SP Project 2 Basic SMACK features

SP Project 2 Basic SMACK features SP Project 2 Basic SMACK features 1 Tizen project flow Project 0 Tizen Porting to Odroid-U3 Project 1 Tizen web application development Tizen dev. environment build Tizen application development Tizen

More information

Version 11

Version 11 The Big Challenges Networked and Electronic Media European Technology Platform The birth of a new sector www.nem-initiative.org Version 11 1. NEM IN THE WORLD The main objective of the Networked and Electronic

More information

HTML5 Applications Made Easy on Tizen IVI. Brian Jones / Jimmy Huang

HTML5 Applications Made Easy on Tizen IVI. Brian Jones / Jimmy Huang HTML5 Applications Made Easy on Tizen IVI Brian Jones / Jimmy Huang Obstacles IVI Developers Face Today Lots of hardware variety. Multiple operating systems Different input devices Software development

More information

Tizen IVI Architecture New features

Tizen IVI Architecture New features Tizen IVI Architecture New features, Intel Open Source dominig.arfoll@fridu.net Agenda 2 What is Tizen IVI How to join the project Our road map Architecture New Features Tizen IVI Support Intel and ARM

More information

Linux in Automotive From Open Source to Products

Linux in Automotive From Open Source to Products Linux in Automotive From Open Source to Products Mark Skarpness Director System Engineering, Intel Tsuguo Nobe Chief Advanced Service Architect and Director, Intel July 1st, 2014 Legal Information INFORMATION

More information

Our software strategy

Our software strategy Our software strategy Contents 1. Executive Summary 2. Architecture for differentiation and efficiency 3. Device platforms for all needs Mobile Computers Maemo to MeeGo Smartphones Symbian Mobile Phones

More information

Linux and Open Source in Samsung

Linux and Open Source in Samsung Toward Soft Driven Company Linux and Open Source in Samsung 2012/ 10 /10 Samsung Software R&D Center VP WonJoo Park 2012 SAMSUNG Electronics Co. What does Software mean to Samsung? In the past, Means for

More information

In the Driver s Seat

In the Driver s Seat In the Driver s Seat Use Cases of Qt in Automotive Dr Tuukka Ahoniemi Product Manager tuukka.ahoniemi@theqtcompany.com Contents Requirements for Automotive Systems Transition of Automotive Software Power

More information

Introduction to TIZEN Ecosystem

Introduction to TIZEN Ecosystem Introduction to TIZEN Ecosystem Sungjin Lee Samsung Electronics TIZEN Ecosystem What is Ecosystem? Information Promotion Device Platform Content & Service Provider (Developer) Distribution Channel (App

More information

Understanding the Open Source Development Model. » The Linux Foundation. November 2011

Understanding the Open Source Development Model. » The Linux Foundation. November 2011 » The Linux Foundation Understanding the Open Source Development Model November 2011 By Ibrahim Haddad (PhD) and Brian Warner, The Linux Foundation A White Paper By The Linux Foundation This paper presents

More information

Oracle Mobile Application Framework

Oracle Mobile Application Framework Oracle Mobile Application Framework Oracle Mobile Application Framework (Oracle MAF) is a hybrid-mobile development framework that enables development teams to rapidly develop single-source applications

More information

Bringing OpenStack to the Enterprise. An enterprise-class solution ensures you get the required performance, reliability, and security

Bringing OpenStack to the Enterprise. An enterprise-class solution ensures you get the required performance, reliability, and security Bringing OpenStack to the Enterprise An enterprise-class solution ensures you get the required performance, reliability, and security INTRODUCTION Organizations today frequently need to quickly get systems

More information

Nokia for developers. Alexey Kokin. Developer Relations

Nokia for developers. Alexey Kokin. Developer Relations Nokia for developers Alexey Kokin Developer Relations alexey.kokin@nokia.com Agenda Nokia Platforms and changes due to MSFT deal WP7 Symbian Meego S40 Qt update Ovi Store update 2 Strategy shift in brief

More information

Mobile Programming. Two Scenarios Web sites, like Tuubi where you read/write/download/ upload material

Mobile Programming. Two Scenarios Web sites, like Tuubi where you read/write/download/ upload material Mobile Programming 1 Two Scenarios Web sites, like Tuubi where you read/write/download/ upload material Web Services/Sites, like Foursquare where location, device camera, etc and local processing make

More information

Introduction to Device Trust Architecture

Introduction to Device Trust Architecture Introduction to Device Trust Architecture July 2018 www.globalplatform.org 2018 GlobalPlatform, Inc. THE TECHNOLOGY The Device Trust Architecture is a security framework which shows how GlobalPlatform

More information

Transforming the way people watch TV

Transforming the way people watch TV Transforming the way people watch TV Nokia Siemens Networks Ubiquity Multiscreen TV Platform - Executive summary An open solution for delivering TV and Internet as a single service on any device over any

More information

3-Part Guide to Developing a BYOD Strategy

3-Part Guide to Developing a BYOD Strategy An IT admin s guide to implementation considerations and best practices when developing a BYOD strategy As the consumerization of IT continues to grow, so has the popularity of Bring Your Own Device (BYOD)

More information

The Kony Mobility Platform

The Kony Mobility Platform The Kony Mobility Platform The Kony Mobility Platform The platform for omni-channel app creation. The Kony Mobility Platform is an open and standards-based, integrated platform for the next generation

More information

WEB-APIs DRIVING DIGITAL INNOVATION

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

More information

Oracle Mobile Hub. Complete Mobile Platform

Oracle Mobile Hub. Complete Mobile Platform Oracle Mobile Hub Mobile is everywhere and has changed nearly every facet of our lives. The way we work, play, socialize and interact with one another have all been revolutionized by mobile devices. More

More information

BUILDING the VIRtUAL enterprise

BUILDING the VIRtUAL enterprise BUILDING the VIRTUAL ENTERPRISE A Red Hat WHITEPAPER www.redhat.com As an IT shop or business owner, your ability to meet the fluctuating needs of your business while balancing changing priorities, schedules,

More information

Mobile Technologies. Types of Apps

Mobile Technologies. Types of Apps Mobile Technologies Types of Apps What is mobile? Devices and their capabilities It s about people Fundamentally, mobile refers to the user, and not the device or the application. Barbara Ballard, Designing

More information

Creating outstanding digital cockpits with Qt Automotive Suite

Creating outstanding digital cockpits with Qt Automotive Suite Creating outstanding digital cockpits with Qt Automotive Suite Get your digital cockpit first the finish line with Qt. Embedded World 2017 Trends in cockpit digitalization require a new approach to user

More information

W3C CASE STUDY. Teamwork on Open Standards Development Speeds Industry Adoption

W3C CASE STUDY. Teamwork on Open Standards Development Speeds Industry Adoption January 2017 W3C CASE STUDY Teamwork on Open Standards Development Speeds Industry Adoption Like driving a long stretch of open road alone, standards development work can be a lonely endeavor. But with

More information

SIMPLIFYING THE CAR. Helix chassis. Helix chassis. Helix chassis WIND RIVER HELIX CHASSIS WIND RIVER HELIX DRIVE WIND RIVER HELIX CARSYNC

SIMPLIFYING THE CAR. Helix chassis. Helix chassis. Helix chassis WIND RIVER HELIX CHASSIS WIND RIVER HELIX DRIVE WIND RIVER HELIX CARSYNC W I N D R I V E R H E L I X C H A S S I S SIMPLIFYING THE WIND RIVER HELIX CHASSIS Helix Chassis brings together software, technologies, tools, and services to help automotive manufacturers unify, simplify,

More information

<Insert Picture Here> JavaFX Overview April 2010

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

More information

Tizen Overview (Tizen Ver. 2.3)

Tizen Overview (Tizen Ver. 2.3) Tizen Overview (Tizen Ver. 2.3) Spring 2015 Soo Dong Kim, Ph.D. Professor, Department of Computer Science Software Engineering Laboratory Soongsil University Office 02-820-0909 Mobile 010-7392-2220 sdkim777@gmail.com

More information

CHOOSING THE RIGHT HTML5 FRAMEWORK To Build Your Mobile Web Application

CHOOSING THE RIGHT HTML5 FRAMEWORK To Build Your Mobile Web Application BACKBONE.JS Sencha Touch CHOOSING THE RIGHT HTML5 FRAMEWORK To Build Your Mobile Web Application A RapidValue Solutions Whitepaper Author: Pooja Prasad, Technical Lead, RapidValue Solutions Contents Executive

More information

Mobile AR Hardware Futures

Mobile AR Hardware Futures Copyright Khronos Group, 2010 - Page 1 Mobile AR Hardware Futures Neil Trevett Vice President Mobile Content, NVIDIA President, The Khronos Group Two Perspectives NVIDIA - Tegra 2 mobile processor Khronos

More information

Enterprise Linux vs. Embedded Linux

Enterprise Linux vs. Embedded Linux AN INTEL COMPANY Enterprise Linux vs. Embedded Linux WHEN IT MATTERS, IT RUNS ON WIND RIVER EXECUTIVE SUMMARY The use of open source operating systems has garnered more attention in recent years for a

More information

UNLEASHING THE VALUE OF THE TERADATA UNIFIED DATA ARCHITECTURE WITH ALTERYX

UNLEASHING THE VALUE OF THE TERADATA UNIFIED DATA ARCHITECTURE WITH ALTERYX UNLEASHING THE VALUE OF THE TERADATA UNIFIED DATA ARCHITECTURE WITH ALTERYX 1 Successful companies know that analytics are key to winning customer loyalty, optimizing business processes and beating their

More information

RED HAT ENTERPRISE LINUX. STANDARDIZE & SAVE.

RED HAT ENTERPRISE LINUX. STANDARDIZE & SAVE. RED HAT ENTERPRISE LINUX. STANDARDIZE & SAVE. Is putting Contact us INTRODUCTION You know the headaches of managing an infrastructure that is stretched to its limit. Too little staff. Too many users. Not

More information

THREE-PART GUIDE TO DEVELOPING A BYOD STRATEGY WHITE PAPER FEBRUARY 2017

THREE-PART GUIDE TO DEVELOPING A BYOD STRATEGY WHITE PAPER FEBRUARY 2017 THREE-PART GUIDE TO DEVELOPING A BYOD STRATEGY WHITE PAPER FEBRUARY 2017 An IT Architect s Guide to Implementation Considerations and Best Practices When Developing a BYOD Strategy As the consumerization

More information

User Interface. Technology Domain Roadmap & Strategy. 22 February 2010 Scott Weiss, UI Technology Manager

User Interface. Technology Domain Roadmap & Strategy. 22 February 2010 Scott Weiss, UI Technology Manager User Interface Technology Domain Roadmap & Strategy S^3 S^4 22 February 2010 Scott Weiss, UI Technology Manager scottweiss@symbian.org User Interface - Overview Definition The User Interface Domain offers

More information

How Tizen Compliance Reduces Fragmentation

How Tizen Compliance Reduces Fragmentation How Tizen Compliance Reduces Fragmentation Mats Wichmann Samsung Open Source Group mats@osg.samsung.com Topics The Problem Compliance Goals State of the program Compliance Profiles Feature comparison:

More information

6 Significant reasons to embark and establish a mobile VoIP business

6 Significant reasons to embark and establish a mobile VoIP business 6 Significant reasons to embark and establish a mobile VoIP business Whether you plan to enhance your current telecom infrastructure or start a completely new enterprise, enter the world of mobile VoIP

More information

WEB DESIGN SERVICES. Google Certified Partner. In-Studio Interactive CEO: Onan Bridgewater. instudiologic.com.

WEB DESIGN SERVICES. Google Certified Partner. In-Studio Interactive CEO: Onan Bridgewater. instudiologic.com. In-Studio Interactive CEO: Onan Bridgewater instudiologic.com sales@instudiologic.com info@instudiologic.com WEB DESIGN SERVICES Google Certified Partner 1. Brand Building Engagements that Drive Sales

More information

2/27

2/27 1/27 2/27 3/27 4/27 5/27 6/27 Content diversity Open Platform 1. Platform Conversion 3D Smart TV 2. Content Service Broadband TV 3. UX & Input Device Digital TV 4. Ecosystem Analog TV Interactivity 7/27

More information

How to Evaluate a Next Generation Mobile Platform

How to Evaluate a Next Generation Mobile Platform How to Evaluate a Next Generation Mobile Platform appcelerator.com Introduction Enterprises know that mobility presents an unprecedented opportunity to transform businesses and build towards competitive

More information

Android Everywhere. Cristina Segal, EMEA Director Android Solutions GM Android testing tools

Android Everywhere. Cristina Segal, EMEA Director Android Solutions GM Android testing tools Android Everywhere Cristina Segal, EMEA Director Android Solutions GM Android testing tools Trends on connected devices* Bigger and richer computing experiences are ahead, driven by connected usages Connecting

More information

Benefits of Building HTML5 Mobile Enterprise Applications

Benefits of Building HTML5 Mobile Enterprise Applications Benefits of Building HTML5 Mobile Enterprise Applications Product Version 2.0 Table of Contents Introducing OpenText Gupta TD Mobile and HTML5... 3 Challenges of Mobile Enterprise Application Development...

More information

SAMSUNG INTERACTIVE DISPLAY. FOR CORPORATE AND PUBLIC SECTOR MEETING ROOMS

SAMSUNG INTERACTIVE DISPLAY.   FOR CORPORATE AND PUBLIC SECTOR MEETING ROOMS SAMSUNG INTERACTIVE DISPLAY FOR CORPORATE AND PUBLIC SECTOR MEETING ROOMS A powerful and uniquely flexible display to enhance engagement, interaction and collaboration. Bring a large screen touch experience

More information

JUGAT Adobe Technology Platform for Rich Internet Applications

JUGAT Adobe Technology Platform for Rich Internet Applications JUGAT Adobe Technology Platform for Rich Internet Applications Dieter Hovorka Sr.Systems Engineer Technical Sales dieter.hovorka@adobe.com May 2008 2006 Adobe Systems Incorporated. All Rights Reserved.

More information

Copyright Khronos Group Page 1. Vulkan Overview. June 2015

Copyright Khronos Group Page 1. Vulkan Overview. June 2015 Copyright Khronos Group 2015 - Page 1 Vulkan Overview June 2015 Copyright Khronos Group 2015 - Page 2 Khronos Connects Software to Silicon Open Consortium creating OPEN STANDARD APIs for hardware acceleration

More information

IGLOO AND SNOWBALL. Philippe Garnier Ecosystem program

IGLOO AND SNOWBALL. Philippe Garnier Ecosystem program IGLOO AND SNOWBALL Philippe Garnier Ecosystem program DISCLAIMER Copyright ST-Ericsson 2011. All rights reserved. The contents of this document are subject to change without prior notice. ST-Ericsson makes

More information

MOBILE DEVELOPER GUIDANCE

MOBILE DEVELOPER GUIDANCE MOBILE DEVELOPER GUIDANCE powered by SUMMARY: If you have unlimited time and money, build native apps for all mobile platforms. If you have anything less, important decisions must be made that can have

More information

Website Designs Australia

Website Designs Australia Proudly Brought To You By: Website Designs Australia Contents Disclaimer... 4 Why Your Local Business Needs Google Plus... 5 1 How Google Plus Can Improve Your Search Engine Rankings... 6 1. Google Search

More information

Mini-Summit October 26, 2011

Mini-Summit October 26, 2011 Mini-Summit October 26, 2011 Dawn Foster Open Source Community Manager for Intel @geekygirldawn dawn.m.foster@intel.com Tizen T-Shirt Contest Rules Must correctly identify the city and landmark name. This

More information

The Now Platform Reference Guide

The Now Platform Reference Guide The Now Platform Reference Guide A tour of key features and functionality START Introducing the Now Platform Digitize your business with intelligent apps The Now Platform is an application Platform-as-a-Service

More information

What Mobile Development Model is Right for You?

What Mobile Development Model is Right for You? What Mobile Development Model is Right for You? An analysis of the pros and cons of Responsive Web App, Hybrid App I - Hybrid Web App, Hybrid App II - Hybrid Mixed App and Native App Contents Mobile Development

More information

Making The Future Java

Making The Future Java Making The Future Java Dalibor Topić (@robilad) Principal Product Manager October 18th, 2013 - HrOUG, Rovinj 1 The following is intended to outline our general product direction. It is intended for information

More information

Meet Crosswalk New HTML5 Runtime. Sakari Poussa Intel

Meet Crosswalk New HTML5 Runtime. Sakari Poussa Intel Meet Crosswalk New HTML5 Runtime Sakari Poussa Intel Outline What is Crosswalk and why do we need it? Architecture how Crosswalk is constructed? Features for Tizen 3.0 How to Contribute Demo 2 What and

More information

Contents. The Mobile Delivery Gap The Choice to Go Hybrid What is a Hybrid App? Comparing Hybrid vs. Native Why Hybrid?...

Contents. The Mobile Delivery Gap The Choice to Go Hybrid What is a Hybrid App? Comparing Hybrid vs. Native Why Hybrid?... Contents The Mobile Delivery Gap...03 The Choice to Go Hybrid...04 What is a Hybrid App?...05 Comparing Hybrid vs. Native...06 Why Hybrid?...07 Why Native?...13 A Little About Ionic...17 Testimonials...18

More information

Team Up: Contributing to the Tizen Platform. Narasimha Swamy Sanjay NM

Team Up: Contributing to the Tizen Platform. Narasimha Swamy Sanjay NM Team Up: Contributing to the Tizen Platform Narasimha Swamy Sanjay NM YOUR Contributions MATTER to the SUCCESS of Tizen platform Agenda About Tizen OSS Ways of Contribution Tizen 3.0 Governance Model Tools,

More information

Case study on PhoneGap / Apache Cordova

Case study on PhoneGap / Apache Cordova Chapter 1 Case study on PhoneGap / Apache Cordova 1.1 Introduction to PhoneGap / Apache Cordova PhoneGap is a free and open source framework that allows you to create mobile applications in a cross platform

More information

Delivering Superior Self Service with Open Standards

Delivering Superior Self Service with Open Standards IP Telephony Contact Centers Mobility Services WHITE PAPER Delivering Superior Self Service with Open Standards VoiceXML and the Future of Services Oriented Architectures May 2005 Table of Contents Section

More information

Automating Publishing Workflows through Standardization. XML Publishing with SDL

Automating Publishing Workflows through Standardization. XML Publishing with SDL Automating Publishing Workflows through. XML Publishing with SDL sdl.com Automating Publishing Workflows through This white paper provides our perspective on the use of XML standards in managing styles

More information

<Insert Picture Here> JavaFX 2.0

<Insert Picture Here> JavaFX 2.0 1 JavaFX 2.0 Dr. Stefan Schneider Chief Technologist ISV Engineering The following is intended to outline our general product direction. It is intended for information purposes only,

More information

a white paper from Corel Corporation

a white paper from Corel Corporation a white paper from Corel Corporation This document is for discussion purposes only. The products and processes are still under development. The information presented is therefore subject to change without

More information

Connect and Transform Your Digital Business with IBM

Connect and Transform Your Digital Business with IBM Connect and Transform Your Digital Business with IBM 1 MANAGEMENT ANALYTICS SECURITY MobileFirst Foundation will help deliver your mobile apps faster IDE & Tools Mobile App Builder Development Framework

More information

Implementing ITIL v3 Service Lifecycle

Implementing ITIL v3 Service Lifecycle Implementing ITIL v3 Lifecycle WHITE PAPER introduction GSS INFOTECH IT services have become an integral means for conducting business for all sizes of businesses, private and public organizations, educational

More information

Cisco Smart+Connected Communities

Cisco Smart+Connected Communities Brochure Cisco Smart+Connected Communities Helping Cities on Their Digital Journey Cities worldwide are becoming digital or are evaluating strategies for doing so in order to make use of the unprecedented

More information

Run the business. Not the risks.

Run the business. Not the risks. Run the business. Not the risks. RISK-RESILIENCE FOR THE DIGITAL BUSINESS Cyber-attacks are a known risk to business. Today, with enterprises becoming pervasively digital, these risks have grown multifold.

More information

GENIVI Korea Summit 2013 Compliance Program & Works with GENIVI

GENIVI Korea Summit 2013 Compliance Program & Works with GENIVI GENIVI Korea Summit 2013 Compliance Program & Works with GENIVI John Lehmann Sr. Marketing Manager / Board Member Mentor Graphics Pavel Konopelko Software Architect / SAT Lead Visteon Dashboard image reproduced

More information

UTAP UNIFIED TEST AUTOMATION PLATFORM

UTAP UNIFIED TEST AUTOMATION PLATFORM www.hcltech.com UNIFIED TEST AUTOMATION PLATFORM A platform to automate complex end to end test cases UNIFIED TEST AUTOMATION PLATFORM The Journey of HCL s Telecom Media & Entertainment Business vertical

More information

Tools to Develop New Linux Applications

Tools to Develop New Linux Applications Tools to Develop New Linux Applications IBM Software Development Platform Tools for every member of the Development Team Supports best practices in Software Development Analyst Architect Developer Tester

More information

EASY CONNECT Give your guests the at home content streaming experience.

EASY CONNECT Give your guests the at home content streaming experience. EASY CONNECT Give your guests the at home content streaming experience. o Otrum Enterprise with guest device connectivity. o In-room communication and marketing using the guest s own language. o Revenue

More information

Qt a Framework for the Multi-Screen World

Qt a Framework for the Multi-Screen World Qt a Framework for the Multi-Screen World Nils Christian Roscher-Nielsen The Qt Company 1 Who am I? Nils Christian Roscher-Nielsen 6 years with Qt (Trolltech) Nokia Digia The Qt Company Norwegian University

More information

OPENING THE DOOR TO THE SMART CITY KEY PRIORITIES AND PROVEN BEST PRACTICES FROM MAJOR CITIES WORLDWIDE

OPENING THE DOOR TO THE SMART CITY KEY PRIORITIES AND PROVEN BEST PRACTICES FROM MAJOR CITIES WORLDWIDE OPENING THE DOOR TO THE SMART CITY KEY PRIORITIES AND PROVEN BEST PRACTICES FROM MAJOR CITIES WORLDWIDE By 2030, 60 percent of the world s population will live in cities. As these cities get even larger

More information

BlackPearl Customer Created Clients Using Free & Open Source Tools

BlackPearl Customer Created Clients Using Free & Open Source Tools BlackPearl Customer Created Clients Using Free & Open Source Tools December 2017 Contents A B S T R A C T... 3 I N T R O D U C T I O N... 3 B U L D I N G A C U S T O M E R C R E A T E D C L I E N T...

More information

Daniel Appelquist 22 April The Emerging Widgets Ecosystem

Daniel Appelquist 22 April The Emerging Widgets Ecosystem Daniel Appelquist 22 April 2009 The Emerging Widgets Ecosystem Contents 1. Intro 2. The mobile Web, past present and future 3. What s in a Widget? 4. Vodafone s Widgets Beta (and how to win 20,000) 5.

More information

JUST WHAT THE DOCTOR ORDERED: A SOLUTION FOR SMARTER THERAPEUTIC DEVICES PLACEHOLDER IMAGE INNOVATORS START HERE.

JUST WHAT THE DOCTOR ORDERED: A SOLUTION FOR SMARTER THERAPEUTIC DEVICES PLACEHOLDER IMAGE INNOVATORS START HERE. JUST WHAT THE DOCTOR ORDERED: A SOLUTION FOR SMARTER THERAPEUTIC DEVICES PLACEHOLDER IMAGE INNOVATORS START HERE. EXECUTIVE SUMMARY There s little question that advances in therapeutic technologies have

More information

IBM SPSS Statistics and open source: A powerful combination. Let s go

IBM SPSS Statistics and open source: A powerful combination. Let s go and open source: A powerful combination Let s go The purpose of this paper is to demonstrate the features and capabilities provided by the integration of IBM SPSS Statistics and open source programming

More information

The ROI of UI Toolkit Standardization

The ROI of UI Toolkit Standardization The ROI of UI Toolkit Standardization Whitepaper Introduction 1 Buy vs. Build 2 The ROI of Standardization 3 The ROI of Infragistics as your UX Team 3-4 Leveraged Learning 4 The Overall Value of Standardization

More information

Extending the value of your current collaboration investments now and in the future

Extending the value of your current collaboration investments now and in the future Extending the value of your current collaboration investments now and in the future Simon Lee ASEAN Lotus Technical Manager 2007 IBM Corporation IBM Lotus collaboration product strategy Rich client Microsoft

More information

A Novel Approach to IVI

A Novel Approach to IVI 2012 Tieto Corporation A Novel Approach to IVI Based on Android Thomas B. Ruecker FOSS Evangelist Tieto, thomas.ruecker@tieto.com The presenter Thomas B. Rücker Open Source Evangelist Drives forward Linux

More information

GlobalPlatform Trusted Execution Environment (TEE) for Mobile

GlobalPlatform Trusted Execution Environment (TEE) for Mobile GlobalPlatform Trusted Execution Environment (TEE) for Mobile Kevin Gillick Executive Director, GlobalPlatform @GlobalPlatform_ www.linkedin.com/company/globalplatform GlobalPlatform Overview GlobalPlatform

More information

E X E C U T I V E B R I E F

E X E C U T I V E B R I E F Create a Better Way to Work: OpenText Suite 16 & OpenText Cloud 16 Over the next five years, executives expect digital disruption to displace four out of 10 incumbents or 40 percent of established market

More information

AR Standards Update Austin, March 2012

AR Standards Update Austin, March 2012 AR Standards Update Austin, March 2012 Neil Trevett President, The Khronos Group Vice President Mobile Content, NVIDIA Copyright Khronos Group, 2012 - Page 1 Topics Very brief overview of Khronos Update

More information

Web & Automotive. Paris, April Dave Raggett

Web & Automotive. Paris, April Dave Raggett Web & Automotive Paris, April 2012 Dave Raggett 1 Aims To discuss potential for Web Apps in cars Identify what kinds of Web standards are needed Discuss plans for W3C Web & Automotive Workshop

More information

Qt in MeeGo. Zhang Chi Manager of Qt & MeeGo ecosystem, Greater China

Qt in MeeGo. Zhang Chi Manager of Qt & MeeGo ecosystem, Greater China Qt in MeeGo Zhang Chi Manager of Qt & MeeGo ecosystem, Greater China Agenda Why you need to know Qt How Qt Makes Developer s lives easier How Qt&MeeGo fit into N-Screen world MeeGo is the next big thing

More information

Khronos and the Mobile Ecosystem

Khronos and the Mobile Ecosystem Copyright Khronos Group, 2011 - Page 1 Khronos and the Mobile Ecosystem Neil Trevett VP Mobile Content, NVIDIA President, Khronos Copyright Khronos Group, 2011 - Page 2 Topics It s not just about individual

More information

Executive brief Create a Better Way to Work: OpenText Release 16

Executive brief Create a Better Way to Work: OpenText Release 16 Executive brief Create a Better Way to Work: OpenText Release 16 Over the next five years, executives expect digital disruption to displace four out of 10 incumbents or 40 percent of established market

More information

The office for the anywhere worker!!! Your LCB SOFTPHONE: A powerful new take on the all-in-one for a more immersive experience.

The office for the anywhere worker!!! Your LCB SOFTPHONE: A powerful new take on the all-in-one for a more immersive experience. The office for the anywhere worker!!! Your LCB SOFTPHONE: A powerful new take on the all-in-one for a more immersive experience. LCB SOFTPHONE FOR SALESFORCE Combine real-time communications and tracking

More information

Enhancing and Extending Microsoft SharePoint 2013 for Secure Mobile Access and Management

Enhancing and Extending Microsoft SharePoint 2013 for Secure Mobile Access and  Management SharePoint 2013 and Colligo Apps Enhancing and Extending Microsoft SharePoint 2013 for Secure Mobile Access and Email Management SharePoint 2013 is the latest release of Microsoft s leading business collaboration

More information

Building Digital Key Solution for Automotive

Building Digital Key Solution for Automotive Building Digital Key Solution for Automotive Content Overview Use Cases Unlocking Use Cases Key Provisioning Use Cases Key Sharing Use Cases Key Properties High Level Architecture and Related Standards

More information

A global open source ecosystem for power systems

A global open source ecosystem for power systems A global open source ecosystem for power systems Fostering the digitalisation of energy The energy sector is meeting the global challenge of climate change by embracing decarbonisation, decentralisation,

More information

THE JOURNEY OVERVIEW THREE PHASES TO A SUCCESSFUL MIGRATION ADOPTION ACCENTURE IS 80% IN THE CLOUD

THE JOURNEY OVERVIEW THREE PHASES TO A SUCCESSFUL MIGRATION ADOPTION ACCENTURE IS 80% IN THE CLOUD OVERVIEW Accenture is in the process of transforming itself into a digital-first enterprise. Today, Accenture is 80 percent in a public cloud. As the journey continues, Accenture shares its key learnings

More information

An introduction to Headless Content Management Systems

An introduction to Headless Content Management Systems WHITEPAPER An introduction to Headless Content Management Systems John Winter, Co-Founder, Content Bloom Introduction Surfing web content used to be limited to desktop computers. This has drastically changed

More information

Adobe Connect 8 Improve collaboration, complete work faster, and drive better results

Adobe Connect 8 Improve collaboration, complete work faster, and drive better results Adobe Connect Solution Brief Adobe Connect 8 Improve collaboration, complete work faster, and drive better results Top benefits Easier to use Better collaboration Richer audio and video experiences Improved

More information

Silicon Labs Corporate Overview

Silicon Labs Corporate Overview Silicon Labs Corporate Overview APRIL 2018 The leader in silicon, software and solutions for a smarter, more connected world. A World-Class Design Culture In 1996, a visionary group of engineers pioneered

More information

PeopleSoft Applications Portal and WorkCenter Pages

PeopleSoft Applications Portal and WorkCenter Pages An Oracle White Paper April, 2011 PeopleSoft Applications Portal and WorkCenter Pages Creating a Compelling User Experience Introduction... 3 Creating a Better User Experience... 4 User Experience Possibilities...

More information

Control-M and Payment Card Industry Data Security Standard (PCI DSS)

Control-M and Payment Card Industry Data Security Standard (PCI DSS) Control-M and Payment Card Industry Data Security Standard (PCI DSS) White paper PAGE 1 OF 16 Copyright BMC Software, Inc. 2016 Contents Introduction...3 The Need...3 PCI DSS Related to Control-M...4 Control-M

More information

THE RTOS AS THE ENGINE POWERING THE INTERNET OF THINGS

THE RTOS AS THE ENGINE POWERING THE INTERNET OF THINGS THE RTOS AS THE ENGINE POWERING THE INTERNET OF THINGS By Bill Graham and Michael Weinstein WHEN IT MATTERS, IT RUNS ON WIND RIVER EXECUTIVE SUMMARY Driven by the convergence of cloud technology, rapidly

More information

New Zealand Government IBM Infrastructure as a Service

New Zealand Government IBM Infrastructure as a Service New Zealand Government IBM Infrastructure as a Service A world class agile cloud infrastructure designed to provide quick access to a security-rich, enterprise-class virtual server environment. 2 New Zealand

More information

BlackBerry Apps Experience. Everything You Need to Know and More.

BlackBerry Apps Experience. Everything You Need to Know and More. { BlackBerry Apps Experience Everything You Need to Know and More. Agenda BlackBerry Application Ecosystems Rules of the Road to Mobility Steps to App World Success Do-It-Yourself Apps with Major Impact

More information