SlideShare a Scribd company logo
1 of 21
Download to read offline
Xml usage in my work
Joni Kettunen
1.12.2015
General description
One skill a developer needs to know. Some others are HTML(5), SQL, programming languages
like C#, Java, JavaScript, VB.NET or Ruby.
It is used quite often
●
Information transfer in standardized packages/form
●
Configuration files
●
User Interface (WPF, HTML5, Silverlight)
Essential skill or almost useless, depending on your work. Like foreign language studies.
Examples
●
Electricity meter, WebServices
●
Data transfer between library system and web front end.
●
Alert location (Datex)
●
UI
●
Tools
Electricity meter
●
IP, grid or GSM
●
Commands defined in the meter type specific
interface documentation
●
Tariffs and data
Implementing SOAP interface
TCP/IP monitor : SOAP Message Tracer
Implementing driver for the interface using mock data.
Test driven development and unit tests (TDD)
SOAP message
Debug with
Tracer
Test with
SOAP UI
Delivery of a SOAP message
meter
Meter
reading
software
Message traffic
SOAP
SOAP
meter
Meter
reading
software
Msg traffic
SOAP
SOAP
Msg traffic
SOAP
Message
Tracer
Data transfer example
<Catalogue>
<CatalogueId>12345678</CatalogueId>
<CatalogueAuthor>J. K. Rowling</Cat...
<CatalogueItem>
<CatalogueItemBorrower>11223344</C...
<CatalogueItemMaterialType>Book</C...
</CatalogueItem>
…
Readability, size, redundant repeating
Good xml message
Compact size might be hard to read. Should you use variables, strings or boolean flags?
<Email>true</EMail><SMS>false</SMS><Mail>true</Mail>
<Delivery>1,0,1<Delivery>
<Delivery>5</Delivery> <= Bit sum
Number of tags, length of a tag and hierarchy
File size vs. readability, and standards. When does bandwidth matter?
XML tools
Wikipedia: Comparison of XML editors
Full featured tools (XML Spy etc.) vs. highlight (Notepad+, ConText, Emacs etc.)
Silverlight and WPF
●
Library management system, Aurora and areena.yle.fi
●
Windows Phone apps
●
Finnish transport agency Häti
●
Finnish transport agency TLOIK
WPF
Vector based, easy to scale
up/down
Element anchoring and placing
is challenging
Restricted framework compared
to Forms
WPF UI example
No loss of detail when scaling
Resizing to fill empty space, just
few calculations or good layout
plan
Easy themes and eye candy
XAML tools
VS and Blend
Coding vs. Storyboard
Additional components (AddIn = Plugin)
657 eur – 3383 eur
Code, editor
Community, free
Professional, version control
Enterprise, testing and IDE improvements
Blend
UI desing
Component
customization
Animations
VS IDE
Demo
Few demo elements
<Label Name="OneIfResult" Content="0" Grid.Row="2" Grid.Column="1"
HorizontalContentAlignment="Right"/>
<Label Content="StringBuilder" Grid.Row="4" Grid.Column="0"/>
<Label Name="StringBuilderResult" Content="0" Grid.Row="4" Grid.Column="1"
HorizontalContentAlignment="Right"/>
<Button Name="StringBuilderOnly" Grid.Column="1" Grid.Row="6"
Content="StringBuilder only" Click="StringBuilderOnly_Click"/>
<Button Name="StartAllButton" Grid.Column="2" Grid.Row="6"
Content="Start all" Click="StartAllButton_Click"/>
Conclusion
Understanding is more important than the technical term:
HTML5, XML, XAML, SOAP, WebService
Choosing right tools
Meaning of the xml depends on your role
specialist, project manager or (tech) leader
Theory and practice
Questions?
Thank You!
Joni Kettunen, Senior Software Developer
joni.kettunen@digia.com | www.digia.com

More Related Content

What's hot

Incremental Queries and Transformations for Engineering Critical Systems
Incremental Queries and Transformations for Engineering Critical SystemsIncremental Queries and Transformations for Engineering Critical Systems
Incremental Queries and Transformations for Engineering Critical SystemsÁkos Horváth
 
Overview of microsoft dot net platforms
Overview of microsoft dot net platformsOverview of microsoft dot net platforms
Overview of microsoft dot net platformsAbhijit B.
 
Building Applications for SQL Server 2008
Building Applications for SQL Server 2008Building Applications for SQL Server 2008
Building Applications for SQL Server 2008Dave Bost
 
REPORT ON ASP.NET
REPORT ON ASP.NETREPORT ON ASP.NET
REPORT ON ASP.NETLOKESH
 
Eclipse democamp 01122010
Eclipse democamp 01122010Eclipse democamp 01122010
Eclipse democamp 01122010Steen Brahe
 
Shine a Light with Prism (the Composite Application Guidance for WPF and Silv...
Shine a Light with Prism (the Composite Application Guidance for WPF and Silv...Shine a Light with Prism (the Composite Application Guidance for WPF and Silv...
Shine a Light with Prism (the Composite Application Guidance for WPF and Silv...Dave Bost
 
Tech Lunch 9 25 2008
Tech Lunch 9 25 2008Tech Lunch 9 25 2008
Tech Lunch 9 25 2008rothacr
 
Be04 introduction to ef 6.0
Be04   introduction to ef 6.0Be04   introduction to ef 6.0
Be04 introduction to ef 6.0DotNetCampus
 
Pythonsevilla2019 - Introduction to MLFlow
Pythonsevilla2019 - Introduction to MLFlowPythonsevilla2019 - Introduction to MLFlow
Pythonsevilla2019 - Introduction to MLFlowFernando Ortega Gallego
 
ML Infra for Netflix Recommendations - AI NEXTCon talk
ML Infra for Netflix Recommendations - AI NEXTCon talkML Infra for Netflix Recommendations - AI NEXTCon talk
ML Infra for Netflix Recommendations - AI NEXTCon talkFaisal Siddiqi
 
Netflix Recommendations Feature Engineering with Time Travel
Netflix Recommendations Feature Engineering with Time TravelNetflix Recommendations Feature Engineering with Time Travel
Netflix Recommendations Feature Engineering with Time TravelFaisal Siddiqi
 
ML Platform Q1 Meetup: End to-end Feature Analysis, Validation and Transforma...
ML Platform Q1 Meetup: End to-end Feature Analysis, Validation and Transforma...ML Platform Q1 Meetup: End to-end Feature Analysis, Validation and Transforma...
ML Platform Q1 Meetup: End to-end Feature Analysis, Validation and Transforma...Fei Chen
 
What is dotnet (.NET) ?
What is dotnet (.NET) ?What is dotnet (.NET) ?
What is dotnet (.NET) ?Talha Shahzad
 

What's hot (18)

Net development
Net developmentNet development
Net development
 
Net development
Net developmentNet development
Net development
 
Incremental Queries and Transformations for Engineering Critical Systems
Incremental Queries and Transformations for Engineering Critical SystemsIncremental Queries and Transformations for Engineering Critical Systems
Incremental Queries and Transformations for Engineering Critical Systems
 
Overview of microsoft dot net platforms
Overview of microsoft dot net platformsOverview of microsoft dot net platforms
Overview of microsoft dot net platforms
 
Building Applications for SQL Server 2008
Building Applications for SQL Server 2008Building Applications for SQL Server 2008
Building Applications for SQL Server 2008
 
REPORT ON ASP.NET
REPORT ON ASP.NETREPORT ON ASP.NET
REPORT ON ASP.NET
 
Eclipse democamp 01122010
Eclipse democamp 01122010Eclipse democamp 01122010
Eclipse democamp 01122010
 
Shine a Light with Prism (the Composite Application Guidance for WPF and Silv...
Shine a Light with Prism (the Composite Application Guidance for WPF and Silv...Shine a Light with Prism (the Composite Application Guidance for WPF and Silv...
Shine a Light with Prism (the Composite Application Guidance for WPF and Silv...
 
Tech Lunch 9 25 2008
Tech Lunch 9 25 2008Tech Lunch 9 25 2008
Tech Lunch 9 25 2008
 
Be04 introduction to ef 6.0
Be04   introduction to ef 6.0Be04   introduction to ef 6.0
Be04 introduction to ef 6.0
 
Unit 1
Unit 1Unit 1
Unit 1
 
Pythonsevilla2019 - Introduction to MLFlow
Pythonsevilla2019 - Introduction to MLFlowPythonsevilla2019 - Introduction to MLFlow
Pythonsevilla2019 - Introduction to MLFlow
 
.NET presentation
.NET presentation.NET presentation
.NET presentation
 
ML Infra for Netflix Recommendations - AI NEXTCon talk
ML Infra for Netflix Recommendations - AI NEXTCon talkML Infra for Netflix Recommendations - AI NEXTCon talk
ML Infra for Netflix Recommendations - AI NEXTCon talk
 
Intro dotnet
Intro dotnetIntro dotnet
Intro dotnet
 
Netflix Recommendations Feature Engineering with Time Travel
Netflix Recommendations Feature Engineering with Time TravelNetflix Recommendations Feature Engineering with Time Travel
Netflix Recommendations Feature Engineering with Time Travel
 
ML Platform Q1 Meetup: End to-end Feature Analysis, Validation and Transforma...
ML Platform Q1 Meetup: End to-end Feature Analysis, Validation and Transforma...ML Platform Q1 Meetup: End to-end Feature Analysis, Validation and Transforma...
ML Platform Q1 Meetup: End to-end Feature Analysis, Validation and Transforma...
 
What is dotnet (.NET) ?
What is dotnet (.NET) ?What is dotnet (.NET) ?
What is dotnet (.NET) ?
 

Viewers also liked

DIO Consulting Presentation for Start-Ups & SME's
DIO Consulting Presentation for Start-Ups & SME'sDIO Consulting Presentation for Start-Ups & SME's
DIO Consulting Presentation for Start-Ups & SME'sdioconsulting
 
Xml työelämässä 2015
Xml työelämässä 2015Xml työelämässä 2015
Xml työelämässä 2015JoniKettunen
 
Kina . nova ekonomska sila lj đ
Kina . nova ekonomska sila lj đKina . nova ekonomska sila lj đ
Kina . nova ekonomska sila lj đljubicadj1
 
XML usage in my work, 2015
XML usage in my work, 2015XML usage in my work, 2015
XML usage in my work, 2015JoniKettunen
 
Reality Expo Noivas 5ª edição
Reality Expo Noivas 5ª ediçãoReality Expo Noivas 5ª edição
Reality Expo Noivas 5ª ediçãocontatonoivasabc
 
Sand Casting Process
Sand Casting ProcessSand Casting Process
Sand Casting Processnaturalform
 
DIO Consulting Presentation for Corporate & Large Organizations
DIO Consulting Presentation for Corporate & Large OrganizationsDIO Consulting Presentation for Corporate & Large Organizations
DIO Consulting Presentation for Corporate & Large Organizationsdioconsulting
 
Harbour Springs Resort and Spa Palawan
Harbour Springs Resort and Spa PalawanHarbour Springs Resort and Spa Palawan
Harbour Springs Resort and Spa PalawanDanny Galosmo
 
Xml tyoelamassa eng
Xml tyoelamassa engXml tyoelamassa eng
Xml tyoelamassa engJoniKettunen
 
Sand Casting Process
Sand Casting ProcessSand Casting Process
Sand Casting Processnaturalform
 
Gömülü Sistemlerde Derin Öğrenme Uygulamaları
Gömülü Sistemlerde Derin Öğrenme UygulamalarıGömülü Sistemlerde Derin Öğrenme Uygulamaları
Gömülü Sistemlerde Derin Öğrenme UygulamalarıFerhat Kurt
 
Interior Design Portfolio_ Lana Bates
Interior Design Portfolio_ Lana BatesInterior Design Portfolio_ Lana Bates
Interior Design Portfolio_ Lana BatesLanaBates
 
Ct231 assignment 4
Ct231 assignment 4Ct231 assignment 4
Ct231 assignment 4lydiashirley
 
Izin prinsip pengolahan batubara
Izin prinsip pengolahan batubaraIzin prinsip pengolahan batubara
Izin prinsip pengolahan batubaraUnggie Unggu
 
B pp2007-76-perubahan-kelima-pp1993-14-tentang-penyelenggaraan-program-jamsos...
B pp2007-76-perubahan-kelima-pp1993-14-tentang-penyelenggaraan-program-jamsos...B pp2007-76-perubahan-kelima-pp1993-14-tentang-penyelenggaraan-program-jamsos...
B pp2007-76-perubahan-kelima-pp1993-14-tentang-penyelenggaraan-program-jamsos...Unggie Unggu
 

Viewers also liked (18)

DIO Consulting Presentation for Start-Ups & SME's
DIO Consulting Presentation for Start-Ups & SME'sDIO Consulting Presentation for Start-Ups & SME's
DIO Consulting Presentation for Start-Ups & SME's
 
Xml työelämässä 2015
Xml työelämässä 2015Xml työelämässä 2015
Xml työelämässä 2015
 
Kina . nova ekonomska sila lj đ
Kina . nova ekonomska sila lj đKina . nova ekonomska sila lj đ
Kina . nova ekonomska sila lj đ
 
XML usage in my work, 2015
XML usage in my work, 2015XML usage in my work, 2015
XML usage in my work, 2015
 
Ndi gender research feb 2016 ukr vf
Ndi gender research feb 2016   ukr vfNdi gender research feb 2016   ukr vf
Ndi gender research feb 2016 ukr vf
 
Reality Expo Noivas 5ª edição
Reality Expo Noivas 5ª ediçãoReality Expo Noivas 5ª edição
Reality Expo Noivas 5ª edição
 
Sand Casting Process
Sand Casting ProcessSand Casting Process
Sand Casting Process
 
DIO Consulting Presentation for Corporate & Large Organizations
DIO Consulting Presentation for Corporate & Large OrganizationsDIO Consulting Presentation for Corporate & Large Organizations
DIO Consulting Presentation for Corporate & Large Organizations
 
Harbour Springs Resort and Spa Palawan
Harbour Springs Resort and Spa PalawanHarbour Springs Resort and Spa Palawan
Harbour Springs Resort and Spa Palawan
 
Xml tyoelamassa eng
Xml tyoelamassa engXml tyoelamassa eng
Xml tyoelamassa eng
 
Rusija ljđ
Rusija  ljđRusija  ljđ
Rusija ljđ
 
Sand Casting Process
Sand Casting ProcessSand Casting Process
Sand Casting Process
 
Gömülü Sistemlerde Derin Öğrenme Uygulamaları
Gömülü Sistemlerde Derin Öğrenme UygulamalarıGömülü Sistemlerde Derin Öğrenme Uygulamaları
Gömülü Sistemlerde Derin Öğrenme Uygulamaları
 
Interior Design Portfolio_ Lana Bates
Interior Design Portfolio_ Lana BatesInterior Design Portfolio_ Lana Bates
Interior Design Portfolio_ Lana Bates
 
Ct231 assignment 4
Ct231 assignment 4Ct231 assignment 4
Ct231 assignment 4
 
Izin prinsip pengolahan batubara
Izin prinsip pengolahan batubaraIzin prinsip pengolahan batubara
Izin prinsip pengolahan batubara
 
Xml työelamässa
Xml työelamässaXml työelamässa
Xml työelamässa
 
B pp2007-76-perubahan-kelima-pp1993-14-tentang-penyelenggaraan-program-jamsos...
B pp2007-76-perubahan-kelima-pp1993-14-tentang-penyelenggaraan-program-jamsos...B pp2007-76-perubahan-kelima-pp1993-14-tentang-penyelenggaraan-program-jamsos...
B pp2007-76-perubahan-kelima-pp1993-14-tentang-penyelenggaraan-program-jamsos...
 

Similar to Xml usage in my work

Data Driven WPF and Silverlight Applications
Data Driven WPF and Silverlight ApplicationsData Driven WPF and Silverlight Applications
Data Driven WPF and Silverlight ApplicationsDave Allen
 
Net framework
Net frameworkNet framework
Net frameworksumit1503
 
Re-use Your Skills and Code to Expand the Reach of Your Apps with Silverlight
Re-use Your Skills and Code to Expand the Reach of Your Apps with SilverlightRe-use Your Skills and Code to Expand the Reach of Your Apps with Silverlight
Re-use Your Skills and Code to Expand the Reach of Your Apps with SilverlightFrank La Vigne
 
Soprex framework on .net in action
Soprex framework on .net in actionSoprex framework on .net in action
Soprex framework on .net in actionMilan Vukoje
 
Near real-time anomaly detection at Lyft
Near real-time anomaly detection at LyftNear real-time anomaly detection at Lyft
Near real-time anomaly detection at Lyftmarkgrover
 
Cetpa infotech is the best advanced .net training institute in Delhi NCR
Cetpa infotech is the best advanced .net training institute in Delhi NCRCetpa infotech is the best advanced .net training institute in Delhi NCR
Cetpa infotech is the best advanced .net training institute in Delhi NCRACCHITABAJPAI
 
Software Development Trends 2010-2011
Software Development Trends 2010-2011Software Development Trends 2010-2011
Software Development Trends 2010-2011Charalampos Arapidis
 
Net framework
Net frameworkNet framework
Net frameworkjhsri
 
Bn1001 demo ppt advance dot net
Bn1001 demo ppt advance dot netBn1001 demo ppt advance dot net
Bn1001 demo ppt advance dot netconline training
 
Introduction To Dotnet
Introduction To DotnetIntroduction To Dotnet
Introduction To DotnetSAMIR BHOGAYTA
 
Introduction To Wpf Engines
Introduction To Wpf   EnginesIntroduction To Wpf   Engines
Introduction To Wpf EnginesTamir Khason
 
FEDSPUG April 2014: Visual Studio 2013 for Application Lifecycle Management &...
FEDSPUG April 2014: Visual Studio 2013 for Application Lifecycle Management &...FEDSPUG April 2014: Visual Studio 2013 for Application Lifecycle Management &...
FEDSPUG April 2014: Visual Studio 2013 for Application Lifecycle Management &...WSPDC & FEDSPUG
 
Raj Wpf Controls
Raj Wpf ControlsRaj Wpf Controls
Raj Wpf Controlsrramabad
 
NET Event - Migrating WinForm
NET Event - Migrating WinFormNET Event - Migrating WinForm
NET Event - Migrating WinFormRaffaele Garofalo
 
Overview of VS2010 and .NET 4.0
Overview of VS2010 and .NET 4.0Overview of VS2010 and .NET 4.0
Overview of VS2010 and .NET 4.0Bruce Johnson
 
Developing RIAs... 10 reasons to use Adobe Flex
Developing RIAs... 10 reasons to use Adobe FlexDeveloping RIAs... 10 reasons to use Adobe Flex
Developing RIAs... 10 reasons to use Adobe FlexMatthias Zeller
 
Intro to VS 2010 & .Net 4.0
Intro to VS 2010 & .Net 4.0Intro to VS 2010 & .Net 4.0
Intro to VS 2010 & .Net 4.0Clint Edmonson
 
.NET 4 Demystified - Sandeep Joshi
.NET 4 Demystified - Sandeep Joshi.NET 4 Demystified - Sandeep Joshi
.NET 4 Demystified - Sandeep JoshiSpiffy
 

Similar to Xml usage in my work (20)

Data Driven WPF and Silverlight Applications
Data Driven WPF and Silverlight ApplicationsData Driven WPF and Silverlight Applications
Data Driven WPF and Silverlight Applications
 
Net framework
Net frameworkNet framework
Net framework
 
Re-use Your Skills and Code to Expand the Reach of Your Apps with Silverlight
Re-use Your Skills and Code to Expand the Reach of Your Apps with SilverlightRe-use Your Skills and Code to Expand the Reach of Your Apps with Silverlight
Re-use Your Skills and Code to Expand the Reach of Your Apps with Silverlight
 
Spsmi13 charts
Spsmi13 chartsSpsmi13 charts
Spsmi13 charts
 
Soprex framework on .net in action
Soprex framework on .net in actionSoprex framework on .net in action
Soprex framework on .net in action
 
Near real-time anomaly detection at Lyft
Near real-time anomaly detection at LyftNear real-time anomaly detection at Lyft
Near real-time anomaly detection at Lyft
 
Cetpa infotech is the best advanced .net training institute in Delhi NCR
Cetpa infotech is the best advanced .net training institute in Delhi NCRCetpa infotech is the best advanced .net training institute in Delhi NCR
Cetpa infotech is the best advanced .net training institute in Delhi NCR
 
Software Development Trends 2010-2011
Software Development Trends 2010-2011Software Development Trends 2010-2011
Software Development Trends 2010-2011
 
Net framework
Net frameworkNet framework
Net framework
 
Bn1001 demo ppt advance dot net
Bn1001 demo ppt advance dot netBn1001 demo ppt advance dot net
Bn1001 demo ppt advance dot net
 
Introduction To Dotnet
Introduction To DotnetIntroduction To Dotnet
Introduction To Dotnet
 
Introduction To Wpf Engines
Introduction To Wpf   EnginesIntroduction To Wpf   Engines
Introduction To Wpf Engines
 
FEDSPUG April 2014: Visual Studio 2013 for Application Lifecycle Management &...
FEDSPUG April 2014: Visual Studio 2013 for Application Lifecycle Management &...FEDSPUG April 2014: Visual Studio 2013 for Application Lifecycle Management &...
FEDSPUG April 2014: Visual Studio 2013 for Application Lifecycle Management &...
 
Raj Wpf Controls
Raj Wpf ControlsRaj Wpf Controls
Raj Wpf Controls
 
NET Event - Migrating WinForm
NET Event - Migrating WinFormNET Event - Migrating WinForm
NET Event - Migrating WinForm
 
Overview of VS2010 and .NET 4.0
Overview of VS2010 and .NET 4.0Overview of VS2010 and .NET 4.0
Overview of VS2010 and .NET 4.0
 
Developing RIAs... 10 reasons to use Adobe Flex
Developing RIAs... 10 reasons to use Adobe FlexDeveloping RIAs... 10 reasons to use Adobe Flex
Developing RIAs... 10 reasons to use Adobe Flex
 
web services
web servicesweb services
web services
 
Intro to VS 2010 & .Net 4.0
Intro to VS 2010 & .Net 4.0Intro to VS 2010 & .Net 4.0
Intro to VS 2010 & .Net 4.0
 
.NET 4 Demystified - Sandeep Joshi
.NET 4 Demystified - Sandeep Joshi.NET 4 Demystified - Sandeep Joshi
.NET 4 Demystified - Sandeep Joshi
 

Recently uploaded

“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxUnboundStockton
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonJericReyAuditor
 

Recently uploaded (20)

“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docx
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lesson
 

Xml usage in my work

  • 1. Xml usage in my work Joni Kettunen 1.12.2015
  • 2. General description One skill a developer needs to know. Some others are HTML(5), SQL, programming languages like C#, Java, JavaScript, VB.NET or Ruby. It is used quite often ● Information transfer in standardized packages/form ● Configuration files ● User Interface (WPF, HTML5, Silverlight) Essential skill or almost useless, depending on your work. Like foreign language studies.
  • 3. Examples ● Electricity meter, WebServices ● Data transfer between library system and web front end. ● Alert location (Datex) ● UI ● Tools
  • 4. Electricity meter ● IP, grid or GSM ● Commands defined in the meter type specific interface documentation ● Tariffs and data
  • 5. Implementing SOAP interface TCP/IP monitor : SOAP Message Tracer Implementing driver for the interface using mock data. Test driven development and unit tests (TDD)
  • 7. Delivery of a SOAP message meter Meter reading software Message traffic SOAP SOAP meter Meter reading software Msg traffic SOAP SOAP Msg traffic SOAP Message Tracer
  • 8. Data transfer example <Catalogue> <CatalogueId>12345678</CatalogueId> <CatalogueAuthor>J. K. Rowling</Cat... <CatalogueItem> <CatalogueItemBorrower>11223344</C... <CatalogueItemMaterialType>Book</C... </CatalogueItem> … Readability, size, redundant repeating
  • 9. Good xml message Compact size might be hard to read. Should you use variables, strings or boolean flags? <Email>true</EMail><SMS>false</SMS><Mail>true</Mail> <Delivery>1,0,1<Delivery> <Delivery>5</Delivery> <= Bit sum Number of tags, length of a tag and hierarchy File size vs. readability, and standards. When does bandwidth matter?
  • 10. XML tools Wikipedia: Comparison of XML editors Full featured tools (XML Spy etc.) vs. highlight (Notepad+, ConText, Emacs etc.)
  • 11. Silverlight and WPF ● Library management system, Aurora and areena.yle.fi ● Windows Phone apps ● Finnish transport agency Häti ● Finnish transport agency TLOIK
  • 12. WPF Vector based, easy to scale up/down Element anchoring and placing is challenging Restricted framework compared to Forms
  • 13. WPF UI example No loss of detail when scaling Resizing to fill empty space, just few calculations or good layout plan Easy themes and eye candy
  • 14. XAML tools VS and Blend Coding vs. Storyboard Additional components (AddIn = Plugin) 657 eur – 3383 eur Code, editor Community, free Professional, version control Enterprise, testing and IDE improvements
  • 17. Demo
  • 18. Few demo elements <Label Name="OneIfResult" Content="0" Grid.Row="2" Grid.Column="1" HorizontalContentAlignment="Right"/> <Label Content="StringBuilder" Grid.Row="4" Grid.Column="0"/> <Label Name="StringBuilderResult" Content="0" Grid.Row="4" Grid.Column="1" HorizontalContentAlignment="Right"/> <Button Name="StringBuilderOnly" Grid.Column="1" Grid.Row="6" Content="StringBuilder only" Click="StringBuilderOnly_Click"/> <Button Name="StartAllButton" Grid.Column="2" Grid.Row="6" Content="Start all" Click="StartAllButton_Click"/>
  • 19. Conclusion Understanding is more important than the technical term: HTML5, XML, XAML, SOAP, WebService Choosing right tools Meaning of the xml depends on your role specialist, project manager or (tech) leader Theory and practice
  • 21. Thank You! Joni Kettunen, Senior Software Developer joni.kettunen@digia.com | www.digia.com