-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quarkus support #452
Comments
There is no Quarkus support at the moment. I'm thinking about this, but I'm not familiar with Quarkus and it seems a bit different from other frameworks. It does not seem to have equivalents of typical objects like "request" or "session". |
I'll try to see how works kvision with bootstrap and micronaut and try to find clues to aply on integration with quarkus |
Hello, trying to see if there would be any interest in investigating the Quarkus integration now? KVision is extremely intriguing, and I have a fullstack Quarkus project and will have more such projects in the future. Quarkus itself is built on top of Vert.x, and it is heavily invested in Java EE standards. As for its programming style, I believe it's basically Micronaut (I never used Micronaut though) except it uses standardized Java EE / Jakarta AOP annotations wherever it can. Other than that, should be the same style of reflectionless compile-time-enhanced Java framework as Micronaut. |
I've already done several approaches to Quarkus, but it not easy without good knowledge of the framework. The general requirements of the framework to integrate with KVision fullstack interfaces are:
As you can see the building blocks are almost identified but it still requires a lot of work to test and implement. |
Is there quarkus support on Kvision ?
I've read that Kvision has Full support for Ktor, Jooby, Spring Boot, Javalin, Vert.x and Micronaut frameworks.
The text was updated successfully, but these errors were encountered: