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 [2017/05/10 16:02]
mwaumans [Practical Sessions]
teaching:infoh509 [2018/04/25 09:25]
svsummer [COURSE PLAN]
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 courseplease 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>​+<​note ​tip>To help prepare for the exam and illustrate the kind of questions ​you may expecttwo old exam questions are available: {{:​teaching:​infoh509:ex-2011-s1-en_v2_.pdf|exam 1}}{{:​teaching:​infoh509:​ex-2011-s2-en.pdf|exam 2}}. Please note, however, 
 + that in the meantime new content has been added to the course; in particular the example exams do not contain questions about (1) the architecture of the web; (2) web services</​note>​
  
 ===== GENERAL INFORMATION ===== ===== GENERAL INFORMATION =====
Line 18: Line 19:
  
   * **Course responsible**:​ [[http://​code.ulb.ac.be/​code.people.php?​id=992|Stijn Vansummeren]] (Bâtiment U, étage 4, local UB4.125, Campus Solbosch)   * **Course responsible**:​ [[http://​code.ulb.ac.be/​code.people.php?​id=992|Stijn Vansummeren]] (Bâtiment U, étage 4, local UB4.125, Campus Solbosch)
-  * **Assistant**:​ [[mwaumans@ulb.ac.be|Michael Waumans]] +  * **Assistant**:​ [[dhananjay.ipparthi@ulb.ac.be|Dhananjay Ipparthi]] 
  
 ==== Organisation ==== ==== Organisation ====
Line 28: Line 29:
  
 ===== COURSE PLAN ===== ===== COURSE PLAN =====
- 
 ==== Lecture 1: Introduction and Web Architecture === ==== Lecture 1: Introduction and Web Architecture ===
  
Line 55: Line 55:
  
 See pages 92-113 in the book as well as the {{:​teaching:​infoh509:​3-xml_schemas.pdf|corresponding slides}}. See pages 92-113 in the book as well as the {{:​teaching:​infoh509:​3-xml_schemas.pdf|corresponding slides}}.
 +
  
 ==== Lecture 4: XML Schema Languages: XSDs === ==== Lecture 4: XML Schema Languages: XSDs ===
Line 63: Line 64:
 See pages 113-158 in the book as well as the See pages 113-158 in the book as well as the
 {{:​teaching:​infoh509:​4-xml_schemas_part_2.pdf|corresponding slides}}. {{:​teaching:​infoh509:​4-xml_schemas_part_2.pdf|corresponding slides}}.
 +
 +The example XML Schema files used during the theory lecture is also {{:​teaching:​infoh509:​xml-schema-demo.zip|available for download.}}
  
 ==== Project Assignment 1: XML Schema Definition ==== ==== Project Assignment 1: XML Schema Definition ====
Line 77: Line 80:
  
 <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 99: Line 101:
 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. ​
  
 <note tip>The zip file above contains a XSLT transformation tool. You can use ''​java -jar xslt-tool.jar <​xslt-file>​ <​inputfile>​ <​outputfile>''​ to run it. </​note>​ <note tip>The zip file above contains a XSLT transformation tool. You can use ''​java -jar xslt-tool.jar <​xslt-file>​ <​inputfile>​ <​outputfile>''​ to run it. </​note>​
Line 122: Line 124:
  
 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).
 +
 +<note tip>You can use {{:​teaching:​infoh509:​xquery-tool.zip|saxon (a java application)}} to run your XQuery programs. You can use ''​java -cp "​saxon9he.jar"​ net.sf.saxon.Query –s:<​source file> -q:<​query file> –o:<​output file>"​ to run it. </​note>​
  
 ==== Lecture 7: RDF and RDF schema==== ==== Lecture 7: RDF and RDF schema====
Line 128: Line 132:
  
 **Required reading:** **Required reading:**
-The {{:​teaching:​infoh509:​7-rdf.pdf|lecture slides}}, the [[http://​www.w3.org/​TR/​rdf11-primer/​|RDF 1.1 Primer]], and these [[http://​cs.ulb.ac.be/​owncloud/​index.php/​s/​9tPKB74Oku5EtmX|course notes]] (password protected).+The {{:​teaching:​infoh509:​7-rdf.pdf|lecture slides}}, the [[http://​www.w3.org/​TR/​rdf11-primer/​|RDF 1.1 Primer]], and these [[http://​cs.ulb.ac.be/​owncloud/​index.php/​s/​qxYxGEY5RAdc4eX|course notes]] (password protected).
  
 **Recommended (but optional) reading:** **Recommended (but optional) reading:**
Line 138: Line 142:
  
 **Required reading:** **Required reading:**
-The {{:​teaching:​infoh509:​8-owl.pdf|lecture slides on owl}} and these [[http://​cs.ulb.ac.be/​owncloud/​index.php/​s/​JdWr9IdtLZXoaKP|course notes]] (password protected).+The {{:​teaching:​infoh509:​8-owl.pdf|lecture slides on owl}} and these [[https://​cs.ulb.ac.be/​owncloud/​index.php/​s/​mhkAvjRFsdt4QGC|course notes]] (password protected).
  
 We have also introduced and illustrated the main constructs of SPARQL, a query language for RDF.  We have also introduced and illustrated the main constructs of SPARQL, a query language for RDF. 
  
 **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 [[https://​cs.ulb.ac.be/​owncloud/​index.php/​s/​224WbVWJJY4KEaS|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 ==== +
- +
-In lecture 9 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:​** +
-The {{:​teaching:​infoh509:​10-restws.pdf|lecture slides}} and these [[http://​cs.ulb.ac.be/​owncloud/​index.php/​s/​1A3pxeloo6pJJXx|handouts]] (password protected). +
- +
-==== Lecture 10: Big Web Services (WS-*) ==== +
- +
-In this lecture ({{:​teaching:​infoh509:​11-bigws.pdf|slides}}) we have introduced the Big-WS* technology stack. In particular, we have studied SOAP version 1.2, WSDL version 2.0, and highlighted the differences with WSDL version 1.1. +
- +
-**Required reading:​** +
- +
-These [[http://​cs.ulb.ac.be/​owncloud/​index.php/​s/​0FR39qE1RJ3ExgN|handouts on SOAP and WSDL]] (password-protected). +
-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).+
  
  
Line 175: Line 158:
 {{:​teaching:​infoh509:​infoh509_03_1617.zip|Practical Session 3}} {{:​teaching:​infoh509:​infoh509_03_1617.zip|Practical Session 3}}
  
-{{:​teaching:​infoh509:​infoh509_04_1617.zip|Practical Session 4}} 
  
-{{:​teaching:​infoh509:​infoh509_05_1617.zip|Practical Session 5}} 
 ===== 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