【问题标题】:Which technology is used in a Liferay web content portlet?Liferay Web 内容portlet 中使用了哪种技术?
【发布时间】:2012-01-05 11:52:48
【问题描述】:

为了创建 Web 内容,使用 Web 内容 portlet。这个 portlet 背后的技术是什么?使用什么来开发这个 portlet? JSP、JSF、Struts、Icefaces 还是其他任何东西?

另外,有没有单独下载的链接。

【问题讨论】:

    标签: liferay portlet webcontent


    【解决方案1】:

    它使用 JSP、Java(使用 Liferay MVCPortlet)可能是一些 Alloy UI 和 Struts 1(因为它在整个 Liferay 中使用)。

    您不能单独下载它,但源代码在 Liferay 源档案中。您只需要挖掘出特定于 Web 内容的部分。

    【讨论】:

    • 用于检查源代码的附加信息:由于历史原因,WebContent 部分被命名为“Journal*” - 因此请查找以该名称开头的 API 和类。
    • 别担心,乐于助人!如果您也可以接受我的回答(如果您认为它是正确的),我将不胜感激。谢谢!
    【解决方案2】:

    可以在此处找到并下载源代码: https://github.com/liferay/liferay-portal

    您将在以下位置找到 java 源文件:\portal-service\src\com\liferay\portlet\journal

    以及下面的jsp页面:\portal-web\docroot\html\portlet\journal

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-06-26
      • 1970-01-01
      • 2016-05-19
      • 1970-01-01
      • 1970-01-01
      • 2011-01-17
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多