MIcro Seconds Templates for Java (MIST4J)BenefitsA very fast Java template renderer. Web pages are really fast with it -- about microseconds (one thousandth of millisecond) per common template. Definition & ExampleA template is a file with s simple mark-up: Text here {substituteName}...
More text {moreSubstituteName}.When template is rendered - the literal text is written to the given java.io.Writer, then source-object void parameterless method is invoked. The method name is: "renderSubstituteName". Example: if in template we have "{theSomething}", the invoked method will be "renderTheSometing" The Know-HowTo gain speed -- dynamic byte-code generation is equipped. So ASM library is a dependency. LinksHow to use the library NotesOh, and of course, any feedback will make me happy. Write your comments on these pages, any -- positive, negative -- response is appreciated. Especially -- "feature requests".
(ะก) Kluchnikov Eugene
|