Mature web framework suggestion (with good Kotlin interop)

You can use JAX-RS and specifically Jersey as an MVC framework. That JAX-RS has good support for RESTful design doesn’t mean that it is a poor framework for tradtional MVC usage. The REST principles don’t prohibit to render complete HTML pages … :wink: