Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 :)