Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

FreeMarker is very similar to Velocity, as both are template languages that can be used outside of a Servlet container. The framework utilizes FreeMarker because FreeMarker has better error reporting. However, both are good alternatives to JSP.

...

Code Block
xml
xml
<#assign mytag=JspTaglibs[WW:"/WEB-INF/mytag.tld"]>
<@mytag.tagx attribute1="some ${value}"/>

...