Fórum

Service Builder

amani kh, modificado 11 Anos atrás.

Service Builder

Junior Member Postagens: 43 Data de Entrada: 17/11/12 Postagens Recentes
hey, I am beginner to liferay environnement, I've created some portlets that I wanna connect to my DB, I read a little about SERVICE BULDER but I am still a bit confused..
my qest is: does Service Builder creates my custom Tables (when deploy the portlet)? or it is used just to make connection to DB's tables after I do create them ?

hope u give me some explanations
thumbnail
Jignesh Vachhani, modificado 11 Anos atrás.

RE: Service Builder (Resposta)

Liferay Master Postagens: 803 Data de Entrada: 10/03/08 Postagens Recentes
Yes it will create your custom tables as per the defination which you defines in service.xml file.
You can see service builder concept in details on : http://www.liferay.com/documentation/liferay-portal/6.0/development/-/ai/service-build-2
thumbnail
Jitendra Rajput, modificado 11 Anos atrás.

RE: Service Builder (Resposta)

Liferay Master Postagens: 875 Data de Entrada: 07/01/11 Postagens Recentes
Check table.sql file inside your portlets sql folder it has all the queries to generate tables specified in service.xml.
When ever you deploy portlet liferay automatically creates table for you.
amani kh, modificado 11 Anos atrás.

RE: Service Builder

Junior Member Postagens: 43 Data de Entrada: 17/11/12 Postagens Recentes
thaks a lot, one more qest plz does it automatically create tables in lportal DB?
thumbnail
Jignesh Vachhani, modificado 11 Anos atrás.

RE: Service Builder (Resposta)

Liferay Master Postagens: 803 Data de Entrada: 10/03/08 Postagens Recentes
Yes when you build service and deploy your portlet then it will automatically generates tables in connected DB