Earlier quoted context omitted.
“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…
Would prefer if this were worded more simply.
Show HN: I finished v5 of a JVM framework I've spent spent half a decade making
51–60 of 139 posts
Re: Show HN: I finished v5 of a JVM framework I've spent spent half a decade making
#52Re: Show HN: I finished v5 of a JVM framework I've spent spent half a decade making
#53I 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…
Re: Show HN: I finished v5 of a JVM framework I've spent spent half a decade making
#54Given Project Loom hasn't been available, how does it utilise Virtual Threads already?
If you run this on JDK19 with *--enable-preview*, Javalin will use Virtual Threads for the Server ThreadPool (as well as all other ThreadPools it has).
Re: Show HN: I finished v5 of a JVM framework I've spent spent half a decade making
#55Curious as to what has kept you motivated to continue working on the project this long? So many open source developers don't last nearly as long or jump to something new once the novelty of the project wears off.
Re: Show HN: I finished v5 of a JVM framework I've spent spent half a decade making
#56Congratulations! This is great! Java deserves its comeback among the wave of nu-programming we are going through.
Re: Show HN: I finished v5 of a JVM framework I've spent spent half a decade making
#57Earlier quoted context omitted.
If you run this on JDK19 with *--enable-preview*, Javalin will use Virtual Threads for the Server ThreadPool (as well as all other ThreadPools it has).
How does it compare to coroutines in Kotlin?
Re: Show HN: I finished v5 of a JVM framework I've spent spent half a decade making
#58Earlier quoted context omitted.
If you run this on JDK19 with *--enable-preview*, Javalin will use Virtual Threads for the Server ThreadPool (as well as all other ThreadPools it has).
How does it compare to coroutines in Kotlin?
Re: Show HN: I finished v5 of a JVM framework I've spent spent half a decade making
#59Re: Show HN: I finished v5 of a JVM framework I've spent spent half a decade making
#60I 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…
just wondering, what did you use SQLite for on a wedding website?
Given the various compelling and (by now, here, I hope) well-understood advantages, it should be the default choice. Certainly for a site expecting hits in the mid-hundreds, total. Maybe ten simultaneous connections the day of?