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 #60

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.

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

jreijn commented 3 years ago

Thanks for the PR @fmcarvalho . I'll try to take a look this week.

jreijn commented 3 years ago

Sorry for the delay. Your PR looks good. I think in a future improvement I will move the Kotlin code into its own source directory.