This post will demonstrate how liferay-maven-sdk can be employed to build a Liferay portlet using Liferay's Service Builder feature. For this purpose we will create service-builder-portlet which is capable of displaying a list of players and adding a new player to this list. The model, persistence layer and data access services will be generated by Service Builder.
But first things first. Download and install liferay-maven-sdk if you haven't done so already (have a look at "Download and Install" page for instructions). Once liferay-maven-sdk is installed in your local repository, you can create the portlet.
Continue reading Creating Liferay portlet with liferay-maven-sdk.
