Bear Bibeault wrote:With the advent of JSP 2.0 with the JSTL and EL, the time of 3rd party template engines such as Velocity and Freemarker has passed.
Bear Bibeault wrote:What I meant was for rendering the view. Freemarker is a lot like JSP 2 with the EL and JSTL and I see no benefit from using those in place of JSP for rendering HTML to send to the browser.
David Newton wrote:Consistency, and it's still less verbose than JSP.
Not even close to a justification, in my opinion.David Newton wrote:
Bear Bibeault wrote:What I meant was for rendering the view. Freemarker is a lot like JSP 2 with the EL and JSTL and I see no benefit from using those in place of JSP for rendering HTML to send to the browser.
Consistency, and it's still less verbose than JSP.
David Newton wrote:If unifying all view technologies and not having to type so much isn't a justification, I don't know what is.
Pat Farrell wrote: Its the standard. So any solution that uses something like FreeMarker or Velocity, breaks your grand unification theory.
| With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime. |