Calling the liferay portlet as a web service with a REST API

Currently, I have switched to a new liferay project. I was also assigned the new task of developing a web service using the REST api in the liferay portlet (i.e., to create a new plugin). I did a Google search β€œCalling the liferay portlet as a web service with a REST API”, I got some theory materials, but not some sample code. I am new to this life, and my awareness of this is very limited. I have a very limited time.

Any pointers or code examples or tutorials on this subject are very noticeable. Please, help.

+4
source share
1 answer

After long hours of browsing the Internet, I found the answer very clear (see link below) with some code samples and precise explanations. I found this helpful. When I finish my full code, I will also publish this for everyone :)

http://www.liferay.com/web/pradip.bhatt/blog/-/blogs/integrate-jersey-restful-with-portlet-project

+3
source

Source: https://habr.com/ru/post/1502065/


All Articles