SlideShare a Scribd company logo
OpenUI5
the new responsive Web
UI library
Frederic Berg & Andreas Kunz
SAP SE
#OpenUI5
OpenUI5
 JavaScript UI library
 Huge number of UI controls
 MVC, data binding, templating, …
 Enterprise-grade
 Most current browsers and (touch) devices
 Responsive design
 Is Open Source, uses Open Source
#OpenUI5
“Hello OSCON”
Try it live at JS Bin
<!DOCTYPE html>
<html><head>
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
<title>Hello OSCON</title>
<script id='sap-ui-bootstrap' type='text/javascript'
src='/sapui5/resources/sap-ui-core.js'
data-sap-ui-theme='sap_goldreflection'
data-sap-ui-libs='sap.ui.ux3'></script>
<script>
new sap.ui.ux3.Shell({
content: new sap.ui.commons.Button({text:'Hello OSCON'})
}).placeAt('content');
</script>
</head>
<body class='sapUiBody'>
<div id='content'></div>
</body>
</html>
#OpenUI5
MVC done right
 Views should be easy to write, and easy to read, and easy to extend
 Different view types and models should be there to meet everyone’s
needs
#OpenUI5
Responsiveness out of the box
#OpenUI5
Digging deeper – The Documentation
 Controls Playground (aka Demokit)
 The Demo Apps
 The Developer Guide
 The API
#OpenUI5
Custom Controls
 Controls can be defined on-the-fly in JS
 Data binding etc. out of the box
 A simple control:
http://jsbin.com/openui5-control/2/edit
 A Google Map control:
http://jsbin.com/openui5-map-db/2/edit
 Note the two-way data binding!
#OpenUI5
HTML Templating
 Powered by Handlebars.js
 UI5 model and data binding
 Can also be used to define
new controls
 Simple example:
http://jsbin.com/openui5-html-
templating/1/edit
<div id="simpleTemplate"
data-type="text/x-handlebars-
template">
<div>{{text path="/name"}}:</div>
<ul>
{{#each path="/players"}}
<li>
{{text path="first"}}
{{text path="last"}}
</li>
{{/each}}
</ul>
</div>
#OpenUI5
?
#OpenUI5
Enterprise-grade
 Extra quality assurance
 Supportability (e.g. Ctrl-Alt-Shift-S popup)
 Internationalization and right-to-left support
 Accessibility
 Extensibility
 Theming
#OpenUI5
Theming in UI5
OpenUI5
 makes use of LESS to generate
CSS files for themes
 comes with several predefined
themes
 themes can differ a lot from each
other, little constraints are
applied
 themes can also be edited with
the Theme Designer
#OpenUI5
Theming
#OpenUI5
#OpenUI5
#OpenUI5
#OpenUI5
#OpenUI5
#OpenUI5
Not an official app…
http://localhost:8080/pacman/
Quickly play and explain how pacman and ghosts are actual controls etc.
#OpenUI5
#OpenUI5
Open Source
 SAPUI5 was closed, but…
 We are Open Source fans, ~30 other OS libs in UI5
 SAP community pushed for it
 December 11th, 2013: Yay! OpenUI5 is born!
 http://openui5.org/
 https://github.com/SAP/openui5/
 Sources not forkable yet – but soon!
#OpenUI5
Web: http://openui5.org
GitHub: https://github.com/SAP/openui5/
Docs & Demos: https://openui5.hana.ondemand.com
Come to our booth for more!
@OpenUI5
Thank you!

More Related Content

PDF
Build responsive enterprise-grade web apps with OpenUI5
PDF
Getting Started with OpenUI5 (San Francisco State University)
PDF
Building Custom Controls to Visualize Data (UI5Con 2016 Frankfurt)
PPTX
GDG Atlanta - Angular.js Demo and Workshop
PPTX
Kickstart sencha extjs
PDF
Introduction to AngularJS
PDF
Principles of MVC for PHP Developers
PDF
AngularJS at PyVo
Build responsive enterprise-grade web apps with OpenUI5
Getting Started with OpenUI5 (San Francisco State University)
Building Custom Controls to Visualize Data (UI5Con 2016 Frankfurt)
GDG Atlanta - Angular.js Demo and Workshop
Kickstart sencha extjs
Introduction to AngularJS
Principles of MVC for PHP Developers
AngularJS at PyVo

What's hot (20)

ODP
Using WordPress for Rapid Prototyping
PPTX
Java script performance tips
PPTX
Angular js
PDF
Rapid Prototyping with WordPress Page Builders - WordCamp Asheville 2016 - an...
PPTX
JavaScriptMVC vs GI vs GWT
PDF
つくろう!Firefox OS アプリ
PPTX
Backbone.js
PDF
AngularJS: an introduction
PDF
Developing large scale JavaScript applications
PDF
Frontend microservices: architectures and solutions
PPTX
Why angular js Framework
PDF
Discover AngularJS
PPTX
PDF
Micro frontend: The microservices puzzle extended to frontend
PDF
The Javascript Toolkit 2.0
PDF
Practica luis viera
PDF
Maven Tutorial for Beginners | Edureka
PDF
Advanced Tips & Tricks for using Angular JS
PDF
Introduction to AngularJS
Using WordPress for Rapid Prototyping
Java script performance tips
Angular js
Rapid Prototyping with WordPress Page Builders - WordCamp Asheville 2016 - an...
JavaScriptMVC vs GI vs GWT
つくろう!Firefox OS アプリ
Backbone.js
AngularJS: an introduction
Developing large scale JavaScript applications
Frontend microservices: architectures and solutions
Why angular js Framework
Discover AngularJS
Micro frontend: The microservices puzzle extended to frontend
The Javascript Toolkit 2.0
Practica luis viera
Maven Tutorial for Beginners | Edureka
Advanced Tips & Tricks for using Angular JS
Introduction to AngularJS
Ad

Viewers also liked (10)

PDF
PPTX
SAPUI5 & OpenUI5 for SAP InnoJam
DOC
Bala murali sapui5 abapcv
PDF
OpenUI5@JSNext Bulgaria 2014
PDF
UI5 Custom Controls (German language!) - Präsentation von den DSAG Thementage...
PDF
UI5con - The OpenUI5 Spirit
PDF
SAPUI5 for everything
PDF
UI5 Controls (UI5con 2016)
PDF
Developing Custom Controls with UI5 (OpenUI5 video lecture)
PPTX
Build Responsive Enterprise-Grade Web Apps with OpenUI5
SAPUI5 & OpenUI5 for SAP InnoJam
Bala murali sapui5 abapcv
OpenUI5@JSNext Bulgaria 2014
UI5 Custom Controls (German language!) - Präsentation von den DSAG Thementage...
UI5con - The OpenUI5 Spirit
SAPUI5 for everything
UI5 Controls (UI5con 2016)
Developing Custom Controls with UI5 (OpenUI5 video lecture)
Build Responsive Enterprise-Grade Web Apps with OpenUI5
Ad

Similar to OSCON 2014: OpenUI5 - The New Responsive Web UI Library (20)

PPTX
UI5 Overview for ROOT
PPTX
Sapui5 & Fiori
PDF
4Developers 2015: Responsywne aplikacje web'owe z użyciem OpenUI5 - Witalij R...
PPTX
UI5con 2019 - Keynote for Bangalore
PPTX
UI5con 2023 - Keynote
PPTX
UI5 Tooling & Ecosystem
PPTX
UI5con 2025 - Keynote - Ignite the Future
PPTX
UI5con 2019 - Keynote for Rot
PPTX
UI5con 2018 - Keynote
PPTX
UI5con 2024 - Bring Your Own Design System
PDF
UI5con 2018: UI5 Evolution - The Core Changes
PDF
Sap Ui5 Overview | Sap Ui5 Architecture – Features
PDF
Open sap ui5 - week_2 unit_1_syjewa_exercises
PPTX
SAP UI5 OVERVIEW | SAP UI5 PRE-REQUISITES – FEATURES
PPTX
Create your own control - UI5Con
PPTX
UI5conBE 2020 - Keynote
PPTX
Hacking the Explored App by Adding Custom Code (UI5con 2016)
PDF
Stammtisch plus ui5 lessons learned
PDF
Declarative and standards-based web application development with the Ample SDK
PPTX
Mobile applications chapter 5
UI5 Overview for ROOT
Sapui5 & Fiori
4Developers 2015: Responsywne aplikacje web'owe z użyciem OpenUI5 - Witalij R...
UI5con 2019 - Keynote for Bangalore
UI5con 2023 - Keynote
UI5 Tooling & Ecosystem
UI5con 2025 - Keynote - Ignite the Future
UI5con 2019 - Keynote for Rot
UI5con 2018 - Keynote
UI5con 2024 - Bring Your Own Design System
UI5con 2018: UI5 Evolution - The Core Changes
Sap Ui5 Overview | Sap Ui5 Architecture – Features
Open sap ui5 - week_2 unit_1_syjewa_exercises
SAP UI5 OVERVIEW | SAP UI5 PRE-REQUISITES – FEATURES
Create your own control - UI5Con
UI5conBE 2020 - Keynote
Hacking the Explored App by Adding Custom Code (UI5con 2016)
Stammtisch plus ui5 lessons learned
Declarative and standards-based web application development with the Ample SDK
Mobile applications chapter 5

Recently uploaded (20)

PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PPTX
history of c programming in notes for students .pptx
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PPTX
Transform Your Business with a Software ERP System
PDF
iTop VPN Free 5.6.0.5262 Crack latest version 2025
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PPTX
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
PDF
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PPTX
Reimagine Home Health with the Power of Agentic AI​
PDF
Complete Guide to Website Development in Malaysia for SMEs
PDF
Digital Systems & Binary Numbers (comprehensive )
DOCX
Greta — No-Code AI for Building Full-Stack Web & Mobile Apps
PDF
medical staffing services at VALiNTRY
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Odoo Companies in India – Driving Business Transformation.pdf
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
history of c programming in notes for students .pptx
Navsoft: AI-Powered Business Solutions & Custom Software Development
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
Transform Your Business with a Software ERP System
iTop VPN Free 5.6.0.5262 Crack latest version 2025
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
Design an Analysis of Algorithms I-SECS-1021-03
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
How to Choose the Right IT Partner for Your Business in Malaysia
Reimagine Home Health with the Power of Agentic AI​
Complete Guide to Website Development in Malaysia for SMEs
Digital Systems & Binary Numbers (comprehensive )
Greta — No-Code AI for Building Full-Stack Web & Mobile Apps
medical staffing services at VALiNTRY

OSCON 2014: OpenUI5 - The New Responsive Web UI Library

  • 1. OpenUI5 the new responsive Web UI library Frederic Berg & Andreas Kunz SAP SE
  • 2. #OpenUI5 OpenUI5  JavaScript UI library  Huge number of UI controls  MVC, data binding, templating, …  Enterprise-grade  Most current browsers and (touch) devices  Responsive design  Is Open Source, uses Open Source
  • 3. #OpenUI5 “Hello OSCON” Try it live at JS Bin <!DOCTYPE html> <html><head> <meta http-equiv='X-UA-Compatible' content='IE=edge' /> <title>Hello OSCON</title> <script id='sap-ui-bootstrap' type='text/javascript' src='/sapui5/resources/sap-ui-core.js' data-sap-ui-theme='sap_goldreflection' data-sap-ui-libs='sap.ui.ux3'></script> <script> new sap.ui.ux3.Shell({ content: new sap.ui.commons.Button({text:'Hello OSCON'}) }).placeAt('content'); </script> </head> <body class='sapUiBody'> <div id='content'></div> </body> </html>
  • 4. #OpenUI5 MVC done right  Views should be easy to write, and easy to read, and easy to extend  Different view types and models should be there to meet everyone’s needs
  • 6. #OpenUI5 Digging deeper – The Documentation  Controls Playground (aka Demokit)  The Demo Apps  The Developer Guide  The API
  • 7. #OpenUI5 Custom Controls  Controls can be defined on-the-fly in JS  Data binding etc. out of the box  A simple control: http://jsbin.com/openui5-control/2/edit  A Google Map control: http://jsbin.com/openui5-map-db/2/edit  Note the two-way data binding!
  • 8. #OpenUI5 HTML Templating  Powered by Handlebars.js  UI5 model and data binding  Can also be used to define new controls  Simple example: http://jsbin.com/openui5-html- templating/1/edit <div id="simpleTemplate" data-type="text/x-handlebars- template"> <div>{{text path="/name"}}:</div> <ul> {{#each path="/players"}} <li> {{text path="first"}} {{text path="last"}} </li> {{/each}} </ul> </div>
  • 10. #OpenUI5 Enterprise-grade  Extra quality assurance  Supportability (e.g. Ctrl-Alt-Shift-S popup)  Internationalization and right-to-left support  Accessibility  Extensibility  Theming
  • 11. #OpenUI5 Theming in UI5 OpenUI5  makes use of LESS to generate CSS files for themes  comes with several predefined themes  themes can differ a lot from each other, little constraints are applied  themes can also be edited with the Theme Designer
  • 18. #OpenUI5 Not an official app… http://localhost:8080/pacman/ Quickly play and explain how pacman and ghosts are actual controls etc.
  • 20. #OpenUI5 Open Source  SAPUI5 was closed, but…  We are Open Source fans, ~30 other OS libs in UI5  SAP community pushed for it  December 11th, 2013: Yay! OpenUI5 is born!  http://openui5.org/  https://github.com/SAP/openui5/  Sources not forkable yet – but soon!
  • 21. #OpenUI5 Web: http://openui5.org GitHub: https://github.com/SAP/openui5/ Docs & Demos: https://openui5.hana.ondemand.com Come to our booth for more! @OpenUI5 Thank you!