tags:

views:

45

answers:

0

Generally speaking, what are the advantages/disadvantages of the various java servlet/spring-mvc view technologies? (jsp, freemarker, velocity, etc)

E.g. is one faster than the other? More built-in support? flexibility? wide-spread usage?

My use case is a cms type application.