Re: Questions about JSFCentral - Understanding JSF 2.0 Performance - Part 3

2013-07-17 Thread Howard W. Smith, Jr.
Okay/understood, thanks Leonardo. :) >> The most interesting fact is the decrease in the throughput for Spring MVC. I found that interesting too. >> If you think that using Spring MVC-JSP will give you a better performance, think twice, because MyFaces with a CDI implementation like OpenWebbeans

Re: Questions about JSFCentral - Understanding JSF 2.0 Performance - Part 3

2013-07-17 Thread Leonardo Uribe
Hi Howard JSF 2.1 is java 1.6 compatible. In this case, an improvement in the JVM will affect all frameworks in the same way, so a change using java 7 or 8 will not affect the relative differences. Regards, Leonardo. On Jul 17, 2013 1:32 PM, "Howard W. Smith, Jr." wrote: > First of all, kudos

Questions about JSFCentral - Understanding JSF 2.0 Performance - Part 3

2013-07-17 Thread Howard W. Smith, Jr.
First of all, kudos for the following blog/post: JSFCentral - Understanding JSF 2.0 Performance - Part 3[1] I started reading this, and not done yet. >> Instead, it's more interesting to check the ability of a web framework to deal with effects like concurrency and get an idea of the overhead in