Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benslabbert/vertx-dagger-app
Sample starter project using vertx, graalvm-native image, dagger and sveletekit
https://github.com/benslabbert/vertx-dagger-app
annotation-processor dagger2 graalvm-native-image htmx java jte maven maven-plugin postgresql redis svelte sveltekit vertx
Last synced: about 1 month ago
JSON representation
Sample starter project using vertx, graalvm-native image, dagger and sveletekit
- Host: GitHub
- URL: https://github.com/benslabbert/vertx-dagger-app
- Owner: BenSlabbert
- License: apache-2.0
- Created: 2023-03-28T18:48:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T20:13:49.000Z (6 months ago)
- Last Synced: 2024-05-22T20:25:23.246Z (6 months ago)
- Topics: annotation-processor, dagger2, graalvm-native-image, htmx, java, jte, maven, maven-plugin, postgresql, redis, svelte, sveltekit, vertx
- Language: Java
- Homepage:
- Size: 3.5 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Vert.x Dagger App
Licensed under Apache 2.0 https://www.apache.org/licenses/LICENSE-2.0.txt
Using [dagger2](https://dagger.dev/) and [vertx](https://vertx.io/).
The idea behind this project is to learn Vert.X and Dagger2.
This project is attempting to do as much as possible at compile time,
and to use the least amount of reflection as possible.This project also contains a nmber of annotation processors and maven plugins to generate source code.
This project also generate [GraalVM](https://www.graalvm.org/) builds.
The module jte-htmx-parent also contains a frontend using Svelte 5 + htmx with [JTE templates](https://jte.gg/).