Skip to content
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

Open
djalmasilvajr opened this issue Nov 17, 2022 · 3 comments
Open

Quarkus support #452

djalmasilvajr opened this issue Nov 17, 2022 · 3 comments

Comments

@djalmasilvajr
Copy link

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.

@rjaros
Copy link
Owner

rjaros commented Nov 17, 2022

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".

@djalmasilvajr
Copy link
Author

I'll try to see how works kvision with bootstrap and micronaut and try to find clues to aply on integration with quarkus

@okarmazin
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants