https://github.com/progress/openedge-samples
OpenEdge ABL Code Samples
https://github.com/progress/openedge-samples
Last synced: 4 months ago
JSON representation
OpenEdge ABL Code Samples
- Host: GitHub
- URL: https://github.com/progress/openedge-samples
- Owner: progress
- License: apache-2.0
- Created: 2023-10-04T22:13:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T20:39:06.000Z (almost 2 years ago)
- Last Synced: 2024-06-28T18:27:37.980Z (almost 2 years ago)
- Size: 526 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenEdge Samples #
This repository is organized to support two primary purposes:
### `/projects`
OpenEdge projects which can be directly imported into either the Progress Developer Studio or Visual Studio Code (please see templates for proper structure). These projects are intended to be self-contained and include everything needed to build that project locally, including database structure and definition files, Gradle build files, and all source code.
### `/examples`
Standalone examples of ABL code or related OpenEdge technologies. These examples should aid in illustrating specific features or functions within the OpenEdge products.
Please view the [CONTRIBUTING.md](CONTRIBUTING.md) document for more information on how you can help to contribute to this repository.