The document discusses emerging HTML5 communication technologies and their impact. It covers new technologies like WebSockets and EventSource that enable real-time bidirectional and server-sent events between web apps and servers. It argues this will influence native apps and lead to more interconnected, adaptive and synchronized web experiences across different screens.
This document summarizes location and mapping APIs available from Ericsson Labs for open innovation. It describes APIs for mobile and web maps powered by OpenStreetMap data, as well as APIs for mobile and web location services. It also briefly describes a 3D landscape API and a Mobile OSM Creator application for contributing to OpenStreetMap. The goal is to support developers in creating new location-based innovations using these free and open APIs.
Ericsson Labs is a website primarily provided to you as a developer and innovator of new applications where we will provide you early prototypes of new enabling technologies for you to experiment with.
The Web Background service enables web applications to run partly in the background, even when the browser is not running. The part of the JavaScript code that is executed in the background can use APIs such as XMLHttpRequest to communicate over the network and Web Notifications to get the user's attention.
With the Network Probe application you can measure certain characteristics of the NAT (Network Address Translator) or firewall between your application and a server on the Internet. To understand these characteristics is important for applications relying on having information pushed form a server to a client. You can also study the measurements performed by others to get a broader understanding of these characteristics.
This document discusses prototyping sensors and actuators with Wi-Fi connectivity for use in monitoring and controlling devices remotely. It outlines several sensor and actuator components that can connect to a central HUB configuration unit wirelessly, including current sensors, temperature sensors, light sensors, wind sensors, and power switches that allow remote control and monitoring of systems over Wi-Fi.
This set of APIs provides a suite of tools for reading, storing and manipulating sensor descriptions and data. The tools provide descriptions and data in high-level standardized formats such as OGC SWE SensorML and OGC Observations and Measurements, which can be used in a variety of applications.
The document discusses digital production and provides guidance on planning, building, and producing digital projects. It covers topics like software development, digital advertising, planning documents and tools, the project lifecycle and team roles, and quality assurance testing. Production best practices emphasized include collaborating with experts, reverse engineering similar projects, and verifying technical feasibility before designing experiences.
BIMserver presentation at Digital Mix, BuildingSMART week CopenhagenL¨¦on Berlo
?
TNO is a large Dutch research organization focused on innovation. It developed the open source BIMserver software to enable centralized collaboration on BIM models using open standards like IFC. The BIMserver allows multiple users to access and work with the latest BIM information in real-time. It has features like merging models, change tracking, querying, and online viewing. An growing community of organizations and developers contribute to its ongoing development.
The document discusses JavaScript toolkits and how they fill gaps in browser support. It focuses on the Dojo toolkit, its goals of providing modular, efficient code to enhance browser functionality, and how it has evolved from early versions to support new standards like HTML5. The document outlines features of Dojo like DOM manipulation, Ajax, graphics, and mobile support. It also introduces three mobile projects from the Dojo Foundation for different platforms.
This document discusses HTML5 apps and different approaches for building cross-platform apps, including PhoneGap, W3C Widgets, and other runtimes. It notes that HTML5 apps can access device APIs like the camera and GPS through frameworks like PhoneGap. It also summarizes pros and cons of different approaches, such as PhoneGap providing access to many device APIs but not being a standard, and W3C Widgets being very simple to create but only supporting a few APIs.
Mobile Development with uPortal and Infusioncolinbdclark
?
A half-day, code-oriented workshop teaching developers how to build mobile applications using Infusion and the mobile Fluid Skinning System. Includes advice on performance optimization and techniques for using the open Web to reach more users on more devices.
The document discusses HTML5 apps and how they can be used to create mobile applications. Some key points include:
- HTML5 apps are web applications that can be deployed as widgets and access native device capabilities through widget runtimes. They allow creating cross-platform apps using web technologies.
- Widget runtimes like W3C and PhoneGap allow packaging HTML5 apps to work across different mobile platforms. They provide access to device features like the camera and contacts.
- Many mobile browsers now support HTML5, enabling the creation of "native-like" apps using standards-based web technologies without native app stores. This lowers the barrier for developers.
Dylan Schiemann of SitePen gave a presentation on Dojo Mobile at the JavaScript MiniConf in September 2010. He discussed Dojo's goals of being modular, extensible, powerful, and standards-compliant. He then described three Dojo Foundation mobile projects: WINK Toolkit for innovative mobile UIs, EmbedJS for a stripped-down Dojo on mobile, and DojoX Mobile for stable mobile support within Dojo. The projects have contributions from various companies and individuals.
The presentation supported the speech by Stefano Linguerri, JBoss Consultant, at Eclipse Day 2010 in Rome (5th October 2010). http://www.spagoworld.org/openevents/
The Open Source Screen Reader SUE ¨C Access for the Blind by means of Training...AEGIS-ACCESSIBLE Projects
?
The document discusses the SUE open source screen reader project. It aims to develop a free screen reader for Linux to support office tasks, and provide training materials for teachers and visually impaired students. SUE works with Ubuntu distributions and GNOME software. It supports applications like OpenOffice, Evolution and Firefox. Training materials are available in several languages to teach users how to operate SUE and accessibility software. Future work includes adapting SUE for new versions of Ubuntu and applications.
This document discusses connecting smart things through web services orchestrations. It proposes representing each thing as a web service and connecting their functionalities by defining "pipes" between services. Pipes would be described and executed using WS-BPEL to orchestrate the connection. Users could compose pipes by importing things discovered through their smartphone cameras reading QR tags, and selecting which functionalities to connect. The approach aims to foster new applications by enabling simple mechanisms for users to connect and program things in a web of things.
This document discusses PhoneGap, an open source framework that allows developers to build native mobile apps using web technologies like HTML, CSS, and JavaScript. PhoneGap allows apps to be built once and deployed across multiple platforms including iOS, Android, BlackBerry and others. It provides access to device hardware and features while still allowing apps to be distributed through platform app stores. The document outlines what PhoneGap is, how it works, what technologies it supports, and limitations around performance for certain app types.
Esteban Lorenzano presents Reef, a Javascript/Ajax component framework for Seaside. Reef allows developers to build Ajax interactions into Seaside applications using a transparent component model. It uses a dispatcher architecture with jQuery and supports callbacks, context, decorations, and plugins to extend components. Developers are encouraged to try Reef and provide feedback.
The core principles behind Responsive Web Design at BBC News (http://m.bbc.co.uk/news).
Talk given at SudWeb 2013 (http://www.sudweb.fr/2013) in French (http://www.slideshare.net/kaelig/sudweb-2013) on May 17th, followed by the London Greewich University (in English) on May 24th.
The "Cutting the Mustard" technique is well documented on the Responsive News blog: http://responsivenews.co.uk/post/18948466399/cutting-the-mustard
W3C Widgets: Apps made with Web Standardsbrucelawson
?
W3C Widgets are applications developed with web standards that can run across different mobile platforms using the browser engine. A widget consists of an index.html file, assets, and a config.xml file packaged into a .wgt file. Widgets take advantage of HTML5 features like the Application Cache, WebSQL storage, and local storage. They can run on browser runtimes including Opera Mobile, Widgeon, Windows Mobile 6.5, Nokia Qt Web Runtime, and Apache Wookie. The W3C is working to define JavaScript APIs for contacts, calendar, media capture, and messaging to provide more capabilities to widgets.
This document discusses Comet and web sockets. Comet refers to techniques for long-lived HTTP connections to allow real-time data transmission from server to browser. Common Comet methods include long-polling, forever frames, and callback polling. Web sockets provide bi-directional communication over a single TCP connection and are being standardized by the W3C, addressing limitations of Comet techniques. The document provides examples of implementing Comet using Dojo and discusses related topics like Comet servers, protocols, and clients.
Web Development With Ruby - From Simple To ComplexBrian Hogan
?
Beyond the massive hype of Ruby on Rails, there's an amazing world of frameworks, DSLs, and libraries that make the Ruby language a compelling choice when working on the web. In this talk, you'll get a chance to see how to use Ruby to quickly build a static web site, create complex stylesheets with ease, build a simple web service, crete a simple Websocket server, and test your existing applications. Finally, you'll see a few of the ways Rails really can make developing complex applications easier, from advanced database querying to rendering views in multiple formats.
The document discusses HTML5 apps and widgets for mobile devices. It covers topics like JavaScript, CSS, cross-platform development using tools like PhoneGap, differences between W3C widgets and other specifications, and how widgets can access device capabilities. EmbedJS is presented as a tool for building cross-platform widgets using Dojo, and it supports generating code for different mobile platforms from a single codebase.
Using the Converting Media API enables you to provide adjusted multimedia files in your service or application to almost any device. It allows you to generate from one original media file different versions which can be adapted in size, codec and format to the requirement of the target device. The exposed REST - API offers an easy integration in your services and applications.
The document discusses an EventSource emulation enabler that allows the EventSource API to be used in browsers that do not natively support server-sent events. The enabler provides a simple pushed messaging API for web applications. When more browsers implement EventSource natively, applications will automatically start using the native implementation instead of the emulation. Examples are provided for how to use the enabler client-side and serve events from the server.
More Related Content
Similar to OvertheAir 2010 html5 impact on application programming (20)
BIMserver presentation at Digital Mix, BuildingSMART week CopenhagenL¨¦on Berlo
?
TNO is a large Dutch research organization focused on innovation. It developed the open source BIMserver software to enable centralized collaboration on BIM models using open standards like IFC. The BIMserver allows multiple users to access and work with the latest BIM information in real-time. It has features like merging models, change tracking, querying, and online viewing. An growing community of organizations and developers contribute to its ongoing development.
The document discusses JavaScript toolkits and how they fill gaps in browser support. It focuses on the Dojo toolkit, its goals of providing modular, efficient code to enhance browser functionality, and how it has evolved from early versions to support new standards like HTML5. The document outlines features of Dojo like DOM manipulation, Ajax, graphics, and mobile support. It also introduces three mobile projects from the Dojo Foundation for different platforms.
This document discusses HTML5 apps and different approaches for building cross-platform apps, including PhoneGap, W3C Widgets, and other runtimes. It notes that HTML5 apps can access device APIs like the camera and GPS through frameworks like PhoneGap. It also summarizes pros and cons of different approaches, such as PhoneGap providing access to many device APIs but not being a standard, and W3C Widgets being very simple to create but only supporting a few APIs.
Mobile Development with uPortal and Infusioncolinbdclark
?
A half-day, code-oriented workshop teaching developers how to build mobile applications using Infusion and the mobile Fluid Skinning System. Includes advice on performance optimization and techniques for using the open Web to reach more users on more devices.
The document discusses HTML5 apps and how they can be used to create mobile applications. Some key points include:
- HTML5 apps are web applications that can be deployed as widgets and access native device capabilities through widget runtimes. They allow creating cross-platform apps using web technologies.
- Widget runtimes like W3C and PhoneGap allow packaging HTML5 apps to work across different mobile platforms. They provide access to device features like the camera and contacts.
- Many mobile browsers now support HTML5, enabling the creation of "native-like" apps using standards-based web technologies without native app stores. This lowers the barrier for developers.
Dylan Schiemann of SitePen gave a presentation on Dojo Mobile at the JavaScript MiniConf in September 2010. He discussed Dojo's goals of being modular, extensible, powerful, and standards-compliant. He then described three Dojo Foundation mobile projects: WINK Toolkit for innovative mobile UIs, EmbedJS for a stripped-down Dojo on mobile, and DojoX Mobile for stable mobile support within Dojo. The projects have contributions from various companies and individuals.
The presentation supported the speech by Stefano Linguerri, JBoss Consultant, at Eclipse Day 2010 in Rome (5th October 2010). http://www.spagoworld.org/openevents/
The Open Source Screen Reader SUE ¨C Access for the Blind by means of Training...AEGIS-ACCESSIBLE Projects
?
The document discusses the SUE open source screen reader project. It aims to develop a free screen reader for Linux to support office tasks, and provide training materials for teachers and visually impaired students. SUE works with Ubuntu distributions and GNOME software. It supports applications like OpenOffice, Evolution and Firefox. Training materials are available in several languages to teach users how to operate SUE and accessibility software. Future work includes adapting SUE for new versions of Ubuntu and applications.
This document discusses connecting smart things through web services orchestrations. It proposes representing each thing as a web service and connecting their functionalities by defining "pipes" between services. Pipes would be described and executed using WS-BPEL to orchestrate the connection. Users could compose pipes by importing things discovered through their smartphone cameras reading QR tags, and selecting which functionalities to connect. The approach aims to foster new applications by enabling simple mechanisms for users to connect and program things in a web of things.
This document discusses PhoneGap, an open source framework that allows developers to build native mobile apps using web technologies like HTML, CSS, and JavaScript. PhoneGap allows apps to be built once and deployed across multiple platforms including iOS, Android, BlackBerry and others. It provides access to device hardware and features while still allowing apps to be distributed through platform app stores. The document outlines what PhoneGap is, how it works, what technologies it supports, and limitations around performance for certain app types.
Esteban Lorenzano presents Reef, a Javascript/Ajax component framework for Seaside. Reef allows developers to build Ajax interactions into Seaside applications using a transparent component model. It uses a dispatcher architecture with jQuery and supports callbacks, context, decorations, and plugins to extend components. Developers are encouraged to try Reef and provide feedback.
The core principles behind Responsive Web Design at BBC News (http://m.bbc.co.uk/news).
Talk given at SudWeb 2013 (http://www.sudweb.fr/2013) in French (http://www.slideshare.net/kaelig/sudweb-2013) on May 17th, followed by the London Greewich University (in English) on May 24th.
The "Cutting the Mustard" technique is well documented on the Responsive News blog: http://responsivenews.co.uk/post/18948466399/cutting-the-mustard
W3C Widgets: Apps made with Web Standardsbrucelawson
?
W3C Widgets are applications developed with web standards that can run across different mobile platforms using the browser engine. A widget consists of an index.html file, assets, and a config.xml file packaged into a .wgt file. Widgets take advantage of HTML5 features like the Application Cache, WebSQL storage, and local storage. They can run on browser runtimes including Opera Mobile, Widgeon, Windows Mobile 6.5, Nokia Qt Web Runtime, and Apache Wookie. The W3C is working to define JavaScript APIs for contacts, calendar, media capture, and messaging to provide more capabilities to widgets.
This document discusses Comet and web sockets. Comet refers to techniques for long-lived HTTP connections to allow real-time data transmission from server to browser. Common Comet methods include long-polling, forever frames, and callback polling. Web sockets provide bi-directional communication over a single TCP connection and are being standardized by the W3C, addressing limitations of Comet techniques. The document provides examples of implementing Comet using Dojo and discusses related topics like Comet servers, protocols, and clients.
Web Development With Ruby - From Simple To ComplexBrian Hogan
?
Beyond the massive hype of Ruby on Rails, there's an amazing world of frameworks, DSLs, and libraries that make the Ruby language a compelling choice when working on the web. In this talk, you'll get a chance to see how to use Ruby to quickly build a static web site, create complex stylesheets with ease, build a simple web service, crete a simple Websocket server, and test your existing applications. Finally, you'll see a few of the ways Rails really can make developing complex applications easier, from advanced database querying to rendering views in multiple formats.
The document discusses HTML5 apps and widgets for mobile devices. It covers topics like JavaScript, CSS, cross-platform development using tools like PhoneGap, differences between W3C widgets and other specifications, and how widgets can access device capabilities. EmbedJS is presented as a tool for building cross-platform widgets using Dojo, and it supports generating code for different mobile platforms from a single codebase.
Using the Converting Media API enables you to provide adjusted multimedia files in your service or application to almost any device. It allows you to generate from one original media file different versions which can be adapted in size, codec and format to the requirement of the target device. The exposed REST - API offers an easy integration in your services and applications.
The document discusses an EventSource emulation enabler that allows the EventSource API to be used in browsers that do not natively support server-sent events. The enabler provides a simple pushed messaging API for web applications. When more browsers implement EventSource natively, applications will automatically start using the native implementation instead of the emulation. Examples are provided for how to use the enabler client-side and serve events from the server.
The Mobile Identification enabler provides you with the opportunity to develop Identification enabled web applications. Your applications can identify customers' mobile phone number or its alias and then provide personalized contents, by means of this enabler. That would greatly boost user experiences of your web applications.
The Face Detector API provides you as a developer with means of locating faces in an image taken by mobile devices. It provides information of if there are faces in the image or not, how many and where they are positioned. These information can then be used to develop mobile applications that are not only limited to face detector but also required to have face detector as a pre-processing step.
The Web Connectivity API allows you to quickly and easily connect and send messages between your mobile or desktop web applications, pages and servers, using a unified addressing and messaging system. The API consists of a JavaScript? library for client development and simple HTTP interface allowing you to connect your web servers. We also provide a Web Connectivity Ruby on Rails plugin for rapid web application development.
The 3D Landscape API makes it possible to create innovative applications with realistic maps rendered in 3D. The downloadable software development kit provides simple access to functionality for retrieving, displaying and interacting with 3D maps in your application.
The Mobile Location API provides you as a developer with client-side positioning. There are a number of ways to find the position of an end-user¡¯s mobile phone, one of those is cell-ID which is the basis for this Mobile Location API. With cell-ID look-up you send the current cell-ID of the user's mobile phone and translate that cell-ID into a geographical position.
The document summarizes Ericsson Labs' offerings for developers. It provides APIs, hosting, and testing resources to support developers in creating mobile applications. Key APIs highlighted include Mobile Java Push for file push notifications, a Communication Framework for device communication, and Mobile and Web Maps APIs. The goal is to simplify development and allow experimentation with new technologies through beta APIs and hosting from Ericsson Labs and partner operators.
Ericsson Labs provides an innovation portal and backend support to help developers create new applications. The portal offers APIs, hosting, and a showroom to publish applications. It aims to simplify development by providing access to Ericsson's commercial operator channels and capabilities through multi-media brokering and beta enablers for testing. The goal is to support open innovation by giving developers resources to learn, build innovations, and find business opportunities.
The IMS framework on Ericsson Labs is to build Java or Android based mobile applications or RESTful based PC client applications with messaging, presence on top of IMS/SIP.
Java on AWS Without the Headaches - Fast Builds, Cheap Deploys, No KubernetesVictorSzoltysek
?
Java Apps on AWS Without the Headaches: Fast Builds, Cheap Deploys, No Kubernetes
Let¡¯s face it: the cloud has gotten out of hand. What used to be simple¡ªdeploying your Java app¡ªhas become a maze of slow builds, tedious deploys, and eye-watering AWS bills. But here¡¯s the thing: it doesn¡¯t have to be this way. Every minute you spend waiting on builds or wrestling with unnecessary cloud complexity is a minute you¡¯re not building the features your customers actually care about.
In this talk, I¡¯ll show you how to go from a shiny new Java app to production in under 10 minutes¡ªwith fast builds, cheap deploys, and zero downtime. We¡¯ll go deep into optimizing builds with Gradle (it¡¯s time to leave Maven in the dust), parallelization strategies, and smarter caching mechanics that make your CI/CD pipelines fly. From there, we¡¯ll review the dozen+ ways AWS lets you deploy apps and cut through the chaos to find the solutions that work best for lean, fast, cost-effective pipelines. Spoiler: ECS and EKS usually aren¡¯t the answer. Oh, and I¡¯ll even show you how AI tools like AWS Bedrock can help streamline your processes further, so you can automate what should already be automatic.
This talk is for developers fed up with the cost, complexity, and friction of modern cloud setups¡ªor those who long for the simplicity of the Heroku/Beanstalk/PCF days when deploying to the cloud wasn¡¯t a headache. Whether you¡¯re on AWS, Azure, or GCP, you¡¯ll learn actionable, cloud-agnostic tips to build faster, deploy cheaper, and refocus on what matters most: delivering value to your users.
Packaging your App for AppExchange ¨C Managed Vs Unmanaged.pptxmohayyudin7826
?
Learn how to package your app for Salesforce AppExchange with a deep dive into managed vs. unmanaged packages. Understand the best strategies for ISV success and choosing the right approach for your app development goals.
Automated Engineering of Domain-Specific Metamorphic Testing EnvironmentsPablo G¨®mez Abajo
?
Context. Testing is essential to improve the correctness of software systems. Metamorphic testing (MT) is an approach especially suited when the system under test lacks oracles, or they are expensive to compute. However, building an MT environment for a particular domain (e.g., cloud simulation, model transformation, machine learning) requires substantial effort.
Objective. Our goal is to facilitate the construction of MT environments for specific domains.
Method. We propose a model-driven engineering approach to automate the construction of MT environments. Starting from a meta-model capturing the domain concepts, and a description of the domain execution environment, our approach produces an MT environment featuring comprehensive support for the MT process. This includes the definition of domain-specific metamorphic relations, their evaluation, detailed reporting of the testing results, and the automated search-based generation of follow-up test cases.
Results. Our method is supported by an extensible platform for Eclipse, called Gotten. We demonstrate its effectiveness by creating an MT environment for simulation-based testing of data centres and comparing with existing tools; its suitability to conduct MT processes by replicating previous experiments; and its generality by building another MT environment for video streaming APIs.
Conclusion. Gotten is the first platform targeted at reducing the development effort of domain-specific MT environments. The environments created with Gotten facilitate the specification of metamorphic relations, their evaluation, and the generation of new test cases.
This presentation, delivered at Boston Code Camp 38, explores scalable multi-agent AI systems using Microsoft's AutoGen framework. It covers core concepts of AI agents, the building blocks of modern AI architectures, and how to orchestrate multi-agent collaboration using LLMs, tools, and human-in-the-loop workflows. Includes real-world use cases and implementation patterns.
GDG Cloud Southlake #41: Shay Levi: Beyond the Hype:How Enterprises Are Using AIJames Anderson
?
Beyond the Hype: How Enterprises Are Actually Using AI
Webinar Abstract:
AI promises to revolutionize enterprises - but what¡¯s actually working in the real world? In this session, we cut through the noise and share practical, real-world AI implementations that deliver results. Learn how leading enterprises are solving their most complex AI challenges in hours, not months, while keeping full control over security, compliance, and integrations. We¡¯ll break down key lessons, highlight recent use cases, and show how Unframe¡¯s Turnkey Enterprise AI Platform is making AI adoption fast, scalable, and risk-free.
Join the session to get actionable insights on enterprise AI - without the fluff.
Bio:
Shay Levi is the Co-Founder and CEO of Unframe, a company redefining enterprise AI with scalable, secure solutions. Previously, he co-founded Noname Security and led the company to its $500M acquisition by Akamai in just four years. A proven innovator in cybersecurity and technology, he specializes in building transformative solutions.
UiPath NY AI Series: Session 3: UiPath Autopilot for Everyone with Clipboard AIDianaGray10
?
? Embracing the Future: UiPath NY AI Series ¨C Session 3: UiPath Autopilot for Everyone with Clipboard AI
? Event Overview
This session will provide a deep dive into how UiPath Clipboard AI and Autopilot are reshaping automation, offering attendees a firsthand look at their capabilities, use cases, and real-world benefits. Whether you're a developer, business leader, or automation enthusiast, you'll gain valuable insights into leveraging these AI-driven tools to streamline operations and maximize productivity. ??
All-Data, Any-AI Integration: FME & Amazon Bedrock in the Real-WorldSafe Software
?
Join us for an exclusive webinar featuring special guest speakers from Amazon, Amberside Energy, and Avineon-Tensing as we explore the power of Amazon Bedrock and FME in AI-driven geospatial workflows.
Discover how Avineon-Tensing is using AWS Bedrock to support Amberside Energy in automating image classification and streamlining site reporting. By integrating Bedrock¡¯s generative AI capabilities with FME, image processing and categorization become faster and more efficient, ensuring accurate and organized filing of site imagery. Learn how this approach reduces manual effort, standardizes reporting, and leverages AWS¡¯s secure AI tooling to optimize their workflows.
If you¡¯re looking to enhance geospatial workflows with AI, automate image processing, or simply explore the potential of FME and Bedrock, this webinar is for you!
SAP Automation with UiPath: SAP Test Automation - Part 5 of 8DianaGray10
?
This interesting webinar will show how UiPath can change how SAP Test Automation works. It will also show the main benefits and best ways to use UiPath with SAP.
Topics to be covered:
Learn about SAP test automation and why it's important for testing.
UiPath Overview: Learn how UiPath can make your SAP testing easier and faster.
Test Manager: Learn about the key advantages of automating your SAP tests, including increased accuracy and reduced time.
Best Practices: Get practical tips on how to use and improve test automation with UiPath.
Real-World Examples: Demonstration on how organizations have successfully leveraged UiPath for SAP test automation.
Recruiting Tech: A Look at Why AI is Actually OGMatt Charney
?
A lot of recruiting technology vendors out there are talking about how they're offering the first ever (insert AI use case here), but turns out, everything they're selling as innovative or cutting edge has been around since Yahoo! and MySpace were category killers. Here's the receipts.
Recruiting Tech: A Look at Why AI is Actually OGMatt Charney
?
OvertheAir 2010 html5 impact on application programming
1. Emerging
Communication
HTML5 & WebApps
fredag den 10 september 2010
2. ericsson.
com
Ericsson Labs
Challenge
¡°Connected Things: Social, Fun & Sustainable¡±.
Develop an innovative application using one or several APIs from
labs.ericsson.com/apis
The winner will receive a Sony Ericsson Android X10 Mini Pro device.
Twitter: @ericssonlabs
fredag den 10 september 2010
3. Emerging
Communication
HTML5 & WebApps
fredag den 10 september 2010
4. Overview
? What is HTML(5) Communication?
? What is its impact?
? In?uence on native apps
? Trends for future apps
fredag den 10 september 2010
5. What is HTML5?
? HTML5 - The Markup Language
? HTML5 - The Web Technologies Umbrella
Term
fredag den 10 september 2010
6. HTML(5)
Communication
? Huge small topic
? New communication technologies
? New user expectations
? New security concerns
fredag den 10 september 2010
7. HTML(5)
Communication
? XmlHttpRequest
? Cross-Origin XHR
? EventSource
? WebSockets
fredag den 10 september 2010
8. XmlHttpRequest
? The most basic tool available: HTTP request
back home
? Used creatively to great effect:
? Comet/Long Polling
? Proxies
? Even streaming
? Can only be used to the ¡°Origin¡± host
fredag den 10 september 2010
9. Cross Origin XHR
? Simple extension to XHR
? Allows connection to more than Origin
? Main feature: eliminates proxy need
fredag den 10 september 2010
10. EventSource
? First new interface type
? Formalisation of regular
polling technique
? Technique itself not
rocket science in
JavaScript
? Ericsson Labs¡¯ Event
Source Enabler is ~100
lines of JS code
fredag den 10 september 2010
11. EventSource
? First new interface type
? Formalisation of regular
polling technique
? Technique itself not
rocket science in
JavaScript
? Ericsson Labs¡¯ Event
Source Enabler is ~100
lines of JS code
fredag den 10 september 2010
12. WebSockets
? Bidirectional communication between client
& server
? Connection-based
? Uses delimited, sequential messages
? UTF-8 based
? More ef?cient than XHR
fredag den 10 september 2010
13. Change?
? On protocol level, nothing revolutionary
? Some Web Service APIs will use
WebSockets
? Thus, native apps will have WebSocket
Support
? Real communication revolution from how
users interact with web apps
fredag den 10 september 2010
14. The Web
Experience
? If nothing changes, what¡¯s the difference?
? Technology alone is not the change agent
? The web experience is
? What is the web experience?
fredag den 10 september 2010
15. What is HTML?
? Language for presenting the
user with information.
? Document-centric model
? Primary intention to
distribute data for
consumption
? Naturally presents users
with the latest information,
regardless of access point
fredag den 10 september 2010
16. Updates
? (Web) Applications will
always update
themselves
? No restarts, no prompts
? Native apps going in that
direction too (e.g.
Chrome)
fredag den 10 september 2010
18. ¡°The eventual goal [of Chrome] to
create a ¡®stateless¡¯ browsing
experience where the user can log
into any Chrome instance and have
instant access to all of their settings,
bookmarks, history, and add-ons¡±
Ryan Paul, Ars Technica
fredag den 10 september 2010
31. This morning, I was able to validate a concept I¡¯ve been
working on for a couple of weeks now: running one application
¡ª completely unchanged ¡ª on five different screens
Christian Cantrell, Adobe
fredag den 10 september 2010
32. This morning, I was able to validate a concept I¡¯ve been
working on for a couple of weeks now: running one application
¡ª completely unchanged ¡ª on five different screens
Christian Cantrell, Adobe
Multiscreen authoring is a challenge for our design customers. [...]
There has been much discussion around whether or not HTML5
and CSS3 will make it easier for designers to reach new devices.
We think it will
Paul Gubbay, Adobe
fredag den 10 september 2010
43. iframe ¡°mash-ups¡± [are] web pages that pull together their
content from more than one site. You might build an application,
for instance, in which part of the screen shows price-and-
availability from a third-party vendor.
Cameron Laird, Phaseit
fredag den 10 september 2010
44. iframe ¡°mash-ups¡± [are] web pages that pull together their
content from more than one site. You might build an application,
for instance, in which part of the screen shows price-and-
availability from a third-party vendor.
Cameron Laird, Phaseit
I expect the iframe sandboxing feature will be a big boon to
developers if it takes off.
Ian Hickson, Google
fredag den 10 september 2010
45. Interconnected
? iframe sandbox allows secure inclusion of
foregin data
? Can now deal with sensitive user data
? Implementation by Ericsson shipping in
Chrome & Safari
fredag den 10 september 2010
47. Create
Create Shopping List
Alice
fredag den 10 september 2010
48. Create
Create Shopping List
Alice Apples
fredag den 10 september 2010
49. Share
Create Shopping List
Alice Apples
Bob
fredag den 10 september 2010
50. Share
Create Shopping List
Alice
Modify Shopping List Oranges
Bob
fredag den 10 september 2010
51. Access
Create Shopping List
Alice
Modify Shopping List Oranges
Bob
To Buy
Oranges
fredag den 10 september 2010
52. Access
Create Shopping List
Alice ? Adapted to the
current screen
? Familiar user
Modify Shopping List interface
Bob Oranges
? Synchronised data
? Because it is the
same application
To Buy
Oranges
fredag den 10 september 2010
53. Mash
Expenses
Planned Actual
To Buy
Oranges
fredag den 10 september 2010
54. Mash
Expenses
Planned Actual
To Buy
Oranges
fredag den 10 september 2010
55. Data
? Increased requirement for open data
formats
? Applications integrate with user¡¯s data
stream, or are left behind
? Devices open themselves up to integrate
with that stream too
fredag den 10 september 2010
56. Connectivity
? Current ¡°active¡± sync merely a stepping
stone
? Future apps will need to be aware of their
¡°screen¡± counterparts
? Need to keep track of, reach, talk to all
instances, all (user¡¯s) devices
fredag den 10 september 2010
57. Synchronisation
? Required to reach the functionality goals of
Connectivity with the speed of Native
? Implicit, automatic, background
synchronization
? Google Wave showed how synchronization
can work, but...
fredag den 10 september 2010
58. Demos
? http://ergo.labs.ericsson.net/applications/canvas
? http://ergo.labs.ericsson.net/applications/shared-map
fredag den 10 september 2010
59. For more
information
? vladimir.katardjiev@ericsson.com
fredag den 10 september 2010