
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 »

Eclipse is most popular IDE for Java developer today. Liferay eclipse plugin is used to develop various Liferay plugins(Portlets, hooks, layouts, themes and Ext). It makes Java developer life very easy. In this... Read more »

To work with Liferay, we need to setup Liferay development environment. In this article we will see how to do this. If you are looking for setup for development environment of Liferay... Read more »
Liferay provides all basic portal functionality + more than 60 out of the box (ready to use) portlets which we can directly use without writing single line of code. In case if... Read more »
In simple term Liferay Portal made easy to create gadgets,portlets,pages,themes. is implementation of portal specification (including JSR 168 and 286). is web platform through which we can build business solutions. provides collaborative... Read more »
In this article we will see what is portlet, what is Java Portlet and its characteristics. Portlet in General Portlet is a web component. Combine with other portlets, they form a complete comprehensive... Read more »