An open API service indexing awesome lists of open source software.

https://github.com/tomvit/mdw-examples

Examples for the MDW course
https://github.com/tomvit/mdw-examples

Last synced: 11 months ago
JSON representation

Examples for the MDW course

Awesome Lists containing this project

README

          

# MDW Examples
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.

## Installation and Usage

1. Clone the repository `git clone https://github.com/tomvit/mdw-examples.git`

2. Download libraries by running `scripts/get_jars.sh`

3. Compile by running `scripts/compile.sh`. The output classes will be in `bin` directory.

4. Run examples. There are scripts to run examples in the `scripts` directory.

## License
All source code in these examples is licensed under the MIT license.