Re: [orchestra] question about Spring custom scopes

2007-08-13 Thread Mario Ivankovits
Hi! I would say your assessment is correct. If this is slow, how about caching the connection of bean-name - scope-name somewhere? I've talked to Simon, lets create a test case first to measure the times. Lets see action afterwards. Ciao, Mario smime.p7s Description: S/MIME Cryptographic

[orchestra] question about Spring custom scopes

2007-08-12 Thread simon
Hi, I've been looking at how Spring implements its custom scopes feature, and how this interacts with JSF. Can someone verify that I understand this right? The class org.springframework.web.jsf.DelegatingVariableResolver is configured as the var-resolver for a JSF webapp, via faces-config.xml.

Re: [orchestra] question about Spring custom scopes

2007-08-12 Thread Martin Marinschek
Hi Simon, I would say your assessment is correct. If this is slow, how about caching the connection of bean-name - scope-name somewhere? regards, Martin On 8/12/07, simon [EMAIL PROTECTED] wrote: Hi, I've been looking at how Spring implements its custom scopes feature, and how this

Re: [orchestra] question about Spring custom scopes

2007-08-12 Thread Duong BaTien
Thanks for sharing your effort. I have an urge to look into what you have already done before taking a plunge into a process of putting everything into Spring-2.0 DI as suggested by some developers. My gut tells me that there must be some optimized way based on what you are trying to do. It will