Middlware and Web Services is a CTU course part of Web engineering curiculla.
This is a collection of examples in Java that illustrate concepts and principles of Web services and middleware technology for the purposes of the course.
-
Clone the repository
git clone https://github.com/tomvit/mdw-examples.git -
Download libraries by running
scripts/get_jars.sh -
Compile by running
scripts/compile.sh. The output classes will be inbindirectory. -
Run examples. There are scripts to run examples in the
scriptsdirectory.
All source code in these examples is licensed under the MIT license.