SlideShare a Scribd company logo
Review Oracle OpenWorld 2014 
Part Five - SaaS 
Team AMIS 
16th October 2014
2 
User Experience Revolution
Where we came from… 3
User Experience revolution 4
5 
User Interface vs User Experience
6
DESIGN PRICIPLES 
• Always connected 
• Any location 
• Intelligent context 
• Work on multiple deivces 
• Convenient, easy to use 
• Consumer acceptance 
• Use device for purpose (laptop, tablet, phone etc.) 
• Show what matters most 
• Small relevant info an direct aciton 
• Multimodal input (voice, tekst, photo, video) 
7
3 STEP DESIGN PRINCIPLE 
8
COMPONENTS 9
USE CONTEXT 10
Result: Oracle Alta UI 11 
• Mobile first design 
• Simple and uncluttered layouts 
• Clear information hierarchy 
• Engage users with visual content 
Skin for ADF 12.1.3
ORACLE MAX12 
“MAX is the answer to accelerating 
mobilization by giving business-side 
workers the chance to simply create a 
mobile UI for any Cloud business 
processes at the touch of a few buttons” 
- Browser based 
- No coding required 
- Easy map to business services 
- Edit, test and publish from browser
13
14 
Oracle Alta UI 
• New UI design principle 
• Mobile and web UI 
• New skin 
• MAF 2.0 
ADF 12.1.3 
• The new standard 
for Oracle
15 
Alta UI On IPad
16 
Alta UI On iOS Simulator
17 
Simple, Fresh, Modern Design 
• Mobile first 
• Larger (and fewer) components 
• Flatter visual design 
• Spacious layout 
• Very little “chrome”
18 
Emphasize Key Page Content 
• Use data visualization (ADF DVT components) 
• Use color to highlight important data
19 
Page Layout in Alta 
• Vertical page scrolling 
• Page content constrained 
horizontally and centered
20 
New Skin Family – Alta 
• Available in 
ADF 12.1.3 
• Work Better skin 
(extends Alta)
21 
Turning on the Alta skin 
• Turning on the Alta skin
22 
Skin Comparison: 
Skyros vs. Alta
23 
Alta UI Content 
• Access information 
– through search 
• Large touch 
targets 
– Larger rows 
– Larger Images 
– Charts 
• alternate view: 
– card view
24 
Navigation: 
Content over Chrome 
• Touch content: 
– a row in a list 
– an image 
– a chart metric
25 
Alta UI Animation 
• New <af:deck> and <af:transition> components 
• More animation for a compelling experience
26 
Alta UI Animation - Transitions 
• Alternate presentation of same object, additional data is shown
27 
Tablet First Page Template 
• Mobile friendly design principles 
• Three column layout 
• Ideal for both tablet 
(landscape orientation) 
and desktop
28 
Service Bus 12c Cool feature 
• Today’s SOA world is no longer all about SOAP and XML. More and more 
mobile solutions and other integration platforms and tools prefer REST 
Services and JSON. 
• The Service Bus has always been able to provide REST services as well 
as SOAP, and could even do JSON if you put your mind to it. 
• Internally, in the Proxy Message Flows, it was all about SOAP and XML 
• In SB 12.1.3, the Service Bus supports JSON as well as XML REST 
services, variables etc. 
• In SB 12.2, Javascript actions and “end-to-end REST” will allow for 
“native” JSON processing in Message Flows.
29 
New ADF Data Visualization 
Features 
• Since ADF 12.1.3 
Over 30+ (improved) 
chart types 
• Improved Server 
Scalability 
• Redesigned zoom 
and scroll 
• Much Simpler Styling
30 
(More Charts)
31 
New Gauges 
• Gauge types 
– LED 
– status meter 
– Dial 
– new rating gauge 
– Supports input (Rating only)
32 
New Designed Zoom and 
Scroll
33 
Marquee zoom and selection
34 
Improved Time Axis
35 
Time Line 
• Visualize Events on an Interactive Timeline 
• Support for time duration (yet MAF only, ADF will have it soon as well)
36 
Thematic Map - New Features 
• Image markers (option to set the orientation) 
• Smart data zooming 
• Drill down 
• Support for custom base maps 
• Hide area layer 
• Marker locations 
can be updated
37 
Thematic Map – Custom base 
map 
• Visualize information and support interaction in a wide variety of visual 
contexts
38 
Thematic Map – Custom base 
map 
• Points and basemap in XML file
39 
Thematic Map – Upcoming 
Features 
• N-Box Mashup
40 
Thematic Map – Upcoming 
Features 
• Pie Mashup
41 
Thematic Map – Upcoming 
Features 
• StatusMeter Mashup
42 
New Visualization: N-Box 
(Yet MAF only) 
• Visualizes and compares data across two dimensions 
• Supports various options for color coding, marker shapes, and grouping
43 
New Visualization: Diagram
44 
DB 12c Cool features 
Did you know that … 
• VARCHAR2 in SQL has been extended to 32K 
– only if the MAX_STRING_SIZE initialization parameter is set to EXTENDED
45 
DB 12c Cool features 
Did you know that … 
• By using the ACCESSIBLE_BY clause in the package definition you can 
define a "whitelist" of program units that can invoke a package's 
subprograms 
– Multiple program units can be whitelisted separated by comma 
– PLS-00904: insufficient privilege to access object PRIVATE_PKG 
PACKAGE private_pkg 
ACCESSIBLE BY (public_pkg) 
IS 
PROCEDURE do_this; 
PROCEDURE do_that; 
END; 
PACKAGE BODY public_pkg 
IS 
PROCEDURE do_only_this 
IS 
BEGIN 
private_pkg.do_this; 
private_pkg.do_that; 
END; 
END;
46 
DB 12c Cool features 
Did you know that … 
• With Top-N query’s you can easily select the n most recent records 
– Instead of using an inline view or analytical functions 
SQL> select empno, ename, hiredate 
2 from scott.emp 
3 order by hiredate desc 
4 fetch first 2 rows only; 
By using offset you can continue fetching more records 
SQL> select empno, ename, hiredate 
2 from scott.emp 
3 order by hiredate desc 
4 offset 2 fetch next 2 rows only;
47 
DB 12c Cool features 
Did you know that … 
• There is a feature called temporal validity? 
– Defines when a row is valid 
SQL> CREATE TABLE emp_temporal ( 
2 empno NUMBER, 
3 name VARCHAR2(30), 
4 sal NUMBER, 
5 deptno NUMBER, 
6 start_dt DATE, 
7 end_dt DATE, 
8 PERIOD FOR valid_range (start_dt, end_dt) 
9 ); 
Table created. 
SQL> select * from emp_temporal 
2 as of period for valid_range '01-FEB-14';
48 
Social and collaboration 
Oracle and Social???
Products 49 
Oracle Social 
Engagement and 
Monitoring Cloud 
Service 
Oracle Social Marketing 
Cloud Service 
Oracle Social Network
Practical application 50 
Oracle Social Engagement and Monitoring 
- Monitor your social profile of your company (analyze) 
- Target potential customers. Lead customers, opinion formers 
- Monitor social engagement of your employees (positive / negative) 
Oracle Social Marketing 
- Social marketing 
- Easy publishing 
- Monitor engagement 
Oracle Social Network 
- Fast communication / collabroation 
- Context sensitive timeline and news feed 
- Direct communication
51 
Fusion Apps at OOW
52 
Fusion Applications 
in the Cloud
53 
One Example ……
54 
Work with Notifications
55 
Act
56 
Insight
57 
SOA Suite Cool Feature
58
Oracle OpenWorld 2014 Review Part Five - SaaS

More Related Content

Similar to Oracle OpenWorld 2014 Review Part Five - SaaS

Oracle OpenWorld 2016 Review - High Level Overview of major themes and grand ...
Oracle OpenWorld 2016 Review - High Level Overview of major themes and grand ...Oracle OpenWorld 2016 Review - High Level Overview of major themes and grand ...
Oracle OpenWorld 2016 Review - High Level Overview of major themes and grand ...
Lucas Jellema
 
Oow2016 review-13th october 2016
Oow2016 review-13th october 2016Oow2016 review-13th october 2016
Salesforce Analytics Cloud - Explained
Salesforce Analytics Cloud - ExplainedSalesforce Analytics Cloud - Explained
Salesforce Analytics Cloud - Explained
Carl Brundage
 
AMIS Oracle OpenWorld 2015 Review – part 4- PaaS Application Development, Jav...
AMIS Oracle OpenWorld 2015 Review – part 4- PaaS Application Development, Jav...AMIS Oracle OpenWorld 2015 Review – part 4- PaaS Application Development, Jav...
AMIS Oracle OpenWorld 2015 Review – part 4- PaaS Application Development, Jav...
Getting value from IoT, Integration and Data Analytics
 
COUG_AAbate_Oracle_Database_12c_New_Features
COUG_AAbate_Oracle_Database_12c_New_FeaturesCOUG_AAbate_Oracle_Database_12c_New_Features
COUG_AAbate_Oracle_Database_12c_New_FeaturesAlfredo Abate
 
Lambda Architecture: The Best Way to Build Scalable and Reliable Applications!
Lambda Architecture: The Best Way to Build Scalable and Reliable Applications!Lambda Architecture: The Best Way to Build Scalable and Reliable Applications!
Lambda Architecture: The Best Way to Build Scalable and Reliable Applications!
Tugdual Grall
 
Introduction To Pentaho Analysis
Introduction To Pentaho AnalysisIntroduction To Pentaho Analysis
Introduction To Pentaho Analysis
DataminingTools Inc
 
Introduction To Pentaho Analysis
Introduction To Pentaho AnalysisIntroduction To Pentaho Analysis
Introduction To Pentaho Analysis
pentaho Content
 
OTN EMEA Tour 2016 : Deploying Full BI Platforms to Oracle Cloud
OTN EMEA Tour 2016 : Deploying Full BI Platforms to Oracle CloudOTN EMEA Tour 2016 : Deploying Full BI Platforms to Oracle Cloud
OTN EMEA Tour 2016 : Deploying Full BI Platforms to Oracle Cloud
Mark Rittman
 
Best Practices for Supercharging Cloud Analytics on Amazon Redshift
Best Practices for Supercharging Cloud Analytics on Amazon RedshiftBest Practices for Supercharging Cloud Analytics on Amazon Redshift
Best Practices for Supercharging Cloud Analytics on Amazon Redshift
SnapLogic
 
SAP BO and Teradata best practices
SAP BO and Teradata best practicesSAP BO and Teradata best practices
SAP BO and Teradata best practices
Dmitry Anoshin
 
Upgrade to MySQL 8.0!
Upgrade to MySQL 8.0!Upgrade to MySQL 8.0!
Upgrade to MySQL 8.0!
Ted Wennmark
 
01 upgrade to my sql8
01 upgrade to my sql8 01 upgrade to my sql8
01 upgrade to my sql8
Ted Wennmark
 
Serving and rendering huge point cloud on mobile devices and web pages.
Serving and rendering huge point cloud on mobile devices and web pages.Serving and rendering huge point cloud on mobile devices and web pages.
Serving and rendering huge point cloud on mobile devices and web pages.
Manuel De La Calle
 
SQL Server Workshop for Developers - Visual Studio Live! NY 2012
SQL Server Workshop for Developers - Visual Studio Live! NY 2012SQL Server Workshop for Developers - Visual Studio Live! NY 2012
SQL Server Workshop for Developers - Visual Studio Live! NY 2012Andrew Brust
 
Data Modeling IoT and Time Series data in NoSQL
Data Modeling IoT and Time Series data in NoSQLData Modeling IoT and Time Series data in NoSQL
Data Modeling IoT and Time Series data in NoSQL
Basho Technologies
 
2016 workshops: understanding the language of gis and cad by warren geissler
2016 workshops:  understanding  the language  of gis and cad by warren geissler2016 workshops:  understanding  the language  of gis and cad by warren geissler
2016 workshops: understanding the language of gis and cad by warren geissler
GIS in the Rockies
 
SQL to NoSQL: Top 6 Questions
SQL to NoSQL: Top 6 QuestionsSQL to NoSQL: Top 6 Questions
SQL to NoSQL: Top 6 Questions
Mike Broberg
 
Informatica slides
Informatica slidesInformatica slides
Informatica slides
sureshpaladi12
 

Similar to Oracle OpenWorld 2014 Review Part Five - SaaS (20)

Oracle OpenWorld 2016 Review - High Level Overview of major themes and grand ...
Oracle OpenWorld 2016 Review - High Level Overview of major themes and grand ...Oracle OpenWorld 2016 Review - High Level Overview of major themes and grand ...
Oracle OpenWorld 2016 Review - High Level Overview of major themes and grand ...
 
Oow2016 review-13th october 2016
Oow2016 review-13th october 2016Oow2016 review-13th october 2016
Oow2016 review-13th october 2016
 
Salesforce Analytics Cloud - Explained
Salesforce Analytics Cloud - ExplainedSalesforce Analytics Cloud - Explained
Salesforce Analytics Cloud - Explained
 
AMIS Oracle OpenWorld 2015 Review – part 4- PaaS Application Development, Jav...
AMIS Oracle OpenWorld 2015 Review – part 4- PaaS Application Development, Jav...AMIS Oracle OpenWorld 2015 Review – part 4- PaaS Application Development, Jav...
AMIS Oracle OpenWorld 2015 Review – part 4- PaaS Application Development, Jav...
 
COUG_AAbate_Oracle_Database_12c_New_Features
COUG_AAbate_Oracle_Database_12c_New_FeaturesCOUG_AAbate_Oracle_Database_12c_New_Features
COUG_AAbate_Oracle_Database_12c_New_Features
 
Lambda Architecture: The Best Way to Build Scalable and Reliable Applications!
Lambda Architecture: The Best Way to Build Scalable and Reliable Applications!Lambda Architecture: The Best Way to Build Scalable and Reliable Applications!
Lambda Architecture: The Best Way to Build Scalable and Reliable Applications!
 
Introduction To Pentaho Analysis
Introduction To Pentaho AnalysisIntroduction To Pentaho Analysis
Introduction To Pentaho Analysis
 
Introduction To Pentaho Analysis
Introduction To Pentaho AnalysisIntroduction To Pentaho Analysis
Introduction To Pentaho Analysis
 
OTN EMEA Tour 2016 : Deploying Full BI Platforms to Oracle Cloud
OTN EMEA Tour 2016 : Deploying Full BI Platforms to Oracle CloudOTN EMEA Tour 2016 : Deploying Full BI Platforms to Oracle Cloud
OTN EMEA Tour 2016 : Deploying Full BI Platforms to Oracle Cloud
 
Best Practices for Supercharging Cloud Analytics on Amazon Redshift
Best Practices for Supercharging Cloud Analytics on Amazon RedshiftBest Practices for Supercharging Cloud Analytics on Amazon Redshift
Best Practices for Supercharging Cloud Analytics on Amazon Redshift
 
SAP BO and Teradata best practices
SAP BO and Teradata best practicesSAP BO and Teradata best practices
SAP BO and Teradata best practices
 
Upgrade to MySQL 8.0!
Upgrade to MySQL 8.0!Upgrade to MySQL 8.0!
Upgrade to MySQL 8.0!
 
01 upgrade to my sql8
01 upgrade to my sql8 01 upgrade to my sql8
01 upgrade to my sql8
 
Serving and rendering huge point cloud on mobile devices and web pages.
Serving and rendering huge point cloud on mobile devices and web pages.Serving and rendering huge point cloud on mobile devices and web pages.
Serving and rendering huge point cloud on mobile devices and web pages.
 
Oracle OpenWo2014 review part 03 three_paa_s_database
Oracle OpenWo2014 review part 03 three_paa_s_databaseOracle OpenWo2014 review part 03 three_paa_s_database
Oracle OpenWo2014 review part 03 three_paa_s_database
 
SQL Server Workshop for Developers - Visual Studio Live! NY 2012
SQL Server Workshop for Developers - Visual Studio Live! NY 2012SQL Server Workshop for Developers - Visual Studio Live! NY 2012
SQL Server Workshop for Developers - Visual Studio Live! NY 2012
 
Data Modeling IoT and Time Series data in NoSQL
Data Modeling IoT and Time Series data in NoSQLData Modeling IoT and Time Series data in NoSQL
Data Modeling IoT and Time Series data in NoSQL
 
2016 workshops: understanding the language of gis and cad by warren geissler
2016 workshops:  understanding  the language  of gis and cad by warren geissler2016 workshops:  understanding  the language  of gis and cad by warren geissler
2016 workshops: understanding the language of gis and cad by warren geissler
 
SQL to NoSQL: Top 6 Questions
SQL to NoSQL: Top 6 QuestionsSQL to NoSQL: Top 6 Questions
SQL to NoSQL: Top 6 Questions
 
Informatica slides
Informatica slidesInformatica slides
Informatica slides
 

More from Getting value from IoT, Integration and Data Analytics

AMIS Oracle OpenWorld en Code One Review 2018 - Blockchain, Integration, Serv...
AMIS Oracle OpenWorld en Code One Review 2018 - Blockchain, Integration, Serv...AMIS Oracle OpenWorld en Code One Review 2018 - Blockchain, Integration, Serv...
AMIS Oracle OpenWorld en Code One Review 2018 - Blockchain, Integration, Serv...
Getting value from IoT, Integration and Data Analytics
 
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: Custom Application ...
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: Custom Application ...AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: Custom Application ...
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: Custom Application ...
Getting value from IoT, Integration and Data Analytics
 
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: SaaS
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: SaaSAMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: SaaS
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: SaaS
Getting value from IoT, Integration and Data Analytics
 
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 1: Data
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 1: DataAMIS Oracle OpenWorld en Code One Review 2018 - Pillar 1: Data
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 1: Data
Getting value from IoT, Integration and Data Analytics
 
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 1: Cloud Infrastructure
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 1: Cloud Infrastructure AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 1: Cloud Infrastructure
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 1: Cloud Infrastructure
Getting value from IoT, Integration and Data Analytics
 
10 tips voor verbetering in je Linkedin profiel
10 tips voor verbetering in je Linkedin profiel10 tips voor verbetering in je Linkedin profiel
10 tips voor verbetering in je Linkedin profiel
Getting value from IoT, Integration and Data Analytics
 
Iot in de zorg the next step - fit for purpose
Iot in de zorg   the next step - fit for purpose Iot in de zorg   the next step - fit for purpose
Iot in de zorg the next step - fit for purpose
Getting value from IoT, Integration and Data Analytics
 
Iot overview .. Best practices and lessons learned by Conclusion Conenct
Iot overview .. Best practices and lessons learned by Conclusion Conenct Iot overview .. Best practices and lessons learned by Conclusion Conenct
Iot overview .. Best practices and lessons learned by Conclusion Conenct
Getting value from IoT, Integration and Data Analytics
 
IoT Fit for purpose - how to be successful in IOT Conclusion Connect
IoT Fit for purpose - how to be successful in IOT Conclusion Connect IoT Fit for purpose - how to be successful in IOT Conclusion Connect
IoT Fit for purpose - how to be successful in IOT Conclusion Connect
Getting value from IoT, Integration and Data Analytics
 
Industry and IOT Overview of protocols and best practices Conclusion Connect
Industry and IOT Overview of protocols and best practices  Conclusion ConnectIndustry and IOT Overview of protocols and best practices  Conclusion Connect
Industry and IOT Overview of protocols and best practices Conclusion Connect
Getting value from IoT, Integration and Data Analytics
 
IoT practical case using the people counter sensing traffic density build usi...
IoT practical case using the people counter sensing traffic density build usi...IoT practical case using the people counter sensing traffic density build usi...
IoT practical case using the people counter sensing traffic density build usi...
Getting value from IoT, Integration and Data Analytics
 
R introduction decision_trees
R introduction decision_treesR introduction decision_trees
Introduction overviewmachinelearning sig Door Lucas Jellema
Introduction overviewmachinelearning sig Door Lucas JellemaIntroduction overviewmachinelearning sig Door Lucas Jellema
Introduction overviewmachinelearning sig Door Lucas Jellema
Getting value from IoT, Integration and Data Analytics
 
IoT and the Future of work
IoT and the Future of work IoT and the Future of work
Oracle OpenWorld 2017 Review (31st October 2017 - 250 slides)
Oracle OpenWorld 2017 Review (31st October 2017 - 250 slides)Oracle OpenWorld 2017 Review (31st October 2017 - 250 slides)
Oracle OpenWorld 2017 Review (31st October 2017 - 250 slides)
Getting value from IoT, Integration and Data Analytics
 
Ethereum smart contracts - door Peter Reitsma
Ethereum smart contracts - door Peter ReitsmaEthereum smart contracts - door Peter Reitsma
Ethereum smart contracts - door Peter Reitsma
Getting value from IoT, Integration and Data Analytics
 
Blockchain - Techniek en usecases door Robert van Molken - AMIS - Conclusion
Blockchain - Techniek en usecases door Robert van Molken - AMIS - ConclusionBlockchain - Techniek en usecases door Robert van Molken - AMIS - Conclusion
Blockchain - Techniek en usecases door Robert van Molken - AMIS - Conclusion
Getting value from IoT, Integration and Data Analytics
 
kennissessie blockchain - Wat is Blockchain en smart contracts @Conclusion
kennissessie blockchain -  Wat is Blockchain en smart contracts @Conclusion kennissessie blockchain -  Wat is Blockchain en smart contracts @Conclusion
kennissessie blockchain - Wat is Blockchain en smart contracts @Conclusion
Getting value from IoT, Integration and Data Analytics
 
Internet of Things propositie - Enterprise IOT - AMIS - Conclusion
Internet of Things propositie - Enterprise IOT - AMIS - Conclusion Internet of Things propositie - Enterprise IOT - AMIS - Conclusion
Internet of Things propositie - Enterprise IOT - AMIS - Conclusion
Getting value from IoT, Integration and Data Analytics
 
Omc AMIS evenement 26012017 Dennis van Soest
Omc AMIS evenement 26012017 Dennis van SoestOmc AMIS evenement 26012017 Dennis van Soest
Omc AMIS evenement 26012017 Dennis van Soest
Getting value from IoT, Integration and Data Analytics
 

More from Getting value from IoT, Integration and Data Analytics (20)

AMIS Oracle OpenWorld en Code One Review 2018 - Blockchain, Integration, Serv...
AMIS Oracle OpenWorld en Code One Review 2018 - Blockchain, Integration, Serv...AMIS Oracle OpenWorld en Code One Review 2018 - Blockchain, Integration, Serv...
AMIS Oracle OpenWorld en Code One Review 2018 - Blockchain, Integration, Serv...
 
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: Custom Application ...
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: Custom Application ...AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: Custom Application ...
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: Custom Application ...
 
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: SaaS
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: SaaSAMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: SaaS
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: SaaS
 
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 1: Data
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 1: DataAMIS Oracle OpenWorld en Code One Review 2018 - Pillar 1: Data
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 1: Data
 
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 1: Cloud Infrastructure
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 1: Cloud Infrastructure AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 1: Cloud Infrastructure
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 1: Cloud Infrastructure
 
10 tips voor verbetering in je Linkedin profiel
10 tips voor verbetering in je Linkedin profiel10 tips voor verbetering in je Linkedin profiel
10 tips voor verbetering in je Linkedin profiel
 
Iot in de zorg the next step - fit for purpose
Iot in de zorg   the next step - fit for purpose Iot in de zorg   the next step - fit for purpose
Iot in de zorg the next step - fit for purpose
 
Iot overview .. Best practices and lessons learned by Conclusion Conenct
Iot overview .. Best practices and lessons learned by Conclusion Conenct Iot overview .. Best practices and lessons learned by Conclusion Conenct
Iot overview .. Best practices and lessons learned by Conclusion Conenct
 
IoT Fit for purpose - how to be successful in IOT Conclusion Connect
IoT Fit for purpose - how to be successful in IOT Conclusion Connect IoT Fit for purpose - how to be successful in IOT Conclusion Connect
IoT Fit for purpose - how to be successful in IOT Conclusion Connect
 
Industry and IOT Overview of protocols and best practices Conclusion Connect
Industry and IOT Overview of protocols and best practices  Conclusion ConnectIndustry and IOT Overview of protocols and best practices  Conclusion Connect
Industry and IOT Overview of protocols and best practices Conclusion Connect
 
IoT practical case using the people counter sensing traffic density build usi...
IoT practical case using the people counter sensing traffic density build usi...IoT practical case using the people counter sensing traffic density build usi...
IoT practical case using the people counter sensing traffic density build usi...
 
R introduction decision_trees
R introduction decision_treesR introduction decision_trees
R introduction decision_trees
 
Introduction overviewmachinelearning sig Door Lucas Jellema
Introduction overviewmachinelearning sig Door Lucas JellemaIntroduction overviewmachinelearning sig Door Lucas Jellema
Introduction overviewmachinelearning sig Door Lucas Jellema
 
IoT and the Future of work
IoT and the Future of work IoT and the Future of work
IoT and the Future of work
 
Oracle OpenWorld 2017 Review (31st October 2017 - 250 slides)
Oracle OpenWorld 2017 Review (31st October 2017 - 250 slides)Oracle OpenWorld 2017 Review (31st October 2017 - 250 slides)
Oracle OpenWorld 2017 Review (31st October 2017 - 250 slides)
 
Ethereum smart contracts - door Peter Reitsma
Ethereum smart contracts - door Peter ReitsmaEthereum smart contracts - door Peter Reitsma
Ethereum smart contracts - door Peter Reitsma
 
Blockchain - Techniek en usecases door Robert van Molken - AMIS - Conclusion
Blockchain - Techniek en usecases door Robert van Molken - AMIS - ConclusionBlockchain - Techniek en usecases door Robert van Molken - AMIS - Conclusion
Blockchain - Techniek en usecases door Robert van Molken - AMIS - Conclusion
 
kennissessie blockchain - Wat is Blockchain en smart contracts @Conclusion
kennissessie blockchain -  Wat is Blockchain en smart contracts @Conclusion kennissessie blockchain -  Wat is Blockchain en smart contracts @Conclusion
kennissessie blockchain - Wat is Blockchain en smart contracts @Conclusion
 
Internet of Things propositie - Enterprise IOT - AMIS - Conclusion
Internet of Things propositie - Enterprise IOT - AMIS - Conclusion Internet of Things propositie - Enterprise IOT - AMIS - Conclusion
Internet of Things propositie - Enterprise IOT - AMIS - Conclusion
 
Omc AMIS evenement 26012017 Dennis van Soest
Omc AMIS evenement 26012017 Dennis van SoestOmc AMIS evenement 26012017 Dennis van Soest
Omc AMIS evenement 26012017 Dennis van Soest
 

Recently uploaded

Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
Pixlogix Infotech
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Vladimir Iglovikov, Ph.D.
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
DianaGray10
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
Zilliz
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
Matthew Sinclair
 

Recently uploaded (20)

Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
 

Oracle OpenWorld 2014 Review Part Five - SaaS

  • 1. Review Oracle OpenWorld 2014 Part Five - SaaS Team AMIS 16th October 2014
  • 2. 2 User Experience Revolution
  • 3. Where we came from… 3
  • 5. 5 User Interface vs User Experience
  • 6. 6
  • 7. DESIGN PRICIPLES • Always connected • Any location • Intelligent context • Work on multiple deivces • Convenient, easy to use • Consumer acceptance • Use device for purpose (laptop, tablet, phone etc.) • Show what matters most • Small relevant info an direct aciton • Multimodal input (voice, tekst, photo, video) 7
  • 8. 3 STEP DESIGN PRINCIPLE 8
  • 11. Result: Oracle Alta UI 11 • Mobile first design • Simple and uncluttered layouts • Clear information hierarchy • Engage users with visual content Skin for ADF 12.1.3
  • 12. ORACLE MAX12 “MAX is the answer to accelerating mobilization by giving business-side workers the chance to simply create a mobile UI for any Cloud business processes at the touch of a few buttons” - Browser based - No coding required - Easy map to business services - Edit, test and publish from browser
  • 13. 13
  • 14. 14 Oracle Alta UI • New UI design principle • Mobile and web UI • New skin • MAF 2.0 ADF 12.1.3 • The new standard for Oracle
  • 15. 15 Alta UI On IPad
  • 16. 16 Alta UI On iOS Simulator
  • 17. 17 Simple, Fresh, Modern Design • Mobile first • Larger (and fewer) components • Flatter visual design • Spacious layout • Very little “chrome”
  • 18. 18 Emphasize Key Page Content • Use data visualization (ADF DVT components) • Use color to highlight important data
  • 19. 19 Page Layout in Alta • Vertical page scrolling • Page content constrained horizontally and centered
  • 20. 20 New Skin Family – Alta • Available in ADF 12.1.3 • Work Better skin (extends Alta)
  • 21. 21 Turning on the Alta skin • Turning on the Alta skin
  • 22. 22 Skin Comparison: Skyros vs. Alta
  • 23. 23 Alta UI Content • Access information – through search • Large touch targets – Larger rows – Larger Images – Charts • alternate view: – card view
  • 24. 24 Navigation: Content over Chrome • Touch content: – a row in a list – an image – a chart metric
  • 25. 25 Alta UI Animation • New <af:deck> and <af:transition> components • More animation for a compelling experience
  • 26. 26 Alta UI Animation - Transitions • Alternate presentation of same object, additional data is shown
  • 27. 27 Tablet First Page Template • Mobile friendly design principles • Three column layout • Ideal for both tablet (landscape orientation) and desktop
  • 28. 28 Service Bus 12c Cool feature • Today’s SOA world is no longer all about SOAP and XML. More and more mobile solutions and other integration platforms and tools prefer REST Services and JSON. • The Service Bus has always been able to provide REST services as well as SOAP, and could even do JSON if you put your mind to it. • Internally, in the Proxy Message Flows, it was all about SOAP and XML • In SB 12.1.3, the Service Bus supports JSON as well as XML REST services, variables etc. • In SB 12.2, Javascript actions and “end-to-end REST” will allow for “native” JSON processing in Message Flows.
  • 29. 29 New ADF Data Visualization Features • Since ADF 12.1.3 Over 30+ (improved) chart types • Improved Server Scalability • Redesigned zoom and scroll • Much Simpler Styling
  • 31. 31 New Gauges • Gauge types – LED – status meter – Dial – new rating gauge – Supports input (Rating only)
  • 32. 32 New Designed Zoom and Scroll
  • 33. 33 Marquee zoom and selection
  • 35. 35 Time Line • Visualize Events on an Interactive Timeline • Support for time duration (yet MAF only, ADF will have it soon as well)
  • 36. 36 Thematic Map - New Features • Image markers (option to set the orientation) • Smart data zooming • Drill down • Support for custom base maps • Hide area layer • Marker locations can be updated
  • 37. 37 Thematic Map – Custom base map • Visualize information and support interaction in a wide variety of visual contexts
  • 38. 38 Thematic Map – Custom base map • Points and basemap in XML file
  • 39. 39 Thematic Map – Upcoming Features • N-Box Mashup
  • 40. 40 Thematic Map – Upcoming Features • Pie Mashup
  • 41. 41 Thematic Map – Upcoming Features • StatusMeter Mashup
  • 42. 42 New Visualization: N-Box (Yet MAF only) • Visualizes and compares data across two dimensions • Supports various options for color coding, marker shapes, and grouping
  • 44. 44 DB 12c Cool features Did you know that … • VARCHAR2 in SQL has been extended to 32K – only if the MAX_STRING_SIZE initialization parameter is set to EXTENDED
  • 45. 45 DB 12c Cool features Did you know that … • By using the ACCESSIBLE_BY clause in the package definition you can define a "whitelist" of program units that can invoke a package's subprograms – Multiple program units can be whitelisted separated by comma – PLS-00904: insufficient privilege to access object PRIVATE_PKG PACKAGE private_pkg ACCESSIBLE BY (public_pkg) IS PROCEDURE do_this; PROCEDURE do_that; END; PACKAGE BODY public_pkg IS PROCEDURE do_only_this IS BEGIN private_pkg.do_this; private_pkg.do_that; END; END;
  • 46. 46 DB 12c Cool features Did you know that … • With Top-N query’s you can easily select the n most recent records – Instead of using an inline view or analytical functions SQL> select empno, ename, hiredate 2 from scott.emp 3 order by hiredate desc 4 fetch first 2 rows only; By using offset you can continue fetching more records SQL> select empno, ename, hiredate 2 from scott.emp 3 order by hiredate desc 4 offset 2 fetch next 2 rows only;
  • 47. 47 DB 12c Cool features Did you know that … • There is a feature called temporal validity? – Defines when a row is valid SQL> CREATE TABLE emp_temporal ( 2 empno NUMBER, 3 name VARCHAR2(30), 4 sal NUMBER, 5 deptno NUMBER, 6 start_dt DATE, 7 end_dt DATE, 8 PERIOD FOR valid_range (start_dt, end_dt) 9 ); Table created. SQL> select * from emp_temporal 2 as of period for valid_range '01-FEB-14';
  • 48. 48 Social and collaboration Oracle and Social???
  • 49. Products 49 Oracle Social Engagement and Monitoring Cloud Service Oracle Social Marketing Cloud Service Oracle Social Network
  • 50. Practical application 50 Oracle Social Engagement and Monitoring - Monitor your social profile of your company (analyze) - Target potential customers. Lead customers, opinion formers - Monitor social engagement of your employees (positive / negative) Oracle Social Marketing - Social marketing - Easy publishing - Monitor engagement Oracle Social Network - Fast communication / collabroation - Context sensitive timeline and news feed - Direct communication
  • 51. 51 Fusion Apps at OOW
  • 52. 52 Fusion Applications in the Cloud
  • 53. 53 One Example ……
  • 54. 54 Work with Notifications
  • 57. 57 SOA Suite Cool Feature
  • 58. 58

Editor's Notes

  1. Start your layout off right with this new page template constructed with the key mobile friendly design principles in mind.  This three column layout template is ideal for both a tablet in the landscape orientation and the desktop. It contains a top area that works well for a logo, product name, and navigation components. The left area also works well for navigation controls. Target the center area for the main content of the page. The right area can contain ancillary content. The content shown in the below screenshot merely suggests what to add and where. It is not included with the template.
  2. Over 50 chart types •Client-side layout •Redesigned zoom and scroll •Marquee zoom and selection •Redesigned Time axis •Improved data labeling