Foros de discusión

Create web-service Liferay without user service-builder

thumbnail
slimen Belhaj Ali, modificado hace 9 años.

Create web-service Liferay without user service-builder

New Member Mensajes: 7 Fecha de incorporación: 6/10/12 Mensajes recientes
I like to create my custom web-service without use service builder.
thumbnail
David H Nebinger, modificado hace 9 años.

RE: Create web-service Liferay without user service-builder

Liferay Legend Mensajes: 14917 Fecha de incorporación: 2/09/06 Mensajes recientes
slimen Belhaj Ali:
I like to create my custom web-service without use service builder.


That's great! Me, I like to create my custom Liferay web service using Service Builder. It's so much easier to tie into Liferay's authentication system, etc.
thumbnail
slimen Belhaj Ali, modificado hace 9 años.

RE: Create web-service Liferay without user service-builder

New Member Mensajes: 7 Fecha de incorporación: 6/10/12 Mensajes recientes
My web service don't need a batabase. it use others webs services into my web service. that why i don't need to create service.xml and entity ....
thumbnail
David H Nebinger, modificado hace 9 años.

RE: Create web-service Liferay without user service-builder

Liferay Legend Mensajes: 14917 Fecha de incorporación: 2/09/06 Mensajes recientes
There's a whole thread on this, https://www.liferay.com/community/forums/-/message_boards/message/12095602.

Using SB, you can create "fake" entities. They are true entities in SB, they're just not tied to a real database in any way.

This allows you to leverage all of the functionality of SB to quickly create a service layer in Liferay that can wrap other web services, data files, general business logic, etc.
thumbnail
slimen Belhaj Ali, modificado hace 9 años.

RE: Create web-service Liferay without user service-builder

New Member Mensajes: 7 Fecha de incorporación: 6/10/12 Mensajes recientes
Thx you, i try your idea emoticon