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
- Host: GitHub
- URL: https://github.com/tomvit/mdw-examples
- Owner: tomvit
- Created: 2011-07-20T21:03:01.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2014-11-09T12:30:46.000Z (over 11 years ago)
- Last Synced: 2024-04-14T09:08:54.515Z (about 2 years ago)
- Language: Java
- Homepage: http://vitvar.com/courses/mdw
- Size: 238 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.