Fórum

How to create a portlet plugin in liferay v6.0

thumbnail
Alshaimaa Ali, modificado 13 Anos atrás.

How to create a portlet plugin in liferay v6.0

New Member Postagens: 13 Data de Entrada: 20/06/10 Postagens Recentes
In liferay v 6.0, How to create a portlet plugin that interact with database, and how to generate its model classes, will these classes be generated using service builder?
thumbnail
Imtiaz Ahmed, modificado 13 Anos atrás.

RE: How to create a portlet plugin in liferay v6.0

Junior Member Postagens: 57 Data de Entrada: 02/01/08 Postagens Recentes
plugins-sdk only creates an empty template portlet for you to start off with. The rest has to be implemented by you. And yes you should use the ServiceBuilder to create your data access code.