srini
srini

Reputation: 6969

What is the difference between jsp and ftl

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.

Upvotes: 2

Views: 3452

Answers (1)

Laurent Pireyn
Laurent Pireyn

Reputation: 6875

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.

Upvotes: 3

Related Questions