Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/345.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java Liferay门户的问答portlet_Java_Liferay_Portlet_Portal - Fatal编程技术网

Java Liferay门户的问答portlet

Java Liferay门户的问答portlet,java,liferay,portlet,portal,Java,Liferay,Portlet,Portal,我需要一个portlet来匿名发布问题,并由登录用户回答。Liferay Portlet库中有什么我可以使用的吗 理想情况下,我需要这样的流程: 1. Someone submits the question anonymously. 2. Question is placed into queue and only people with permissions see the unanswered questions. 3. Once the question is answered

我需要一个portlet来匿名发布问题,并由登录用户回答。Liferay Portlet库中有什么我可以使用的吗

理想情况下,我需要这样的流程:

1. Someone submits the question anonymously.
2. Question is placed into queue and only people with 
   permissions see the unanswered questions.
3. Once the question is answered by the people with permissions 
   it appears on the page.
4. Older answers are archived and are available in the archive, 
   you could see the last several answers.

但我会选择所有的portlet,或者我可以修改一个接近我需要的portlet。

不,没有像您描述的那样的portlet


我能想到的最接近的事情是使用带有Q\A视图的留言板。但是,我不确定是否支持匿名帖子。

不,没有您描述的portlet


我能想到的最接近的事情是使用带有Q\A视图的留言板。但是,我不确定是否支持匿名帖子。

可能有JSR168兼容的portlet,这应该是人们经常遇到的问题。我试图找到一些portlet的存储库,但似乎真的没有一个好的。我在他们的网站上浏览了Liferay的存储库,但那里没有类似的内容。我看到的最接近的一个是这里:可能有JSR168兼容的portlet,这应该是人们经常遇到的问题。我试图找到一些portlet的存储库,但似乎真的没有一个好的。我在他们的网站上浏览了Liferay的存储库,但那里没有类似的内容。我看到的最近的一个在这里: