Foros de discusión

Need help to create service

thumbnail
Vaibhav Patil, modificado hace 10 años.

Need help to create service

Junior Member Mensajes: 30 Fecha de incorporación: 7/07/13 Mensajes recientes
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 hace 10 años.

RE: Need help to create service

Expert Mensajes: 306 Fecha de incorporación: 13/04/07 Mensajes recientes
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 hace 10 años.

RE: Need help to create service

Junior Member Mensajes: 30 Fecha de incorporación: 7/07/13 Mensajes recientes
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 hace 10 años.

RE: Need help to create service

Junior Member Mensajes: 30 Fecha de incorporación: 7/07/13 Mensajes recientes
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 hace 10 años.

RE: Need help to create service

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
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 hace 10 años.

RE: Need help to create service

Junior Member Mensajes: 30 Fecha de incorporación: 7/07/13 Mensajes recientes
Thanks for help!!emoticon