Application servers play a critical role in business applications by facilitating communication between software components and managing mission-critical transactions and operations.
Progress Application Server (PAS) for OpenEdge can use its RESTful Service Interface to deploy REST services, creating a secure and scalable API interface for your application.
We will review how to use two different types of coding styles for the business logic on the server –Native and Fluent – and we will also see how to take advantage of the REST API at the client side. Last, we will implement a custom provider and explain why we need that flexibility.