简体   繁体   中英

Which technology is used in a Liferay web content portlet?

In order to create web content, a web content portlet is used. What technology is behind this portlet? What was used to develop this portlet? JSP, JSF, Struts, Icefaces, or any thing else?

Moreover, is there a link to download it separately.

It's using JSP, Java (using Liferay MVCPortlet) possibly some Alloy UI, and Struts 1 (as it's used throughout Liferay).

You can't download it separately, but the source code is there in the Liferay source archives. You just have to dig out Web Content Specific parts.

The source can be found and downloaded here: https://github.com/liferay/liferay-portal

You will find the java source files under: \\portal-service\\src\\com\\liferay\\portlet\\journal

And the jsp pages under: \\portal-web\\docroot\\html\\portlet\\journal

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM