Full Stack Web App Example With Kotlin 1.1

I’m sure there are many of us who are still building big, monolithic web applications in SpringMVC or JSF2, running on JEE and Portals. Single-page web-apps and entirely Javascript-driven apps are a long, long way for us. Corporate and government bodies, mostly, for sure.

I’d love to see an entire web-app build in Kotlin (perhaps with a sprinkling of JQuery or the like). I’m trying to do it myself.

Kara is interesting, but us government/corporate types need HTML templates developed by designers, not coders; we need CSS delivered by the UI team; we need dependency injection and JPA/Hibernate. I guess only Spring Boot offers that right now.