Using a RESTful Web Service with JSF2

I am working on an enterprise application that has several modules.

I want to go with a REST and JSF web service, but I don't know. What is the best way to use a REST web service with JSF ?

What is the best way to authenticate a request for a REST API web service?

Do I need to check every client request before processing it?

+4
source share

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


All Articles