Liferay Tutorial 08 :- How to Create Service Builder in Liferay 7

preview_player
Показать описание
Service Builder is a very important concept in Liferay. By using Service Builder we easily create basic methods like add,delete etc. So in this video we will create services and deploy the services so that they can be use by other modules.

How to resolve dependency in gradle:

Apache Felix Gogo Shell Commands in Liferay 7

Рекомендации по теме
Комментарии
Автор

i have added the new columns after createing a table in service.xml bulid and deploy it but still it does not reflected in my database

irawatipathak
Автор

I know there is a command prompt version of creating a service builder too in the previous version of Liferay. is it applicable in Liferay 7 too?

rexsam
Автор

Thanks for the tutorial. This save hours of my life :D i will keep watching all tutorials..! Do i need Hsql tables before runing the service builtder or they will automatic create ?

josev
Автор

Thanks for the tutorial!
I would like to ask you about the deploy phase. After I build the services and update the gradle project I can see the new classes created. But after deploy I'm not able to see the module installed or active in the Liferay server. Do I need to add some dependencies manually?

Neferkhuseth
Автор

Thanks for this wonderful Videos sir. I see Your all video can you create a video on how to create a multi level form accessing data from mysql database .

gopinathghanghao
Автор

I didn't create table explicitly. Lieu when I deploy service builder table created as foo_employee. Why? How to avoid to that namespace?

revathivadlamudi
Автор

Any reason for creating table explicitly?

pankajkathiriya
Автор

I am getting this error

Table 'employee' already exists

And I am using liferay 7. There is no upgrade

Can you please point out what wrong I am doing here.

vishnuranjan
Автор

I have followed the same process and I m getting the errors like :-
FrameworkEvent ERROR
Could not resolve module :

Автор

where i can get value for <namespace> ?

eugenemotolov
Автор

good one but not maintained continuity

veereshswammy
Автор

Thanks For Nice Videos Sir I am facing problem while creating connection with mysql db. i configure mysql with liferay and create a portal-ext.properties file for maintaining the db configuration also n i have created the portlet that contain the connection code but its give error

error1: package com.mysql.jdbc does not exist
import com.mysql.jdbc.Connection;

error2: package com.mysql.jdbc does not exist
import com.mysql.jdbc.Statement;

error3:error: cannot find symbol
Connection con = null;

error4: error: cannot find symbol
Connection con = (Connection)

error5: cannot find symbol
Statement stmt= (Statement) con.createStatement();
^

gopinathghanghao