I know the link  http://husted.com/struts/ it is very good, but
I am some difficulties to access information about Struts forum,
and it is painful to see this message through mails like
'[EMAIL PROTECTED]'.
I learn a lot of thinks in the Struts API but I don't think that
it is the best solution to understand a project. And this documentation
is not updated for the struts1.1. For instance the process()
method in the Action class has been depreciated.
I think it is better to have access to the project's model (with class
diagram,
sequence diagram, or collaboration diagram).
Unfortunately I have found only one struts diagram on
http://rollerjm.free.fr/pro/Struts.html,
but it doesn't deal with the Struts application initialisation. 
I am very interested in your diagram.

Thanks in advance
Sandra.
-----Original Message-----
From: Rajesh Pradhan [mailto:[EMAIL PROTECTED]]
Sent: 03 July 2002 11:34
To: Struts Users Mailing List
Subject: RE: Struts application initialisation workflow.


Hi Heligon,
There are some very good documents at the http://husted.com/struts/ and also
u
can read the Struts API which also would really be useful.

There is also one UML diagram showing the whole flow of struts application.
if u want it .. i will fwd it to u.

bye.

cheers
Rajesh Pradhan



-----Original Message-----
From: Heligon Sandra [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 03, 2002 2:37 PM
To: '[EMAIL PROTECTED]'
Subject: Struts application initialisation workflow.



        Hi,

        Where can I find information about the application start-up sequence
diagram ?
        I need to know in which order struts components and servlet classes
are instantiated.
        For example if I use ServletContextListener, HttpSessionListener,
and a sub-class of RequestProcessor,
        which class is instantiated in first.
        Is the order  the same as the classes have been declared in the
web.xml file ?
        If the web.xml is configured in order to initialize the controller
servlet when the webapp starts up,
        Is the init() method of the ActionServlet responsible of listeners
instantiation? and when is the RequestProcessor
        instantiated in the init() too ?
        The processPreprocess() method is called for the first time when the
first request associated to an action arrive, is it true ?
        It is difficult to understand well the initialisation workflow but
it is important for developers.
        Has somebody a documentation about that or the one solution is to
look at the struts source ?
        People which can reply to these questions are probably struts
developers, but I don't know if I can post
        such questions in the struts-dev mailing list.

        Thanks a lot.

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to