StarZen REST library for DataFlex WebApp – Order API
In this part of the REST API Library series we will create the order API based on DAWs order entry sample database. We will take a look at additional features such as paging, selections as well as additional features to schemas/models. to get started lets create the...StarZen REST library for DataFlex WebApp – Adding a database
Most of our APIs will deal with database content of course so lets take a look at how we can build these types of APIs. As a sample database we chose to use DAWs order entry database just because we all have and know it already. To start with an easy one we will...StarZen REST library for DataFlex WebApp – A simple REST service
To start lets create a very simple manual REST service. No database involved just a simple service that returns a simple JSON object. To do this we create a Web HTTP handler based on the cszWebAPIController class. lets call it oManualSimpleAPI o show this we modify...StarZen REST library for DataFlex WebApp – Introduction
We are not going to go over general information on REST services there is plenty of information available. This multi part post is meant to show how to use our open source library to create REST services using DataFlex WebApp. The library helps by hiding the...COVID-19
We are all affected by COVID-19. A number of our clients are in the healthcare software sector. Because of this we have been very busy trying to support the effort to fight this disease by use of software.Virtual CareOne of the projects that we have been working on to...SAML SSO – Service Provider initated webapp
In this post we will be talking about SAML based single signon, specifically about a webapp (service provider) initiated single signon. Single Signon or short SSO allows us to reuse identities for multiple service providers (applications). The applications do not need...Getting started with Azure Sphere
Azure Sphere is a new Microsoft Internet of Things (IoT) platform that enables developers to create secure internet enabled devices