Vu Duc Tung
Vu Duc Tung
https://github.com/fizzed/rocker
I have a template that renders JSON like following: ``` `import com.mongodb.DBObject; `( String msg, List dtdList ) { "statusMsg" : "${msg}", // style=\"color: #ff0000;\" also does not work "dtdList"...
I have tested playclipse version 0.8.8.17 on Eclipse 3.7 JEE Edition, the configuration of HTML Editor seems to be ignored. I have my own color scheme for the Eclipse's HTML...
Today i came across this blog http://kaioa.com/node/59, ther author was talking about the performance impact of setting init-capacity for StringBuilder. I quote here the important observation of the author: "If...
I see in the generated java codes that everywhere/everytime when a template is invoked, then a new instance of it is created, even when the same template is used twice...