google.com, pub-5747754088801811, DIRECT, f08c47fec0942fa0 Skip to main content

Posts

Showing posts from November, 2014

Workflow on custom portlet

 In certain situation we require workflow in our custom portlet. We will see next what is the procedure for workflow on custom portlet. Find below full source code for workflow on custom portlet. It will show only approved feedback in list of it. SOURCE CODE You can find more detail below http://www.cignex.com/articles/applying-advanced-workflow-custom-assets-liferay-6 http://stackoverflow.com/questions/17853340/kaleo-workflow-in-custom-portlet/26729873#26729873 http://liferayzone.wordpress.com/2013/11/29/kaleo-workflow-configuration-for-custom-portlet-in-liferay-6-1/

Liferay interview questions

What is Liferay Portal? In General a web portal represents a web application that provides a single point of access to variety of information. Functionality of a portal can extend very easily by creating custom applications that can run inside a portal.   These applications are called portlet.   For running portlet we require application server that can run a portlet container spec (JSR168 or JSR286).   There are dozens of free and enterprise portal products available.   Liferay portal is an open source portal. Below are benefits of it. 1.       Content management system. 2.       Workflow 3.       Social networking 4.       Easy integration with LDAP, Alfresco, Solr, CAS etc. 5.       Inbuilt available portlet related with News, Finance, Social, Workflow etc. 6.       Compatible with different database server, OS and app server. 7.       Compatible with UI technologies and web services. 8.       Compatible with different script Python, Ruby ,Grails, Pyt