Reputation: 610
Jsf 1.x compiles jsp into servlet, jsf 2 use vdl instead of jsp, I wonder what is the source of performance gain compared to jsf 1.x?
Upvotes: 0
Views: 1292
Reputation: 2318
The most important reasons why JSF 2 performs better are:
If you are looking on MyFaces 2.0.x/2.1.x, you'll get these improvements too:
JSF 2 is a big step in the righ direction.
Upvotes: 2