| From | Sent On | Attachments |
|---|---|---|
| Stefan Gesigora | Aug 31, 2005 1:53 am | |
| Martin Marinschek | Aug 31, 2005 2:12 am | |
| Stefan Gesigora | Aug 31, 2005 2:20 am | |
| Stefan Gesigora | Aug 31, 2005 3:38 am | |
| Enrique Medina | Aug 31, 2005 3:43 am | |
| Guy Katz | Aug 31, 2005 3:53 am | |
| Stefan Gesigora | Aug 31, 2005 4:00 am | |
| Murali | Aug 31, 2005 4:19 am | |
| Murali | Aug 31, 2005 4:43 am | |
| Jeff Cooper | Aug 31, 2005 5:13 am | |
| Sean Schofield | Aug 31, 2005 5:34 am | |
| Werner Punz | Aug 31, 2005 5:37 am | |
| hicham abassi | Aug 31, 2005 6:21 am | |
| Sean Schofield | Aug 31, 2005 6:23 am | |
| hicham abassi | Aug 31, 2005 6:29 am | |
| Sean Schofield | Aug 31, 2005 6:30 am | |
| Gary VanMatre | Aug 31, 2005 7:59 am | |
| Mike Kienenberger | Aug 31, 2005 10:57 am | |
| Ken Weiner | Aug 31, 2005 10:59 am | |
| Mike Kienenberger | Aug 31, 2005 11:13 am | |
| Craig McClanahan | Aug 31, 2005 11:25 am | |
| Mike Kienenberger | Aug 31, 2005 11:39 am | |
| Denn...@ak.blm.gov | Aug 31, 2005 11:51 am | |
| Ken Weiner | Aug 31, 2005 11:54 am | |
| Craig McClanahan | Aug 31, 2005 12:25 pm | |
| Mike Kienenberger | Aug 31, 2005 12:34 pm | |
| Craig McClanahan | Aug 31, 2005 12:40 pm | |
| Craig McClanahan | Aug 31, 2005 12:51 pm | |
| Mike Kienenberger | Aug 31, 2005 1:07 pm | |
| Martin Marinschek | Aug 31, 2005 1:47 pm | |
| Mike Kienenberger | Sep 1, 2005 8:01 am | |
| Martin Marinschek | Sep 1, 2005 8:43 am | |
| Mike Kienenberger | Sep 1, 2005 8:50 am | |
| Martin Marinschek | Sep 1, 2005 9:06 am | |
| Mike Kienenberger | Sep 1, 2005 9:21 am | |
| Martin Marinschek | Sep 1, 2005 9:54 am | |
| CONNER, BRENDAN (SBCSI) | Sep 2, 2005 5:59 pm | |
| Craig McClanahan | Sep 2, 2005 9:25 pm | |
| hicham abassi | Sep 6, 2005 12:15 pm |
| Subject: | Re: best way to initialize BackingBean? | |
|---|---|---|
| From: | hicham abassi (haba...@gmail.com) | |
| Date: | Aug 31, 2005 6:21:06 am | |
| List: | org.apache.myfaces.users | |
Is it possible to do that with a PhaseListener ?
http://www.jsfcentral.com/redirect?listingTitle=JSF%20PhaseListener%20-%20Is%20This%20User%20Logged%20In?&categoryTitle=Articles%20and%20Books&categoryPath=reading&site=http://groups.yahoo.com/group/jsf-developers/message/471
I have to do the same thing than Stephan
2005/8/31, Werner Punz <wer...@gmx.at>:
I really can recomment, to add the spring JSF integration library to the entire mix of libs in the project, you get many benefits by using spring IOC, like integrated AOP mechanisms...
Werner
Enrique Medina wrote:
At the moment, the IoC provided by JSF is only about objects and properties, I'm afraid.
You'll have to use Spring or another advance IoC container for constructor dependency injection, etc.
2005/8/31, Stefan Gesigora < SGes...@software-architekten.de <mailto:SGes...@software-architekten.de>>:
Hello!
Is there another way without using an "addon-framework" to initialize a backing-bean (without constructor intialization, managed-properties)?
Stefan Gesigora
-----Ursprüngliche Nachricht----- Von: Stefan Gesigora Gesendet: Mittwoch, 31. August 2005 11:21 An: MyFaces Discussion Betreff: AW: best way to initialize BackingBean?
Hi!
Thx Martin! How can I integrate Shale into JSF (Sun RI)? Is there a tutorial about this?
Stefan Gesigora
-----Ursprüngliche Nachricht----- Von: Martin Marinschek [mailto:mart...@gmail.com <mailto:mart...@gmail.com>] Gesendet: Mittwoch, 31. August 2005 11:13 An: MyFaces Discussion Betreff: Re: best way to initialize BackingBean?
You might use Shale to do this kind of things.
With Shale, if your beans implement a special interface, several methods will be called on your bean - one of them before the view is shown...
regards,
Martin
On 8/31/05, Stefan Gesigora <SGes...@software-architekten.de <mailto:SGes...@software-architekten.de>> wrote: > > > > > > Hi folks! > > > > What is the best way to initialize BackingBeans? > > I would like to get data from a DB everytime before the jsp will be shown > initializing the jsp with this data. > > I can't use the constructor initialization cause I need it everytime not > only the first time. > > I can't use initialization via managed-property cause the data isn't static... > > > > Any suggestions? > > > > Thx > > Stefan Gesigora > >
--
http://www.irian.at Your JSF powerhouse - JSF Trainings in English and German
--
hicham ABASSI haba...@gmail.com





