
Spring MVC Portlet in Liferay provides a facility to define multiple render and action methods. Liferay MVC portlet however allows one render method and multiple action methods. In this article, we will... Read more »

Liferay provides nice way to create portlet in different technologies. One of the most popular among them is through Spring – a well known java framework. Spring is a well known framework... Read more »

In this article, we will see how to write custom Liferay MVC portlet. Liferay MVC is a lightweight framework provided by liferay to create JSR-168/286 compatible portlets. For simplicity, we will display the string... Read more »

In this article we will see how to create Liferay Portlet with MVC framework. Liferay MVC is portlet framework define by Liferay to create JSR-168 / JSR-286 compatible portlets. Liferay IDE (eclipse with liferay plugin... Read more »