Access Liferay Service & Util and Custom Portlet Service & Util Class in...
Here are the steps to access services and util class of custom portlet in velocity template.1) Make sure the services and util class which you want to access are available inside tomcat/lib/ext.2) In...
View ArticleLiferay Eclipse Setup
Liferay Folder Structure1. create Liferay folder in C drive2. unzip Liferay tomcat 6.0 bundle (liferay-portal-tomcat-6.0-5.2.3.zip) to Liferay folder 3. unzip Liferay plugin SDK...
View ArticleLDAP Configuration with Liferay
 OPEN LDAP SERVER CONFIGURATION FOR WINDOWS Softwares Used:OpenLDAP (Windows edition) LDAP Browsers(Apache DS,Jxplorer, LDAPsoft admin tools, Softerra LDAP admin etc)Download Softwares: 1. You can...
View ArticleRedirect to Static page in liferay within a single portlet
In Liferay most of time happens with us that after submitting the form we want to redirect it to some other page.Now it's not difficult any more.Please check below code.It will help you to redirect to...
View ArticleConnecting to different database using Liferay Service Builder
Generally we guys used to connect with the liferay default Database.We also have requirement that Client wants there Data on Separate Schema or Separate DB.But In Liferay how we can connect with...
View ArticleDeploying Ext in Liferay 6
On Deploying EXT, We face the problem that our changes are not getting reflected.I seen people in liferay forums continuously asking for the same.It is not perfect but will work in the case ,if you...
View ArticleDynamic Query in Liferay
Liferay provides several ways by which we can retrieve data from database. One of them is dynamic query. You can easily fire complex query using dynamic query and it will reduce overhead of creating...
View ArticleIntegrating Solr with Liferay 6
Building Solr & Installing Solr instance on tomcat.Download Solr-1.3.0 release from Solr.Unzip .tar on some location. For eg. /opt/solr/Make /opt/solr/example/solr as a $SOLR_HOME.Copy...
View ArticleTabs with Search Container in Liferay
Generally we have to write a lot of javascript and java code in order to deal with paging in Web based application.But with liferay you don't have to deal with that any more. Your life become easier...
View ArticleMobile Theme in Liferay
Now no need to do any nightmare work for creating mobile theme. No need to find User Agents and writting different CSS for different device. Single CSS will work for all device.You are just few steps...
View ArticleNew Features in Liferay Portal v6.2
With every new version of Liferay, it is becoming more robust and easy to use. As I am the member of Liferay 6.2 Comunnity Verifier Group, So I am quite excited to explore its features.Here I am going...
View ArticleCreate WebContent and Integrate Flow Player to Play Videos in Liferay
Most of the times we have a requirement from the client to show videos on the home page for marketing purpose or to promote the brands. At that time I looked into the internet for so many different...
View Article