|
|
|
|
|
by AnyTimeTraveler
856 days ago
|
|
I've used Javalin as well and now I understand why it all looked pretty familiar, but I kept thinking "Javalin did x better".
I can recommend Javalin as well!
Having used the Spring Framework, this is a delight in comparison.
Especially the setup is infinitely easier.
(I know Spring Boot exists, but that's just a preselected pile of software that I have to understand) |
|
I do wonder, when looking at the examples, if it might be nice to have a spark/javalin-like that depends on okhttp and reuses everything that appears on both sides of the connection. okhttpd if you like, even if perhaps still best built on top of jetty, like spark/javalin. Might have some skill reuse benefits, but might also cause some unintended shortcut accidents when the type system can't tell upstream from downstream objects.