Thursday, October 3, 2019

Creating REST Service and REST Connector - Introduction

I am sure most, if not all of you, know about REST. REST stands for “Representational State Transfer”, it is a software architectural style that defines a set of constraints to be used for creating Web services.

In this How-to Guide, I will demonstrate how to use Pega to create REST service as well as REST connector. In a nutshell, REST service provides the service, while REST connector, as a client, consumes it.

REST/JSON is gaining traction, both for its ease of implementation as well as for its ease of consumption.

I am not going to do any academic definition, comparison with SOAP, etc, because you can easier get that information from the Internet. 


 

No comments:

Post a Comment