I really like the component model JSF is promising. BUt I'm concerned with the JSF performance. My little example shows it's quite slow when I request the page. Does anypne has experience in JSF performance compared to development using normal JSP page and frameworks like Struts.
And could we pre-compile JSF based JSP page as we could do with normal JSP pages?
Thanks
Discussions
Performance and scalability: Anyone has tested JSF performance compared to normal JSP pages
-
Anyone has tested JSF performance compared to normal JSP pages (3 messages)
- Posted by: Peng Zhang
- Posted on: January 11 2006 10:43 EST
Threaded Messages (3)
- Anyone has tested JSF performance compared to normal JSP pages by Marina Prikaschikova on January 12 2006 09:54 EST
- Performance is slower by Werner Punz on January 19 2006 11:00 EST
- JSF performance compared to normal JSP pages by m grouch on August 26 2007 14:35 EDT
-
Anyone has tested JSF performance compared to normal JSP pages[ Go to top ]
- Posted by: Marina Prikaschikova
- Posted on: January 12 2006 09:54 EST
- in response to Peng Zhang
We saw (Tomcat) that JSF version of our portal was 2-3 times slowly. But I think it must depends on the container.
Marina
http://www.servletsuite.com -
Performance is slower[ Go to top ]
- Posted by: Werner Punz
- Posted on: January 19 2006 11:00 EST
- in response to Peng Zhang
Due to the inherent problem that JSF does a lot more, but performance is heavily dependend on the state saving mechanism.
Server side state saving can given you a huge boost over client side. -
JSF performance compared to normal JSP pages[ Go to top ]
- Posted by: m grouch
- Posted on: August 26 2007 14:35 EDT
- in response to Peng Zhang
Take a look at this thread. It has some proposals for this type test suite JSF 1.2 performance is not adequate http://forum.java.sun.com/thread.jspa?threadID=5209771&tstart=0 Thanks