Skip to content

thomasWeise/distributedComputingExamples

Repository files navigation

Examples for Distributed Computing

Travis CI Build Status

Here I provide the source codes of the examples that I use in my distributed computing course.

  1. sockets

  2. in c

  3. in java

  4. HTML, CSS, and JavaScript

  5. Java Servlets

  6. JavaServer Pages

  7. deployable examples

  8. stand-alone JSPs

  9. Java RMI

Since I also use the same code in my slides, there are some special comments such as //(*@\serverBox{2)}@*) for formatting in my codes ... you can safely ignore them ^_^

Licensing

The examples in this repository are licensed under the GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007, with the exception of everything in the directory /javaServerPages/standAloneJSPsWithJetty, which is licensed under the Apache License v2.0 and which is derived from project embedded-jetty-jsp with copyright (c) 1995-2013 Mort Bay Consulting Pty. Ltd.