Software design

Immer mehr Unternehmen verlagern ihre Geschäftsprozesse in die Cloud – so auch proALPHA. Es galt, eine führende und äußerst komplexe ERP-Software in die Cloud zu migrieren – ohne kostenintensive Neuprogrammierung oder Veränderung des UI. Wie das gelungen ist, und welche Rolle IAP dabei gespielt hat, erfahren Sie in unserem neuesten Artikel....

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....

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....