Fórumok

What is the flow of HTTP request in Liferay

friends friends, módosítva 10 év-val korábban

What is the flow of HTTP request in Liferay

Junior Member Bejegyzések: 95 Csatlakozás dátuma: 2012.09.03. Legújabb bejegyzések
What is the flow of HTTP request in Liferay
thumbnail
Himanshu Bhandari, módosítva 8 év-val korábban

RE: What is the flow of HTTP request in Liferay

Regular Member Bejegyzések: 148 Csatlakozás dátuma: 2014.05.09. Legújabb bejegyzések
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
Miroslav Ligas, módosítva 8 év-val korábban

RE: What is the flow of HTTP request in Liferay

Regular Member Bejegyzések: 152 Csatlakozás dátuma: 2014.07.29. Legújabb bejegyzések
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