Re: [core][proposal] JSF View Pooling (going beyond JSF Stateless Mode)

2012-12-20 Thread Martin Marinschek
Hi Leo. what are you trying to gain from this? Here the criticism from the link you provided: Criticism Some publications do not recommend using object pooling with certain languages, such as Java, especially for objects that only use memory and hold no external

Re: [core][proposal] JSF View Pooling (going beyond JSF Stateless Mode)

2012-12-20 Thread Leonardo Uribe
Hi Martin 2012/12/20 Martin Marinschek mmarinsc...@apache.org: Hi Leo. what are you trying to gain from this? Here the criticism from the link you provided: Criticism Some publications do not recommend using object pooling with certain languages, such as Java, especially for objects

[core][proposal] JSF View Pooling (going beyond JSF Stateless Mode)

2012-12-17 Thread Leonardo Uribe
Hi In the last months, I have been doing some investigations around stateless JSF ideas. The intention is try to find ways to improve MyFaces Core performance as much as possible, without lose all those nice features we all are used to. In summary, the justification around stateless JSF is that,