Author: Samuel Vandecasteele

PowerShell Script for TIBCO BW
Blogs

PowerShell Script for TIBCO BW

Introduction This project documents the usage of PowerShell scripts which can be used for starting and stopping Windows Services, in this particular case TIBCO ActiveMatrix BusinessWorks services which are also having a related TIBCO ActiveMatrix Adapter for SAP services service. The scripts used for this

Read More »
Container Registry Deployment Models
Blogs

Container Registry Deployment Models

Context When starting with containers and designing a container runtime/orchestration platform one should also design a container registry deployment model. Which model you choose will have consequences on cost, security, and maintenance. Especially when the number of containerized applications starts to run through the ceiling.

Read More »
Blogs

GCP – Integrate Salesforce into Google Cloud FHIR

How do I integrate patients from a Salesforce system into FHIR? Introduction Google Cloud Healthcare allows for standardized data exchange of healthcare data using the FHIR standard. FHIR stands for “Fast Healthcare Interoperability Resources” and is a standard that describes the data formats and elements

Read More »
Blogs

IBM API Management: multipart/form-data payloads

Context In most cases within API management, APIs exist out of a JSON or XML structured payloads. However, in some cases it can be beneficial or is even required to use payloads that are structured in multipart/form-data. For instance when a file is being transmitted.

Read More »
We attended the 2021 WSO2 Summit
Blogs

We attended the 2021 WSO2 Summit

Introduction session The first speaker is VP UK & south Europe Ricardo Diniz talking about the impact of covid-19 on the digitalization of businesses around the globe. From retail companies needing to transform their business model in a matter of weeks to the public sector

Read More »
Blogs

Caching in IBM API Connect (v5, 2018.x, v10.x)

Some of our most used API’s return data that doesn’t change very often. To reduce the number of calls to the backend and improve the latency of those API’s we use caching. Caching in IBM API Connect can be done on invoke-policies that make a

Read More »
Blogs

Deploying a WAR file on AWS Elastic Beanstalk

Deployment part Deploying a WAR file on the Amazon Cloud platform can be easily done using their service “Elastic Beanstalk”. Elastic Beanstalk is a service that allows to easily deploy and manage in the AWS Cloud without having to take care of the infrastructure where

Read More »
Blogs

Run Software AG webMethods API Gateway on Red Hat OpenShift

To run Software AG webMethods API Gateway 10.5 on a Red Hat OpenShift cluster you can make use of the API Gateway image that is available on Docker Hub (https://hub.docker.com/_/softwareag-apigateway?tab=description). This image is a free trial, time-limited and for non-production version. There is an article

Read More »