Fórum

Need help to create service

thumbnail
Vaibhav Patil, modificado 10 Anos atrás.

Need help to create service

Junior Member Postagens: 30 Data de Entrada: 07/07/13 Postagens Recentes
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, modificado 10 Anos atrás.

RE: Need help to create service

Expert Postagens: 306 Data de Entrada: 13/04/07 Postagens Recentes
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, modificado 10 Anos atrás.

RE: Need help to create service

Junior Member Postagens: 30 Data de Entrada: 07/07/13 Postagens Recentes
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, modificado 10 Anos atrás.

RE: Need help to create service

Junior Member Postagens: 30 Data de Entrada: 07/07/13 Postagens Recentes
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, modificado 10 Anos atrás.

RE: Need help to create service

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
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, modificado 10 Anos atrás.

RE: Need help to create service

Junior Member Postagens: 30 Data de Entrada: 07/07/13 Postagens Recentes
Thanks for help!!emoticon