留言板

Service Builder

amani kh,修改在11 年前。

Service Builder

Junior Member 帖子: 43 加入日期: 12-11-17 最近的帖子
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,修改在11 年前。

RE: Service Builder (答复)

Liferay Master 帖子: 803 加入日期: 08-3-10 最近的帖子
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,修改在11 年前。

RE: Service Builder (答复)

Liferay Master 帖子: 875 加入日期: 11-1-7 最近的帖子
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,修改在11 年前。

RE: Service Builder

Junior Member 帖子: 43 加入日期: 12-11-17 最近的帖子
thaks a lot, one more qest plz does it automatically create tables in lportal DB?
thumbnail
Jignesh Vachhani,修改在11 年前。

RE: Service Builder (答复)

Liferay Master 帖子: 803 加入日期: 08-3-10 最近的帖子
Yes when you build service and deploy your portlet then it will automatically generates tables in connected DB