Transforming the business with CI/CD
On the business level there are huge benefits to be gained from applying CI/CD. This article looks at a few of them and helps you to move your business to the next level, when it comes to software delivery. This is not limited to webMethods Integration Server, but of course it can make a huge positive impact especially on an integration platform. And it is a great vehicle to boost your career.
Deployment options for webMethods Integration
There are several ways to deploy code to webMethods Integration. Let’s look at how things work under the hood, some common pitfalls, and how you can easily automate things. This knowledge will allow you to deliver more value to projects.
Coding vs. career?
Let me share some thoughts on why quite a few people think that coding, which is only the last step in software development, is only for beginners.
webMethods Integration: How to “branch” in a Flow service
We all aim to write robust code. Here is an article how to use the “branch” operation in Flow services. There are multiple approaches and we look at their pros and cons. I will also give some career tips and explore where invalid data might come from.
CI/CD learning environment for webMethods Integration Server
A key aspect of my upcoming online course about CI/CD for webMethods Integration Server is the automated creation of a proper environment. You don’t need to deal with all the underlying details, but can fully concentrate on learning CI/CD. This article describes the environment and explains the rational behind it.
Structuring packages in webMethods Integration Server
While you can start simple with just one package, this soon becomes a problem. Here is real-world advice how to structure your code base. This reduces complexity, makes your solution much easier to maintain, and reduces the risk of bugs. And as a special bonus, you end up with a real integration platform.
CI/CD for webMethods Integration Server
CI/CD is a great way to deliver better software faster. So many people are interested how to do this with Integration Server. Here are the core points from my perspective that will get you started.
Microservices and code reuse for integration platforms
Today I want to write about a software development approach I was able to put into practice a few years ago. I was myself very much surprised how well things worked out, and especially how fast I was able to see tangible benefits for the business side.
Custom logging with Log4j on Integration Server
Every serious IT system needs proper logging. This article describes how I use Log4j v2 with webMethods Integration Server. There is no need to change anything on the system, just install the package and it works.
External Java libraries in webMethods Integration Server
To get most out of your Integration Server you will sooner or later need to leverage the functionality of existing Java libraries. Common examples are Log4j or Apache POI (for working with Excel or Word files). Here is a short guide for this.