Do you want to know what rabbits have to do with app modernization? Check out my previous blog Application Modernization and Rabbits or watch the video. (more…)
More
Articles
Application Modernization and Rabbits
Do you want to know what rabbits have to do with app modernization? Let me explain. (more…)
More
Running Liberty Applications with Db2 locally
IBM provides a nice workshop that demonstrates how to modernize legacy WebSphere applications with Liberty. The workshop explains how to deploy applications on OpenShift. This article describes how to run Liberty applications locally. (more…)
More
Deploying Serverless Quarkus Applications
Quarkus is a Kubernetes native Java stack crafted from the best of breed Java libraries and standards. Since Quarkus applications start very fast and consume little memory, they are well suited for serverless workloads. (more…)
More
Multistage Dockerfiles for Quarkus
New Quarkus applications can be created in several ways, for example via CLI or the Start Coding page. Since applications are usually run in containers, Dockerfiles are created automatically. However they assume, that the code has already been built. This article describes how to build the code and the image together. (more…)
More
Running legacy Java Applications locally
I've been working on app modernization recently and had to get some older Java EE applications to work. In order to do this, I've used containers which was much faster than configuring my machine for the different environments. (more…)
More
Podcast about App Modernization
My colleague Upkar Lidder and I have discussed the topic Application Modernization in a podcast. (more…)
More
Workshop: Modernizing IBM WebSphere Applications
There are several examples showing how to modernize WebSphere applications. The best one I've found so far is the "Customer Order Services" application which is a simple store-front shopping application. (more…)
More
10 Reasons why Enterprises should modernize Applications
While cloud technologies and modern programming models like cloud-native have been around for several years, most enterprise applications are still run on-premises and/or use classic stacks and application servers.
Not all applications need to be, should be or can be modernized. However for many applications it makes a lot of sense. In this article I list my top 10 reasons why enterprise applications should be modernized. (more…)
More
Application Modernization Resources on IBM Developer
In this short blog I list resources IBM provides around the topic 'Application Modernization' which is a topic that gets more and more important for companies as part of their journey to the cloud and their digital transformation strategy. (more…)
More