掲示板

What is the flow of HTTP request in Liferay

10年前 に friends friends によって更新されました。

What is the flow of HTTP request in Liferay

Junior Member 投稿: 95 参加年月日: 12/09/03 最新の投稿
What is the flow of HTTP request in Liferay
thumbnail
8年前 に Himanshu Bhandari によって更新されました。

RE: What is the flow of HTTP request in Liferay

Regular Member 投稿: 148 参加年月日: 14/05/09 最新の投稿
Browser » App Server (eg Tomcat) » Liferay(Main Servlet) » layout (Database Table of Liferay)
>>Creates and construsts Theme display object » Page Layout » Portlets » portlet.vm » portal_normal.vm » HTML

reference
thumbnail
8年前 に Miroslav Ligas によって更新されました。

RE: What is the flow of HTTP request in Liferay

Regular Member 投稿: 152 参加年月日: 14/07/29 最新の投稿
Depend on what you are asking. Do you wont to know the logical flow or the technical. Logical is defined by the JSR standard so probably you like to know what's the implementation.
So Browser HTTP request -> app server -> Filters > MainServlet (Liferay entry point) > Service Pre actions > Struts Framework > depending on the life-cycle phase an action may be executed > rendering in JSP > all portlets on the page are called and provide they're HTML fragment > theme and fragments are combined > final response is created and send to browser