i means integration - Receiving data with Helidon
2024-01-08
Uncategorized
This episode covers how to receive messages with Helidon from Artemis with Java running on IBM i.
i means integration - Receiving data with STOMP client
2023-12-10
Uncategorized
We are continuing the blog series with receiving messages from the Artemis server in an ILE program.
i means integration - Sending data with STOMP client
2023-11-12
Uncategorized
We are continueing the blog series with connecting to the Artemis server from an ILE program.
i means integration - STOMP
2023-10-23
Uncategorized
The third part of the blog series "i means integration" covers how to install the STOMP service program.
i means integration - Apache Artemis
2023-10-14
Uncategorized
The blog series continues with the step-by-step installation of Apache Artemis on IBM i.
i means integration - part 1
2023-10-11
Uncategorized
This blog entry starts a series about IBM i and how to integrate it with the rest of the IT landscape.
Jenkins on IBM i - Part 1
2023-02-12
Uncategorized
We will take a RPG project with the source located in a Git repository and will build it with Jenkins on an IBM i server. The build will be executed with the tool make. We will see what Jenkins and its plugins can bring to the table.
Cool things you might not know about RPG or ILE
2022-11-18
Uncategorized
I compiled a list of things I really like a lot about RPG and the ILE environment and am missing (most of the time) in other programming languages / environments.
RPG
Tour of Champions - Update
2022-08-28
Uncategorized
A little while ago ... or even a little while longer ago :) ... I made a tutorial about the ILEastic microservice framework : Tour of Champions. It covered making a web service froma template project in a modular style and with SQL for the database access.
RPG
ILEastic ... can it get even easier?
2022-04-24
Uncategorized
ILEastic is a microservice framework written mostly in C and available as an ILE service program. That means we can build web service in ILE languages like RPG and COBOL (and C of course). No more jumping through hoops to offer a web service to your colleagues or business partners.