rocker
rocker copied to clipboard
Java 8 optimized, memory efficient, speedy template engine producing statically typed, plain java objects
Hello, I am a programmer from China. I am currently worried about how to deal with gradle to prohibit incremental compilation when there are class changes with constants, and rocker...
Let's get rid of shitty Thymeleaf in Spring boot. Spring guys have already created an issue for [that](https://github.com/spring-projects/spring-boot/issues/8940). I guess that many people would use Rocker but they just don't...
Hi guys, very nice template engine. Is there any example form validation? Regards
We are using the Rocker template engine as an Annotation Code Generator (apt) which causes minor log error noise to actual serious serious break the compiler problems because SLF4J does...
This was the easiest solution I could think of and is consistent with the existing paradigm of bootstrap config but has an assumption that logging will only be done in...
Rocker maven plugin doesn't work with m2e Eclipse plugin. Is there any workaround? Thanks.
Looking to generate DTOs from database metadata. The template should be the same, but the data will be different for each DTO (i.e. a Java class for each DTO). Any...
The readme refers to a LICENSE file but I can't seem to find one in the provided sources. Perhaps I am missing something.
Consider the following rocker snippet simplified to exemplify the problem: ``` @for((i, prop): props) { @with(String hasher = "Arrays") { @hasher.hashCode(@prop.get("key")) } } ``` I wrote that with the intent...
@jjlauer Thank you for Rocker! It works great! I tried to fix java 11 compilation. I will appreciate if you find time to look at the pull request. - Fixed...