order of events taking place for viewbeans

Can someone tell me the order of events as they take place when a

Jato viewbean loads. I am interested in initializing some page

session objects and am not sure where do I do it. Session objects

are used in the where clause of the data models. In viewBean's

constructor?

Thanks in advance,

Mandar

[373 byte] By [Guest] at [2007-11-25 9:26:53]
# 1

Mandar,

I can just tell you where instead of giving an event flow (which we had

in the pre 2.0 version - it should be one of the app that ships in the

zip file, plus some docs that shows the event flow).

You would want to initialize session objects in the onNewSession event

in your ApplicationServlet (super class of your Module servlet(s))

craig

joshi_mandar wrote:

> Can someone tell me the order of events as they take place when a

> Jato viewbean loads. I am interested in initializing some page

> session objects and am not sure where do I do it. Session objects

> are used in the where clause of the data models. In viewBean's

> constructor?

>

> Thanks in advance,

> Mandar

>

>

>

>

>

>

> To download the latest version of S1AF (JATO), please visit one of the

> following locations:

>

> Framework + IDE plugin for Sun ONE Studio 4 Update 1, Community Edition:

> <a href="http://wwws.sun.com/software/download/products/Appl_Frmwk_2.0_CE.html"> ;http://wwws.sun.com/software/download/products/Appl_Frmwk_2.0_CE.html</a>

>

> Framework + IDE pluign for Sun ONE Studio 4 Update 1, Enterprise Edition:

> <a href="http://wwws.sun.com/software/download/products/Appl_Frmwk_2.0_EE.html"> ;http://wwws.sun.com/software/download/products/Appl_Frmwk_2.0_EE.html</a>

>

> Previous versions of JATO:

> <a href="http://www.sun.com/software/download/developer/5102.html">http://www.s un.com/software/download/developer/5102.html</a>

>

>

[Non-text portions of this message have been removed]

Guest at 2007-7-1 16:31:36 > top of Java-index,Development Tools,Java Tools...