SlideShare a Scribd company logo
ADF & MAF Data Visualization 
Misc and Mobile 
OgH Thema Bijeenkomst ; November 12th 2014 Utrecht Netherlands
Active
Diagram 
The Following is a summary of OOW Session CON2057
What is a Diagram
Example
Coding the Diagram 
<dvt:diagram layout="…"> 
<dvt:clientLayout …/> 
<dvt:diagramNodes value="#{diagramModel.nodes}" var="node"> 
<dvt:diagramNode nodeId="#{node.uniqueNodeId}" label="#{node.nodeLabel}"> 
<f:facet name="zoom100"> 
… 
</f:facet> 
</dvt:diagramNode> 
</dvt:diagramNodes> 
<dvt:diagramLinks value="#{diagramModel.links}" var="link"> 
<dvt:diagramLink label="#{link.label}" 
startNode="#{link.sourceNodeId}" 
endNode="#{link.destinationNodeId}" 
linkStyle="dash" 
startConnectorType="circle" 
endConnectorType="arrowOpen"/> 
</dvt:diagramLink> 
</dvt:diagramLinks> 
</dvt:diagram>
Nodes
The Shape of the Diagram
Sankey Diagram
Demo
Oracle Data Visualization Tools 
• Full set of beautiful, interactive visualizations 
• Mobile first design/touch support 
• Responsive Layout and Animation 
• Shared across Oracle ADF and Mobile Application Framework 
• And MAF get’s them sooner !
Mobile Data Visualization
Gauges
Charts
Thematic maps
Thematic maps
Mobile Maps
Mobile Maps
Google Places
Use GPS for location Based 
Services 
public Location getPosition(){ 
DeviceManager dm=DeviceManagerFactory.getDeviceManager(); 
Location currentPosition = dm.getCurrentPosition( 60000,true); 
return currentPosition; 
} 
Location myPosition = getPosition(); 
String locationParameter = “location=” 
+ myPosition.getLatitude(); 
+”,” 
+ myPosition.getLongitude(); 
restServiceAdapter.setRequestURI( 
"json?” 
+locationParameter 
+”&radius=1000” 
+”&types=food” 
+”&sensor=false&key=<yourApiKey>");
OgH Data Visualization Special Part III
Mobile Demo
It’s a Wrap 
• This only was a summary and a subset of all components ! 
• All are Fully functional 
• All are Interactive 
• Shared across ADF and MAF 
• Use them to Add MEANING to Data 
• Use theme whenever possible
Q and A
Luc Bors, AMIS, The Netherlands 
Luc.Bors@amis.nl 
LucBors@gmail.com 
Follow me on : @lucb_

More Related Content

PDF
Volt Showcase - Planning Poker
PDF
ADF Data Visualisatie sessie - Introductie DVT componenten
PDF
중소기업 모바일 정보화와 Ebiz 경쟁전략
PDF
Magpi Mobile Tour
PPTX
Mobile Data Visualization and Analytics
PPTX
Mobile data collection and d viz presentation
PPT
Mobile App Test Attacks to Efficiently Explore Software
PDF
웹drm 시온
Volt Showcase - Planning Poker
ADF Data Visualisatie sessie - Introductie DVT componenten
중소기업 모바일 정보화와 Ebiz 경쟁전략
Magpi Mobile Tour
Mobile Data Visualization and Analytics
Mobile data collection and d viz presentation
Mobile App Test Attacks to Efficiently Explore Software
웹drm 시온

Viewers also liked (17)

PDF
2014 mdlp 노트북분실대응포함
KEY
SecondPrism Webinar Sept-18-2012
PPTX
MDeC, Tune Talk, Effective Measure Mobile Data Visualization Hackathon (6-7 D...
PPT
Mobile Platform
PDF
모바일 앱(App) 통계분석 '앱랭커' 서비스 소개서
PDF
SAP BusinessOjects Roambi Solution Relief - Mobile Data Visualization
PPT
Online Visualization and Organization Tools
PDF
Mobile shopping behaviour
PPTX
Blogging, IT Trend를 읽는 Smart한 방법
PDF
모바일앱 개발에서 개발자가 알아야할 팁
PPTX
New Media Marketing Strategies - Mobile, Cloud Computing Research
PPTX
Big Data and Data Visualization(Inforgraphics) 2012년 KISTI(한국정보과학기술연구원) 발표 자료
PPTX
가장 쉬운 안드로이드 앱 개발 방법 앱인벤터
PDF
H3 2011 하이브리드 앱 아키텍쳐 및 개발방법
 
PPTX
하이브리드 앱 개발 개요
PDF
빅데이터 분석과 모바일 비즈니스 활용전략
PDF
모바일앱개발 교육자료
2014 mdlp 노트북분실대응포함
SecondPrism Webinar Sept-18-2012
MDeC, Tune Talk, Effective Measure Mobile Data Visualization Hackathon (6-7 D...
Mobile Platform
모바일 앱(App) 통계분석 '앱랭커' 서비스 소개서
SAP BusinessOjects Roambi Solution Relief - Mobile Data Visualization
Online Visualization and Organization Tools
Mobile shopping behaviour
Blogging, IT Trend를 읽는 Smart한 방법
모바일앱 개발에서 개발자가 알아야할 팁
New Media Marketing Strategies - Mobile, Cloud Computing Research
Big Data and Data Visualization(Inforgraphics) 2012년 KISTI(한국정보과학기술연구원) 발표 자료
가장 쉬운 안드로이드 앱 개발 방법 앱인벤터
H3 2011 하이브리드 앱 아키텍쳐 및 개발방법
 
하이브리드 앱 개발 개요
빅데이터 분석과 모바일 비즈니스 활용전략
모바일앱개발 교육자료
Ad

More from Luc Bors (20)

PDF
Talk to me Goose: Going beyond your regular Chatbot
PDF
Extending Oracle SaaS Using Oracle Cloud UX Rapid Development Kit
PDF
NO CODE : Or How to Extend Oracle SaaS with Oracle Visual Builder Cloud Service
PDF
Real Life MAF (2.2) Oracle Open World 2015
PDF
Real life-maf-2015-k scope-final
PPTX
Real life-maf-2015
PDF
ADF Essentials (KScope14)
PDF
Reaching out from ADF Mobile (ODTUG KScope 2014)
PDF
OgH Data Visualization Special Part II
PDF
OgH Data Visualization Special Part I
PDF
MAF push notifications
PDF
Doag wysiwyg
PDF
amis-adf-enterprise-mobility
PDF
Oracle day 2014-mobile-customer-case
PDF
Oracle MAF real life OOW.pptx
PDF
AMIS UX Event 2014: Mobile ADF; From Design To Device; The Tools that make it...
PDF
ADF Mobile: 10 Things you don't get from the developers guide
PPTX
oow2013-adf-mo-bi-le
PDF
Goodbye Nightmare : Tops and Tricks for creating Layouts
PDF
Dont Reinvent the Wheel: Tips and Tricks for reuse in ADF
Talk to me Goose: Going beyond your regular Chatbot
Extending Oracle SaaS Using Oracle Cloud UX Rapid Development Kit
NO CODE : Or How to Extend Oracle SaaS with Oracle Visual Builder Cloud Service
Real Life MAF (2.2) Oracle Open World 2015
Real life-maf-2015-k scope-final
Real life-maf-2015
ADF Essentials (KScope14)
Reaching out from ADF Mobile (ODTUG KScope 2014)
OgH Data Visualization Special Part II
OgH Data Visualization Special Part I
MAF push notifications
Doag wysiwyg
amis-adf-enterprise-mobility
Oracle day 2014-mobile-customer-case
Oracle MAF real life OOW.pptx
AMIS UX Event 2014: Mobile ADF; From Design To Device; The Tools that make it...
ADF Mobile: 10 Things you don't get from the developers guide
oow2013-adf-mo-bi-le
Goodbye Nightmare : Tops and Tricks for creating Layouts
Dont Reinvent the Wheel: Tips and Tricks for reuse in ADF
Ad

Recently uploaded (20)

PDF
Nekopoi APK 2025 free lastest update
PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
medical staffing services at VALiNTRY
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PPTX
CHAPTER 2 - PM Management and IT Context
PPTX
Reimagine Home Health with the Power of Agentic AI​
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
System and Network Administraation Chapter 3
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
Digital Strategies for Manufacturing Companies
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
System and Network Administration Chapter 2
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PPTX
ai tools demonstartion for schools and inter college
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
Nekopoi APK 2025 free lastest update
PTS Company Brochure 2025 (1).pdf.......
medical staffing services at VALiNTRY
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
2025 Textile ERP Trends: SAP, Odoo & Oracle
CHAPTER 2 - PM Management and IT Context
Reimagine Home Health with the Power of Agentic AI​
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
System and Network Administraation Chapter 3
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
Which alternative to Crystal Reports is best for small or large businesses.pdf
How to Choose the Right IT Partner for Your Business in Malaysia
VVF-Customer-Presentation2025-Ver1.9.pptx
Digital Strategies for Manufacturing Companies
Design an Analysis of Algorithms I-SECS-1021-03
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
System and Network Administration Chapter 2
Odoo Companies in India – Driving Business Transformation.pdf
ai tools demonstartion for schools and inter college
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free

OgH Data Visualization Special Part III

  • 1. ADF & MAF Data Visualization Misc and Mobile OgH Thema Bijeenkomst ; November 12th 2014 Utrecht Netherlands
  • 3. Diagram The Following is a summary of OOW Session CON2057
  • 4. What is a Diagram
  • 6. Coding the Diagram <dvt:diagram layout="…"> <dvt:clientLayout …/> <dvt:diagramNodes value="#{diagramModel.nodes}" var="node"> <dvt:diagramNode nodeId="#{node.uniqueNodeId}" label="#{node.nodeLabel}"> <f:facet name="zoom100"> … </f:facet> </dvt:diagramNode> </dvt:diagramNodes> <dvt:diagramLinks value="#{diagramModel.links}" var="link"> <dvt:diagramLink label="#{link.label}" startNode="#{link.sourceNodeId}" endNode="#{link.destinationNodeId}" linkStyle="dash" startConnectorType="circle" endConnectorType="arrowOpen"/> </dvt:diagramLink> </dvt:diagramLinks> </dvt:diagram>
  • 8. The Shape of the Diagram
  • 10. Demo
  • 11. Oracle Data Visualization Tools • Full set of beautiful, interactive visualizations • Mobile first design/touch support • Responsive Layout and Animation • Shared across Oracle ADF and Mobile Application Framework • And MAF get’s them sooner !
  • 20. Use GPS for location Based Services public Location getPosition(){ DeviceManager dm=DeviceManagerFactory.getDeviceManager(); Location currentPosition = dm.getCurrentPosition( 60000,true); return currentPosition; } Location myPosition = getPosition(); String locationParameter = “location=” + myPosition.getLatitude(); +”,” + myPosition.getLongitude(); restServiceAdapter.setRequestURI( "json?” +locationParameter +”&radius=1000” +”&types=food” +”&sensor=false&key=<yourApiKey>");
  • 23. It’s a Wrap • This only was a summary and a subset of all components ! • All are Fully functional • All are Interactive • Shared across ADF and MAF • Use them to Add MEANING to Data • Use theme whenever possible
  • 25. Luc Bors, AMIS, The Netherlands Luc.Bors@amis.nl LucBors@gmail.com Follow me on : @lucb_