03 Apr COVId-19 Information
IAP staff is at home office now and working remotely for the customer. This page informs about contact and communication options....
IAP staff is at home office now and working remotely for the customer. This page informs about contact and communication options....
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....
The EMEA PUG Challenge 2018 will take place in Dublin, 10th - 12th October. This is the biggest community driven technical OpenEdge event in 2018. IAP will held a workshop: 'Building Modern Web Apps for OpenEdge (hands-on)', to show modern opportunities to modernize and renew OpenEdge Applications....
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....
Abstract: In an OpenEdge DB the BI Cluster changes (checkpoints) are write intensive and costly. Increase BI Cluster size, so that a cluster needs 5 minutes or longer to fill up....
Tuning an OpenEdge DB on basic level requires only a few parameters to be considered. The -B is the most valuable parameter. When set to 100 000 (one hundred throusand) the DB will use 100000 times the size of a DB block as a cache. Often enough the -B parameter is not set or much too small. See the -B documentation here ...
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....
PCase is the leading Case Tool for OpenEdge. The user can extend PCase with macros. These macros are ABL programs, mostly used for code generation or data import and export.
PCase comes with a bunch of predefined macros, these can be used as examples.
This article describes how to join a project (OpenEdge Architect / Studio) with PCase, so that everything for macro development is ready. For preparation PCase must be downloaded and installed for the version of OpenEdge which will be used for the work.
...The hard migration is useful, when the goal is, to migrate an OpenEdge application the fastest way, let's say from ADM to HTML5 UI. The copy, paste and change approach keeps the work flow and logic of existing programs, so the migration risks are low.
This migration strategy is based on the unique structure of OF-1, where any source code is ABL. To program data fetching or handle user interactions - so called client logic or screen logic - you can use more or less the same code as is use in an ADM/2 or GUI Builder / Appbuilder....