Write a web app using XQuery! If you ssh into the host xml.1006.org you will find a directory called existapps in your home directory. You can cd there and copy one of the examples that come with eXist and edit it. [chris@xml ~]$ cd existapps/ [chris@xml existapps]$ cp guess.xql chrisguess.xql [chris@xml existapps]$ nano chrisguess.xql The resulting web app is immediately visible online at: http://xml.1006.org:8080/exist/xquery/chrisguess.xql Your assignment is to write a small web app that contains a form-element that allows to choose the Nobel subjects (Physics, Medicine, ...) and a button that displays the corresponding Nobel prize winners ordered by year. Since you're all working in the same instance of eXist pay attention to use a name that is free (chrism_nobel.xql is a smarter choice than nobel.xql). The system doesn't allow one to overwrite each other's files so don't worry. To hand in the assignment, send me an email with the link of your app! -- Chris chris@1006.org