Liferay Web 内容 portlet 使用了哪种技术?
为了创建 Web 内容,需要使用 Web 内容 Portlet。该 portlet 背后采用了什么技术?使用什么来开发这个 portlet? JSP、JSF、Struts、Icefaces 还是其他什么?
另外,有没有单独下载的链接。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它使用 JSP、Java(使用 Liferay MVCPortlet),可能还使用一些 Alloy UI 和 Struts 1(因为它在整个 Liferay 中都使用)。
您无法单独下载它,但源代码位于 Liferay 源档案中。您只需挖掘出 Web 内容特定部分即可。
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.
可以在此处找到并下载源代码:
https://github.com/liferay/liferay-portal
你会在下面找到java源文件: \portal-service\src\com\liferay\portlet\journal
以及 jsp 页面:\portal-web\docroot\html\portlet\journal
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