Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewdarnall/web-and-service-oriented-systems-tutoring
A repo containing all code examples and exercises covered during the tutoring for the 2023-2024 academic year
https://github.com/andrewdarnall/web-and-service-oriented-systems-tutoring
apache-maven apache-tomcat docker java servlets threads tutoring-backend unict-dmi-appunti
Last synced: about 1 month ago
JSON representation
A repo containing all code examples and exercises covered during the tutoring for the 2023-2024 academic year
- Host: GitHub
- URL: https://github.com/andrewdarnall/web-and-service-oriented-systems-tutoring
- Owner: AndrewDarnall
- Created: 2024-03-18T22:00:32.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T17:53:35.000Z (3 months ago)
- Last Synced: 2024-11-10T18:36:52.567Z (3 months ago)
- Topics: apache-maven, apache-tomcat, docker, java, servlets, threads, tutoring-backend, unict-dmi-appunti
- Language: Java
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web and Service Oriented Systems (Tutoring)
This repo contains code examples seen during the (my) official tutoring for the [course](https://web.dmi.unict.it/corsi/l-31/insegnamenti?seuid=DCA22E7D-5433-432E-AD70-2EF753F662A6), sponsored by the [dept. of Mathematics and Computer Science](https://web.dmi.unict.it/it) of the [University of Catania](https://www.unict.it).
## Requirements
| Software | Version |
|-------------|----------|
| Docker | `24.0.6` |
| OpenJDK | `16.0.1` |
| Maven | `3.9.9` |## Structure
```bash
Web-and-Service-Oriented-Systems-Tutoring
|
├── Servlets
└── Threads
```Each directory contains a `topic` dealt during the course, within each topic there are `code examples` and detailed explenations on how to run them
-----
# Get Started
For those of you who are new to `GitHub`, after downloading the `git` client:
```bash
git clone https://github.com/AndrewDarnall/Web-and-Service-Oriented-Systems-Tutoring.git
cd Web-and-Service-Oriented-Systems-Tutoring
```Then `cd` into any `directory` you please
-----