Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
teaching:infoh509 [2016/05/18 13:19]
mwaumans [Practical Sessions]
teaching:infoh509 [2017/05/10 15:04]
svsummer
Line 1: Line 1:
 ====== INFO-H-509 : XML and Web Technologies ====== ====== INFO-H-509 : XML and Web Technologies ======
  
-<note important>​If you are following this course, please ​complete this form so that the course responsibles can get in touch with you if necessary. ​https://​docs.google.com/​forms/​d/​17JUkVrTJ_Lx1fKNCa4YZjbLNTddstEVcQXSa0PrvKwQ/​viewform</​note>​+<note important>​If you are following this course, please ​register using [[https://​docs.google.com/​forms/​d/​e/​1FAIpQLSfKvLyims3KrWWVJN7T5PQJK9X5uJNLQ04cl8Kd1932RNxj6A/viewform|this form]] *before March 1, 2017*. This allows the course responsibles to contact you when necessary.</​note>​
  
 ===== GENERAL INFORMATION ===== ===== GENERAL INFORMATION =====
Line 26: Line 26:
     * **Attention!** The lecture slides are only made available for the convenience of the students but do **not** suffice as syllabus! Please be sure to aquire a copy of the book!     * **Attention!** The lecture slides are only made available for the convenience of the students but do **not** suffice as syllabus! Please be sure to aquire a copy of the book!
     * Evaluation is by written exam (closed book) and project work.     * Evaluation is by written exam (closed book) and project work.
- 
-==== Schedule ===== 
-    * The course schedule is available [[infoh509:​horaire|on-line]]. Please be sure to check regularly for updates. 
  
 ===== COURSE PLAN ===== ===== COURSE PLAN =====
Line 34: Line 31:
 ==== Lecture 1: Introduction and Web Architecture === ==== Lecture 1: Introduction and Web Architecture ===
  
-In this first lecture ({{:​teaching:​infoh509:​1-intro-webarch.pdf|slides}}) we have (1) overviewed ​the content and objectives of the course and (2) discussed ​the history of the Web and its overall architecture (URIs, resources, representations). In particular we have looked at the working of the HTTP protocol and gave a very brief overview of HTML and CSS.+In this first lecture ({{:​teaching:​infoh509:​1-intro-webarch.pdf|slides}}) we (1) overview ​the content and objectives of the course and (2) discuss ​the history of the Web and its overall architecture (URIs, resources, representations). In particular we have looked at the working of the HTTP protocol and gave a very brief overview of HTML and CSS.
  
 **Required reading:​** ​ **Required reading:​** ​
Line 80: Line 77:
  
 <note tip>You can use these simple ​ {{:​teaching:​infoh509:​validationtools.zip|validation tools}} (written in Java) to help check if your example documents conform toyour XSD. Unzip the file, and then use either ''​java -jar DTDValidator.jar <​xmldoc>''​ or ''​java -jar XSDValidator.jar <​schemadoc>​ <​xmldoc>''​ to validate. The third jar file contais the source code, should you be interested.</​note>​ <note tip>You can use these simple ​ {{:​teaching:​infoh509:​validationtools.zip|validation tools}} (written in Java) to help check if your example documents conform toyour XSD. Unzip the file, and then use either ''​java -jar DTDValidator.jar <​xmldoc>''​ or ''​java -jar XSDValidator.jar <​schemadoc>​ <​xmldoc>''​ to validate. The third jar file contais the source code, should you be interested.</​note>​
 +
  
 ==== Lecture 5: Transforming XML documents with XSLT === ==== Lecture 5: Transforming XML documents with XSLT ===
Line 123: Line 121:
 contributes the remaining 14/20 points. ​ contributes the remaining 14/20 points. ​
  
-See the full assignment for related dealine(s), what the solution should entail, and to whom it should be submitted). ​+See the full assignment for related dealine(s), what the solution should entail, and to whom it should be submitted).
  
 ==== Lecture 7: RDF and RDF schema==== ==== Lecture 7: RDF and RDF schema====
Line 134: Line 132:
 **Recommended (but optional) reading:** **Recommended (but optional) reading:**
 In addition, it is recommended to read the [[http://​www.w3.org/​TR/​turtle/​|RDF 1.1. Turtle Syntax]] specification (sections 1-3) and the [[http://​www.w3.org/​TR/​2014/​REC-rdf-syntax-grammar-20140225/​|RDF 1.1. XML Syntax]]specification (only section 2) to get the best overview of the RDF serialization formats. In addition, the {{:​teaching:​infoh509:​semantic-web.pdf|original semantic web article}} ​ is a good read to get an insight into the original motivation for the semantic web. In addition, it is recommended to read the [[http://​www.w3.org/​TR/​turtle/​|RDF 1.1. Turtle Syntax]] specification (sections 1-3) and the [[http://​www.w3.org/​TR/​2014/​REC-rdf-syntax-grammar-20140225/​|RDF 1.1. XML Syntax]]specification (only section 2) to get the best overview of the RDF serialization formats. In addition, the {{:​teaching:​infoh509:​semantic-web.pdf|original semantic web article}} ​ is a good read to get an insight into the original motivation for the semantic web.
- 
  
 ==== Lecture 8: OWL and SPARQL ==== ==== Lecture 8: OWL and SPARQL ====
Line 147: Line 144:
 **Required reading:** **Required reading:**
 The {{:​teaching:​infoh509:​9-sparql.pdf|lecture slides on sparql}} and these [[http://​cs.ulb.ac.be/​owncloud/​index.php/​s/​0ZBGdtNHgoXvsO8|course notes]] (password protected) [section 7.1.9 and further is not required reading]. The {{:​teaching:​infoh509:​9-sparql.pdf|lecture slides on sparql}} and these [[http://​cs.ulb.ac.be/​owncloud/​index.php/​s/​0ZBGdtNHgoXvsO8|course notes]] (password protected) [section 7.1.9 and further is not required reading].
 +
 +==== Demos ====
 +
 +The sources corresponding to the demos illustrated in class have been made available {{:​teaching:​infoh509:​demos.zip|here}}.
  
 ==== Lecture 9: RESTfull Web Services ==== ==== Lecture 9: RESTfull Web Services ====
  
-In lecture ​10 we have (1) discussed the history of (Web) Services; (2) discussed the 3 main API styles of Web Services; and (3) illustrated RESTful Web Services by means of an example.+In lecture ​we have (1) discussed the history of (Web) Services; (2) discussed the 3 main API styles of Web Services; and (3) illustrated RESTful Web Services by means of an example.
  
 **Required reading:** **Required reading:**
Line 164: Line 165:
 The [[http://​www.w3.org/​TR/​soap12-part0/​|W3C SOAP version 1.2 Primer]] The [[http://​www.w3.org/​TR/​soap12-part0/​|W3C SOAP version 1.2 Primer]]
 The [[http://​www.w3.org/​TR/​soap12-part0/​|W3C WSDL version 2.0 Primer]] (it suffices to read only section 2). The [[http://​www.w3.org/​TR/​soap12-part0/​|W3C WSDL version 2.0 Primer]] (it suffices to read only section 2).
 +
  
 ===== Practical Sessions ===== ===== Practical Sessions =====
  
-{{:​teaching:​infoh509:​practical_01.zip|Session 1}} +{{:​teaching:​infoh509:​infoh509_01_1617.zip|Practical ​Session 1}} 
-{{:​teaching:​infoh509:​practical_02.zip|Session 2}} + 
-{{:​teaching:​infoh509:​practical_03.zip|Session 3}} +{{:​teaching:​infoh509:​infoh509_02_1617.zip|Practical ​Session 2}} 
-{{:​teaching:​infoh509:​practical_04.zip|Session 4}} + 
-{{:​teaching:​infoh509:​practical_05.zip|Session 5}} +{{:​teaching:​infoh509:​infoh509_03_1617.zip|Practical ​Session 3}} 
-{{:​teaching:​infoh509:​practical_06.zip|Session 6}} + 
-{{:​teaching:​infoh509:​practical_07.zip|Session 7}}+{{:​teaching:​infoh509:​infoh509_04_1617.zip|Practical ​Session 4}} 
 ===== References ===== ===== References =====
   * A. Moller and M. Schwartzbach. //​[[http://​www.brics.dk/​ixwt/​|An Introduction to XML and Web Technologies]]//​. Addison-Wesley,​ 2006. ISBN-13: 978-0-321-26966-9   * A. Moller and M. Schwartzbach. //​[[http://​www.brics.dk/​ixwt/​|An Introduction to XML and Web Technologies]]//​. Addison-Wesley,​ 2006. ISBN-13: 978-0-321-26966-9
 
teaching/infoh509.txt · Last modified: 2020/04/09 14:38 by svsummer