留言板

Create web-service Liferay without user service-builder

thumbnail
slimen Belhaj Ali,修改在9 年前。

Create web-service Liferay without user service-builder

New Member 帖子: 7 加入日期: 12-10-6 最近的帖子
I like to create my custom web-service without use service builder.
thumbnail
David H Nebinger,修改在9 年前。

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

Liferay Legend 帖子: 14916 加入日期: 06-9-2 最近的帖子
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,修改在9 年前。

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

New Member 帖子: 7 加入日期: 12-10-6 最近的帖子
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,修改在9 年前。

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

Liferay Legend 帖子: 14916 加入日期: 06-9-2 最近的帖子
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,修改在9 年前。

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

New Member 帖子: 7 加入日期: 12-10-6 最近的帖子
Thx you, i try your idea emoticon