I understand that:
a) On the server side I have: xhtmls (views), controllers (managed beans) and servelet (general manager)
b) On the client side I have: page requests actions via HTTP
Question:
How is the process since a request for a page is done until finally the browser receives the HTML and displays it?
Example:
1-Client: get request (HTML page)
2-Server: redirects the request to servelet
3- ...
Try to build a sequence diagram but without success.