Progress OpenEdge Application Architecture

Progress OpenEdge Application Architecture

OERA/OEAA   The OpenEdge Reference Architecture (OERA) and OpenEdge Application Architecture (OEAA) are both built on the concept of layered design. Each layer is responsible for a distinct aspect of the application, such as data access, business logic, or the...
Unit tests in Angular

Unit tests in Angular

Introduction to Angular and the importance of Unit Testing   Angular is a popular framework for building interactive and complex web applications. It allows developers to create responsive, dynamic single-page applications using TypeScript, a superset of...
Progress OpenEdge Tools

Progress OpenEdge Tools

Introduction   Progress OpenEdge is a powerful application development platform for building, deploying, and managing business applications. OpenEdge provides a range of specialized tools that improve efficiency, optimize workflows, and help developers build...
Assemblies in OpenEdge – Tips & tricks

Assemblies in OpenEdge – Tips & tricks

Nowadays Openedge comes with an enriched GUI interface. This is implemented based on Infragistics components, deployed as DLL libraries. In other situations, you may need to use functionality implemented by 3-rd party companies, like Curl HTTP library, which is...