mthmulders / quarkus-mvc

This is an experiment to see if JSR-371 (Model-View-Controller) could work in Quarkus.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quarkus MVC Extension

CircleCI Quality Gate Status

This is an experiment to see if JSR-371 (Model-View-Controller) could work in Quarkus.

It comes with an example application that shows how to use this Quarkus extension.

Status

First of all, this is an experiment. It doesn't work at all - yet.

Below is a log of issues that currently prevent (or have prevented) JSR-371 from running on top of Quarkus.

  • 🎉 Fixed in v0.23.1 of Quarkus The Reference Implementation of JSR-371, Krazo, uses a cyclic dependency. This is not yet supported in ArC, the CDI-implementation used by Quarkus. Because they've shown interest in having support for that, I'm working on that first.

About

This is an experiment to see if JSR-371 (Model-View-Controller) could work in Quarkus.

License:Apache License 2.0


Languages

Language:Java 98.6%Language:HTML 1.4%