managed bean creation factory

2006-01-12 Thread Mario Ivankovits
Hi! Are there plans in the future JSF spec to make the managed bean creation factory configureable? something like: factory managed-bean-factory For some reason I would like to read a managed bean from a serialized store or use a specialized factory to create the bean instead

Re: managed bean creation factory

2006-01-12 Thread Mike Kienenberger
On 1/12/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! Are there plans in the future JSF spec to make the managed bean creation factory configureable? http://wiki.apache.org/myfaces/FAQ: = I don't like something about the JSF specification. How can I

Re: managed bean creation factory

2006-01-12 Thread Matthias Wessendorf
Also possible that Adam or Manfred are listining, they can bring it up, more easily, I guess :-) -Matthias On 1/12/06, Mike Kienenberger [EMAIL PROTECTED] wrote: On 1/12/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! Are there plans in the future JSF spec to make the managed bean

Re: managed bean creation factory

2006-01-12 Thread Dennis Byrne
Perhaps a custom variable resolver could be the solution? Dennis Byrne -Original Message- From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 01:48 PM To: 'MyFaces Development' Subject: Re: managed bean creation factory Also possible that Adam or Manfred

Re: managed bean creation factory

2006-01-12 Thread Matthias Wessendorf
: Thursday, January 12, 2006 01:48 PM To: 'MyFaces Development' Subject: Re: managed bean creation factory Also possible that Adam or Manfred are listining, they can bring it up, more easily, I guess :-) -Matthias On 1/12/06, Mike Kienenberger [EMAIL PROTECTED] wrote: On 1/12/06, Mario

RE: managed bean creation factory

2006-01-12 Thread Korhonen, Kalle
-Original Message- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Subject: managed bean creation factory Are there plans in the future JSF spec to make the managed bean creation factory configureable? For some reason I would like to read a managed bean from a serialized store

Re: managed bean creation factory

2006-01-12 Thread Craig McClanahan
On 1/12/06, Dennis Byrne [EMAIL PROTECTED] wrote: Perhaps a custom variable resolver could be the solution? Feedback to the EG alias (mentioned earlier in the thread) would definitely be a good way to bring the idea to the expert group's attention. In the mean time, I was faced with exactly the

Re: managed bean creation factory

2006-01-12 Thread Matthias Wessendorf
(Maybe should be moved to the user list...) My recipe (for better or worse) is to use Spring with JSF-Spring, which offers the same functionality. The latest JSF-Spring, 3.0.0M3, has fixed Yes, right. JSF-Spring has nice features, using faces scopes for spring managed beans, using spring-aop

Re: managed bean creation factory

2006-01-12 Thread Werner Punz
Matthias Wessendorf wrote: Yes, right. JSF-Spring has nice features, using faces scopes for spring managed beans, using spring-aop inside of faces-cfg by defining DefaultAdvisorAutoProxyCreator as an application scoped managed bean. and so on. have in mind, that JSF-Spring is *not* part of the