Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/).