Is JSF good for high traffic applications? I'm working on a application and I noticed that it does many resource requests for single page. Its client-server stateful approach makes me think it is not very scalable. Should I expect performance issues as the application grows and its users increase in number. It is expected for the application to be able to handle large number of users (therefore many requests) and I wonder if JSF will be able to handle the load? I was recently on java2days conference (mostly for cloud solutions) and I asked the lecturers about JSF. Most of them said that it is not very good and the tendency is in stateful clients like GWT, Flex etc...
feedback
|
closed as not constructive by BalusC, Bill the Lizard♦ Nov 17 '11 at 12:13
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.