Search code examples
primefacesliferayliferay-6chatroom

Create shoutbox(chat room) in liferay by using primepush


I would like to create a shoutbox(or chat room) to my community, so any solution for that ?

Demo image:

enter image description here

Thank in advance :)


Solution

  • There is a PrimeFaces Ajax Push demo portlet contributed that can be found at issue FACES-1421. It doesn't demonstrate chat, but does demonstrate the Ajax Push mechanism required for chat. The icefaces3-chat-portlet would be a good place to start for developing such a portlet.