
Liferay provides various framework to create plugins. Spring MVC is one of the most popular framework to create portlets on Liferay. In this article, I will be showing how to create Maven... Read more »

Spring MVC Portlet in Liferay provides facility to define multiple render and action methods. Liferay MVC portlet however allow one render method and multiple action methods. In this article, we will see... 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 »