How to Move Containers to IBM App Connect Enterprise

Many enterprises have IBM Integration Bus environments running hundreds of integration flows in production. You have likely read about the benefits of moving to containers, perhaps even more generally of agile integration, and you’d like to explore that. You’d also like to move to a more recent version of the product (now named IBM App Connect Enterprise). However, it is likely you have no, or at least a very limited background in container technology. How do you take the first steps to explore these new platforms and product versions? 

In this series, we are going to describe how you move to containers running IBM App Connect Enterprise. We’ll build up to more complex examples, but for this first one we’ll take the simplest possible flow, and we’ll use a Docker container environment that can easily be run on a laptop.

Making HTTP Calls Just Got Easier With Java 11

Today, we will gonna discuss Http/2 client, which actually came in Java 9, but in Java 9, it was part of incubator module. In Java 11, a new module is assigned to this special functionality, which is java.net.http. Now, developers don’t need to go for any third-party library or API for async HTTP calls or for easy access callbacks method to get HTTP response after calls.

In this discussion, we will also try to draw a line between HTTP/2Client and HttpURLConnection, which came in Java1.1 or which was provided by Java for Http calls prior to Java 11. After so many years, Oracle comes with a strong and beautiful API for HTTP call handling.