jreijn / spring-comparing-template-engines

Demo project to show different Java templating engines in combination with Spring MVC
Apache License 2.0
422 stars 116 forks source link

Add kotlinx.html #59

Closed fmcarvalho closed 3 years ago

fmcarvalho commented 4 years ago

kotlinx.html library provides DSL for building HTML pages. Since kotlin is inter-operable with Java we can easily integrate kotlinx.html based views in this project.

Pull request #60 solves this issue.

kotlinx.html shares many of the HtmlFlow properties and it is interesting to compare performance between them.

jreijn commented 3 years ago

This is solved now with: #60