Frage

Is there a browser dependency for rendering JSF components? Using a chrome plugin and google chrome the JSF pages seemed to render a lot faster while compared to IE 6, is there any specific reason for this? I know html runs in web browser.. and jsf runs on server and creates the html... my question was whether certain browsers are more tuned to the way jsf renders html (the way tags and html component names, ids, scripts, etc are created favours certain browsers) to them making it faster!!!

War es hilfreich?

Lösung

No.

All JSF components are rendered into HTML ones

Its Just that Chrome is much faster than IE 6 , that's all


Which of the big five Web Browsers is the Best? (Review)

The above link is a bit outdated , but it summarize the general idea (IE is slow)

JSF doesn't run in webbrowser. JSF runs in webserver and produces HTML (BalusC)

This means that the browser only gets the HTML and not even aware of the HTML being JSF components before...

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top