Life cycle between client request and server response

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Life cycle between client request and server response

p4ddy
Can anybody tell me the life cycle between the client request and server response when the xforms+xhtml page is requested by client.

In other words, client requests for a page (xhtml+XForms) and the server converts that page to html+css+javascript by using orbeon library.

I want to know what exactly is happening here in betweent these two processes.


Thanks in advance :)
Reply | Threaded
Open this post in threaded view
|

Re: Life cycle between client request and server response

Alessandro Vernet
Administrator
p4ddy wrote
Can anybody tell me the life cycle between the client request and server response when the xforms+xhtml page is requested by client.

In other words, client requests for a page (xhtml+XForms) and the server converts that page to html+css+javascript by using orbeon library.
To simplify this a bit, usually your page-flow.xml is hit. Depending on the path of the request, a different XHTML+XForms is being loaded. That file goes through the epilogue which does the XForms processing and runs the theme stylesheet you setup. Finally the output is sent to the browser.

But do you have any particular question about this flow?

Alex