Author: mjolkvt

In a larger project design patterns help to keep the code reusable, readable, and to avoid problems in the long term. E.g. using the "Builder Pattern" allows changing and adding parameters of often used objects late in a project.
This article will describe how to implement some of the patterns in OpenEdge Object Oriented ABL – shortly named OO ABL. The chosen patterns are very common and often used. The view to the patterns is driven by daily, practical work....

IAP GmbH, leading OpenEdge consulting and programming service company in Germany signed agreement for close cooperation with Baltic Amadeus. According to the agreement, both companies will unite their knowledge, experience and resources to implement large business projects....

In a larger project design patterns help to keep the code reusable, readable, and to avoid problems in the long term. E.g. using the "Builder Pattern" allows changing and adding parameters of often used objects late in a project.
This article will describe how to implement some of the patterns in OpenEdge Object Oriented ABL – shortly named OO ABL. The chosen patterns are very common and often used. The view to the patterns is driven by daily, practical work....

This article describes a strategy to migrate OpenEdge (Progress Software) applications, e.g. from CHAR UI to .NET UI, or classic OpenEdge UI to HTML5 UI. This method is known as 'Soft Migration', 'Step-by-Stop Migration' or 'Soft Transformation'. The description uses OF-1 as example, but it is not bound to OF-1, it can be used with all OpenEdge development systems. The earlier article about OpenEdge Hard Migration can be found here....