2

I have seen jsp and ftl files. ftl are dynamically constructed and jsp's are also dynamically constructed. what is the big difference and which one is better to use.

srini
  • 6,719
  • 8
  • 32
  • 36
  • 1
    Related threads - http://stackoverflow.com/questions/5559727/jsp-vs-freemarker and http://stackoverflow.com/questions/610062/jsp-vs-velocity-what-is-better – KV Prajapati Oct 22 '11 at 07:37

1 Answers1

3

Both are indeed templates that are processed by the respective technology to generate textual contents, often HTML. However, there are several important differences between both technologies.

Laurent Pireyn
  • 6,735
  • 1
  • 29
  • 39