掲示板

Need help to create service

thumbnail
10年前 に Vaibhav Patil によって更新されました。

Need help to create service

Junior Member 投稿: 30 参加年月日: 13/07/07 最新の投稿
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
10年前 に Ahmed Hasan によって更新されました。

RE: Need help to create service

Expert 投稿: 306 参加年月日: 07/04/13 最新の投稿
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
10年前 に Vaibhav Patil によって更新されました。

RE: Need help to create service

Junior Member 投稿: 30 参加年月日: 13/07/07 最新の投稿
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
10年前 に Vaibhav Patil によって更新されました。

RE: Need help to create service

Junior Member 投稿: 30 参加年月日: 13/07/07 最新の投稿
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
10年前 に David H Nebinger によって更新されました。

RE: Need help to create service

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
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
10年前 に Vaibhav Patil によって更新されました。

RE: Need help to create service

Junior Member 投稿: 30 参加年月日: 13/07/07 最新の投稿
Thanks for help!!emoticon