Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bios-marcel/presentation_eclipse_store
Small presentation abut Eclipse Store for Hannover Gophers 15.10.2024
https://github.com/bios-marcel/presentation_eclipse_store
databases eclipse-store java sql
Last synced: 9 days ago
JSON representation
Small presentation abut Eclipse Store for Hannover Gophers 15.10.2024
- Host: GitHub
- URL: https://github.com/bios-marcel/presentation_eclipse_store
- Owner: Bios-Marcel
- License: bsd-3-clause
- Created: 2024-10-13T16:12:54.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-15T17:54:01.000Z (3 months ago)
- Last Synced: 2025-01-10T04:35:32.144Z (12 days ago)
- Topics: databases, eclipse-store, java, sql
- Language: Java
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eclipse Store Presentation
The slides are at [SLIDES.md](SLIDES.md) and can either be viewed in a text
editor of your choosing or by using [presenterm](https://mfontanini.github.io/presenterm/introduction.html).The example code used for demonstration purposes is located at `./src`.
The setup uses Maven and any OpenJDK 22.
You need to specify a version 22 JDK via your `~/m2/toolchains.xml`:
```
jdk
22
openjdk
/path/to/jdk/17
`
```Code can be executed like this:
```
mvn -q clean compile exec:exec
```You are free to whatever the hell you want with the code and presentation :)