this is very cool. quick question though - do u have a gradle build setup ? im new to java and saw this problem on spring boot. That you needed to have this bunch of complex directory structures cos of the way java packages worked. for e.g. the test directories were parallel to the src directory, so they could be named with the same package name. for a single file...i can just run java. but it would be nice to see a…
Show HN: I finished v5 of a JVM framework I've spent spent half a decade making
41–50 of 139 posts
Re: Show HN: I finished v5 of a JVM framework I've spent spent half a decade making
#42Re: Show HN: I finished v5 of a JVM framework I've spent spent half a decade making
#43Re: Show HN: I finished v5 of a JVM framework I've spent spent half a decade making
#44Given Project Loom hasn't been available, how does it utilise Virtual Threads already?
Re: Show HN: I finished v5 of a JVM framework I've spent spent half a decade making
#45Peeking int the docs, it reminds me a little bit of Vert-X. What do you think qbout such a statement?
Re: Show HN: I finished v5 of a JVM framework I've spent spent half a decade making
#46I just wanted to say thank you for your work. The straightforward docs are some the best in my opinion when you want to go from "How do I do ..." to answer. I ended up using Javalin with Kotlin and SQLite to build my wedding website. Most of my projects are lucky to see the light of day, but with a very persistent project manager and a simple lightweight framework, I was able to ship a fantastic product with very lit…
Hey, thank you for using it. Single-page docs are also my favorite, and Javalin/jdbi/SQLite is my goto for quick stuff! > but with a very persistent project manager Your partner? :D
Re: Show HN: I finished v5 of a JVM framework I've spent spent half a decade making
#47Javalin is the bomb! I don’t know why Java community likes to make things complicated.
“An idiot admires complexity, a genius admires simplicity, a physicist tries to make it simple, for an idiot anything the more complicated it is the more he will admire it, if you make something so clusterfucked he can't understand it he's gonna think you're a god cause you made it so complicated nobody can understand it. That's how they write journals in Academics, they try to make it so complicated people think you…
Re: Show HN: I finished v5 of a JVM framework I've spent spent half a decade making
#48Given Project Loom hasn't been available, how does it utilise Virtual Threads already?
Re: Show HN: I finished v5 of a JVM framework I've spent spent half a decade making
#49Given Project Loom hasn't been available, how does it utilise Virtual Threads already?
Project Loom is in preview, and far from available. As far as I can see, Javalin doesn't make use of virtual threads yet.
We use reflection to build the Virtual Thread Factory if the user has Loom enabled in their enviroment: https://github.com/javalin/javalin/blob/master/javalin/src/m...