One of the keys to successfully transforming monolithic applications to microservices is to efficiently partition classes with consideration of existing dependencies in code. A key type of class dependency is when one class contains another class as a class-level variable. This dependency...
はじめに Blog記事「 Instanaを使ってOpenShift上で動作するアプリのパフォーマンスを監視する (1) 」の後続の記事になります。 この回では、Bee TravelsのアプリケーションにInstanaで監視できるようにコードを埋め込み、OpenShiftクラスターにBee Travelsアプリケーションをデプロイするところまで取り扱います。 情報をクイックに把握されたい方向け これからAPMやInstanaについて情報だけクイックに把握されたい方は、 Instanaで各言語をWebSite監視・トレースするために必要なこと ...
1. Overview This article provides one of the ways to create Docker images and push the Docker image into Docker hub. Following use cases are considered for creating Docker images Create a Docker image for webMethods Microservices Runtime (MSR) starting with the installation of MSR on on...
Overview of the tutorial In this article, we will discuss how the lightweight container called webMethods Microservices Runtime helps us to host microservices you develop in Software AG Designer and use those microservices inside API Gateway for grouping services and exposing them as a single...
Introduction Requirements Just import the finished example Build the solution Create the package and folder structure Create the flatfileschema Create the document types Create the main services parseBankStatementFile bankStatementFileToJson ...
The sample code can be found in our Github repository at https://github.com/SoftwareAG/webmethods-integration-examples/tree/master/servicedesigner-csvconverter Introduction webMethods Service Designer is a lightweight integrated design and development tool that allows for a quick start...
This article demonstrates how to build Docker images using Command Central Docker Builder. Docker Builder allows the creation of docker images based on Command Central Templates. With templates you can generate automated reproducible installations of webMethods components. This is a basic...
Disclaimer: This article is based on my professional experience, inputs from my mentors and friends. I acknowledge the trademarks and IPs owned by others. This article is a prequel to the article on the role of Integration in Microservices Architecture (MSA). The earlier article focuses...