Re: Rendering raw data in pages

2007-03-25 Thread fdegrassi
I agree with you on the fact that services are not and should not be pooled, it would not make any sense. On the other side, limiting pages to only render text is (in my humble opinion) arbitrary; services can render binary data, but they lack the features (property injection, ease of use, progr

Re: Rendering raw data in pages

2007-03-25 Thread Christian Haselbach
On Sun, Mar 25, 2007 at 11:02:50AM +0200, fdegrassi wrote: > I already did it using a service, what i do not like of it is that > services are (obviously) stateless, not pooled, so i can't use them in While they are not pooled, they are not necessarily stateless. Services have access to the sess