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?
Suraj source share