Ask HN: Modern Web Dev on the JVM – How does the stack and tooling look like?

10 points by vazamb ↗ HN
I work as a data analyst and therefore have mostly been dealing with Python and R (both in exploration and to deploy services). We recently switched to h2o as our analytics engine, which lets you save your models as Java objects. Our goal is to create a template for a prediction microservice on the JVM to make using the models in production straightforward (I.e. Save the prediction model, implement the endpoint, deploy).

The question is now: What tooling is consider best practice? What JVM language would be most appropriate for small services (that can still easily interface with Java)? Any good micro web frameworks?

5 comments

[ 4.0 ms ] story [ 20.5 ms ] thread
I use finatra and scala. I have however heard great things about java and spring. As well as play and scala.
Take a look at: http://sparkjava.com/

It is my preferred java microframework and probably the most used of its kind (in java)