atom feed39 messages in org.apache.myfaces.usersRe: best way to initialize BackingBean?
FromSent OnAttachments
Stefan GesigoraAug 31, 2005 1:53 am 
Martin MarinschekAug 31, 2005 2:12 am 
Stefan GesigoraAug 31, 2005 2:20 am 
Stefan GesigoraAug 31, 2005 3:38 am 
Enrique MedinaAug 31, 2005 3:43 am 
Guy KatzAug 31, 2005 3:53 am 
Stefan GesigoraAug 31, 2005 4:00 am 
MuraliAug 31, 2005 4:19 am 
MuraliAug 31, 2005 4:43 am 
Jeff CooperAug 31, 2005 5:13 am 
Sean SchofieldAug 31, 2005 5:34 am 
Werner PunzAug 31, 2005 5:37 am 
hicham abassiAug 31, 2005 6:21 am 
Sean SchofieldAug 31, 2005 6:23 am 
hicham abassiAug 31, 2005 6:29 am 
Sean SchofieldAug 31, 2005 6:30 am 
Gary VanMatreAug 31, 2005 7:59 am 
Mike KienenbergerAug 31, 2005 10:57 am 
Ken WeinerAug 31, 2005 10:59 am 
Mike KienenbergerAug 31, 2005 11:13 am 
Craig McClanahanAug 31, 2005 11:25 am 
Mike KienenbergerAug 31, 2005 11:39 am 
Denn...@ak.blm.govAug 31, 2005 11:51 am 
Ken WeinerAug 31, 2005 11:54 am 
Craig McClanahanAug 31, 2005 12:25 pm 
Mike KienenbergerAug 31, 2005 12:34 pm 
Craig McClanahanAug 31, 2005 12:40 pm 
Craig McClanahanAug 31, 2005 12:51 pm 
Mike KienenbergerAug 31, 2005 1:07 pm 
Martin MarinschekAug 31, 2005 1:47 pm 
Mike KienenbergerSep 1, 2005 8:01 am 
Martin MarinschekSep 1, 2005 8:43 am 
Mike KienenbergerSep 1, 2005 8:50 am 
Martin MarinschekSep 1, 2005 9:06 am 
Mike KienenbergerSep 1, 2005 9:21 am 
Martin MarinschekSep 1, 2005 9:54 am 
CONNER, BRENDAN (SBCSI)Sep 2, 2005 5:59 pm 
Craig McClanahanSep 2, 2005 9:25 pm 
hicham abassiSep 6, 2005 12:15 pm 
Subject:Re: best way to initialize BackingBean?
From:Mike Kienenberger (mkie@gmail.com)
Date:Aug 31, 2005 11:39:41 am
List:org.apache.myfaces.users

Possibly, but I've got hundreds of code-generated database converters registered by type. I'd hate to have to go in and manually specify a converter every place a database entity type is used.

In both case, it's a workaround for what I consider a current weakness in JSF. Converters and validators should be able to have bindings to other managed beans via the config file.

On 8/31/05, Craig McClanahan <crai@gmail.com> wrote:

On 8/31/05, Ken Weiner <kwei@gmail.com> wrote:

The Spring JSF integration I've seen focuses on enabling Spring IoC for

JSF managed beans. There is a way to enable IoC for JSF Converters, Validators, and UIComponents too. I posted information on the Spring JSF Wiki: http://opensource.atlassian.com/confluence/spring/x/Qgo

I was hoping Spring would incorporate the SpringApplication and

SpringApplicationFactory code in a future release, but there haven't yet been comments on the Wiki page.

For converters, isn't this already possible out of the box (if you've got the Spring IoC integration with managed beans)?

<h:inputText ... converter="#{myConverter}" .../>

where "myConverter" is a spring bean.

For validators, you can bind to a validator *method* of some bean that happens to be created via the IoC facility.

-Ken

Craig