https://kotlinlang.org logo
Title
k

kevin.cianfarini

02/26/2018, 9:55 PM
I'm taking a look at javalin but I'd like to hear some other opinions
j

jacobmoncur

02/26/2018, 10:01 PM
I’ve had a great experience with Javalin. It is a bit bare bones, but overall was really nice to use.
k

kevin.cianfarini

02/26/2018, 10:35 PM
@jacobmoncur did you use any abstraction when interacting with the DB? As far as I can tell javalin doesn't come packaged with any of that
j

jacobmoncur

02/26/2018, 10:44 PM
You are right it doesn’t come packaged with those types of tools, which is why I liked using it. I got to pick the best libraries for the job. I used Exposed (https://github.com/JetBrains/Exposed) for my DB connection stuff. It seems like it is still in development but I like the direction it is going.
k

kevin.cianfarini

02/27/2018, 5:10 AM
I think im going with Javalin + ReQuery solely because the docs seems really good on javalin