- Liferay Beginner’s Guide
- Robert Chen Sandeep Nair Samir Bhatt
- 260字
- 2021-08-27 12:04:27
What is Liferay Portal?
Liferay Portal is a Java web application. In a web application, a user types in a Uniform Resource Locator (URL) string in a browser address box and fires it. The browser sends the URL as a request to a corresponding application server and waits. The application server receives the request and processes data according to parameter values in the received URL. It sends a Hypertext Markup Language (HTML) format file to the requesting browser as a response. The browser interprets the HTML file and renders a webpage to the user. All the typical characteristics of a web application apply to the Liferay Portal.
The following is a deployment diagram for a Liferay Portal instance:

In this deployment diagram, a user accesses a Liferay Portal site with a web browser. Liferay receives the request and sends a request to the Single Sign On (SSO) server for authentication. The SSO server goes to the Lightweight Directory Access Protocol (LDAP) server to check the user's credentials. When that is successful, the SSO server tells Liferay Portal that the user is authenticated. Liferay Portal responds to the user request with a home landing page.
The Liferay Portal also runs portlet artifacts (please read on for an explanation of portlets). It relies on a database server to store data. It uses the mail server to send mails to the portal users. Optionally, Liferay Portal may also use other servers for additional functionalities.
- Learning Cocos2d-x Game Development
- Windows phone 7.5 application development with F#
- Learning AngularJS Animations
- 基于Proteus和Keil的C51程序設計項目教程(第2版):理論、仿真、實踐相融合
- SDL Game Development
- 嵌入式系統設計教程
- 電腦維護365問
- 微軟互聯網信息服務(IIS)最佳實踐 (微軟技術開發者叢書)
- 筆記本電腦維修300問
- 基于Proteus仿真的51單片機應用
- 無蘋果不生活:OS X Mountain Lion 隨身寶典
- FPGA實驗實訓教程
- Instant Website Touch Integration
- 基于S5PV210處理器的嵌入式開發完全攻略
- Service Mesh微服務架構設計