Fórumok

Need help to create service

thumbnail
Vaibhav Patil, módosítva 10 év-val korábban

Need help to create service

Junior Member Bejegyzések: 30 Csatlakozás dátuma: 2013.07.07. Legújabb bejegyzések
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, módosítva 10 év-val korábban

RE: Need help to create service

Expert Bejegyzések: 306 Csatlakozás dátuma: 2007.04.13. Legújabb bejegyzések
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, módosítva 10 év-val korábban

RE: Need help to create service

Junior Member Bejegyzések: 30 Csatlakozás dátuma: 2013.07.07. Legújabb bejegyzések
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, módosítva 10 év-val korábban

RE: Need help to create service

Junior Member Bejegyzések: 30 Csatlakozás dátuma: 2013.07.07. Legújabb bejegyzések
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, módosítva 10 év-val korábban

RE: Need help to create service

Liferay Legend Bejegyzések: 14919 Csatlakozás dátuma: 2006.09.02. Legújabb bejegyzések
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, módosítva 10 év-val korábban

RE: Need help to create service

Junior Member Bejegyzések: 30 Csatlakozás dátuma: 2013.07.07. Legújabb bejegyzések
Thanks for help!!emoticon