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 HtmlFlow #34

Closed fmcarvalho closed 5 years ago

fmcarvalho commented 5 years ago

HtmlFlow is a Java DSL to write typesafe HTML documents.

HtmlFlow is at least two fold faster than the current best template engine in spring-comparing-template-engines.

HtmlFlow is widely used to build dynamic HTML documents, such as papers, reports, emails, etc, involving complex programing tasks which are hardly achieved through textual templates. Moreover, HtmlFlow can also be used as a web template engine allying its performance boost with its HTML strongly type safety characteristics.

Vest commented 5 years ago

Thank you for the issue. It is solved.

Unfortunately, I have to reject your PR #35 for several reasons: