Foren

Need help to create service

thumbnail
Vaibhav Patil, geändert vor 10 Jahren.

Need help to create service

Junior Member Beiträge: 30 Beitrittsdatum: 07.07.13 Neueste Beiträge
Hello
we have below requirement,
We want to create service that remotely acceable and it will calll call various models objects that share using various port ets using service builder.
is ext is option for this?
thumbnail
Ahmed Hasan, geändert vor 10 Jahren.

RE: Need help to create service

Expert Beiträge: 306 Beitrittsdatum: 13.04.07 Neueste Beiträge
This topic has been covered in length in this FREE eBook, Liferay Portlet Cookbook. You can download a FREE copy and go through chapters 6,7 and 8 to understand these concepts in great length.
thumbnail
Vaibhav Patil, geändert vor 10 Jahren.

RE: Need help to create service

Junior Member Beiträge: 30 Beitrittsdatum: 07.07.13 Neueste Beiträge
Ahmed Hasan:
This topic has been covered in length in this FREE eBook, Liferay Portlet Cookbook. You can download a FREE copy and go through chapters 6,7 and 8 to understand these concepts in great length.


Thanks for quick response!
I am not able to download this book.
We want to connect remote service using liferay and that remote service will internally should connect to various model objects that are define in various portltets using service builder for example ,

There is on remote service RMS and that will use service model object A define in PORTLET A and model B object that define Portlet B. So as there are various option for this as define in link,
http://www.liferay.com/es/community/wiki/-/wiki/Main/Using+Class+Loader+Proxy+classes+to+share+plugins+servicess
so we want to know is EXT is option for this?
thumbnail
Vaibhav Patil, geändert vor 10 Jahren.

RE: Need help to create service

Junior Member Beiträge: 30 Beitrittsdatum: 07.07.13 Neueste Beiträge
Thanks for quick response!
I am not able to download this book.
We want to connect remote service using liferay and that remote service will internally should connect to various model objects that are define in various portltets using service builder for example ,

There is on remote service RMS and that will use service model object A define in PORTLET A and model B object that define Portlet B. So as there are various option for this as define in link,
http://www.liferay.com/es/community/wiki/-/wiki/Main/Using+Class+Loader+Proxy+classes+to+share+plugins+servicess
so we want to know is EXT is option for this?
thumbnail
David H Nebinger, geändert vor 10 Jahren.

RE: Need help to create service

Liferay Legend Beiträge: 14918 Beitrittsdatum: 02.09.06 Neueste Beiträge
No EXT is not an option for this.

Create a regular portlet project, add your service.xml here, enable remote services and flush out your XxxLocalServiceImpl and XxxServiceImpl classes.
thumbnail
Vaibhav Patil, geändert vor 10 Jahren.

RE: Need help to create service

Junior Member Beiträge: 30 Beitrittsdatum: 07.07.13 Neueste Beiträge
Thanks for help!!emoticon