From Surf Wiki (app.surf) — the open knowledge base
OpenROAD
Fourth-generation programming language
Fourth-generation programming language
| Field | Value |
|---|---|
| name | OpenROAD |
| developer | Actian Corporation |
| latest_release_version | OpenRoad 12.0 (Windows) |
| latest_release_date | June 28, 2024 |
| programming language | C, C++ |
| platform | Cross-platform |
| operating system | Windows, Linux, Solaris, AIX |
| license | Proprietary |
| website | https://www.actian.com/data-management/openroad-rad-4gl-ide/ |
| logo | Actian-Logo-RGB Vertical-Blue.jpg |
OpenROAD, which stands for "Open Rapid Object Application Development", is a fourth-generation programming language (4GL) and development suite from Actian Corporation.
It includes a suite of development tools, with built-in Integrated development environment (IDE) (written in OpenROAD), and Code Repository.
History
The history of OpenROAD is closely tied to that of the Ingres relational database.
The Ingres Product set, (marketed by ASK Corporation, Computer Associates, Ingres Corporation and then Actian) was popular in the governments of North West Europe, and can be found in many government departments. OpenROAD appeared in beta form on the SUN platform in 1991 as Windows4GL 1.0, and was available to British Universities under a special license agreement. The development environment was known as the Sapphire Editor.
The Sapphire Editor allowed the creation of complex GUI interfaces using an IDE, rather than large volumes of Motif code / resource files. This was one of the first environments to enable rapid prototyping of GUI clients.
Windows4GL 2.0 introduced Microsoft Windows compatibility and the debugger.
The suite included applications-by-forms (ABF), an early 4GL computer programming language. It provided an ASCII form painter, which automatically bound form fields to a database using ABF, a programming language, with embedded SQL, simplifying the task of making a "CRUD" application for textual data. ABF source code was interpreted into a 3GL language (C or COBOL), which is then compiled so snippets of the native language may be directly embedded in the ABF code. ABF was deprecated by OpenROAD in the early nineties.
Nowadays, OpenROAD includes migration tools to modernize “green screen” Ingres ABF applications by converting ABF forms into OpenROAD frames. It also enables to transform OpenROAD thick-client applications to browser-based equivalents without the cost, resource, effort, and risk associated with rewriting or replacing code. Developers can then extend these applications for web and mobile deployment, using HTML5, JavaScript, and WebView2.
Several other database vendors marketed comparable 4GLs at around the same time, such as Pick System Builder, Clipper, and DBASE III. ABF was deprecated by the OpenROAD business unit in the early nineties.
Version history
| Release | General availability | End of enterprise support | End of extended support | End of obsolescence support | Notes |
|---|---|---|---|---|---|
| May, 1995 | 31-Dec-01 | 31-Dec-06 | 31-Dec-11 | OpenROAD 3.0 was when it became stable on MS Windows. | |
| April, 1996 | 31-Jan-08 | 31-Dec-13 | 31-Dec-18 | OpenROAD 3.5(1) was when it became stable. | |
| September, 1997 | 31-Dec-08 | 31-Dec-13 | 31-Dec-18 | After 3.51, the UNIX environments used a Commercial PC emulator to give native capability, possibly one of the hurdles on the ROAD to its Open Source status across all platforms. | |
| April, 1998 | 31-Mar-09 | 31-Mar-14 | 31-Mar-19 | ||
| January, 2001 | 31-Mar-09 | 31-Mar-14 | 31-Mar-19 | It is an interpreted language that uses a runtime distributable client to process 'image' files, thus no DLL or .NET dependency issues under MS Windows (ActiveX aside). | |
| December, 2006 | 31-Dec-13 | 31-Dec-18 | 31-Dec-23 | ||
| April, 2011 | 31-Dec-15 | 31-Dec-20 | 31-Dec-25 | The defining feature of the release was general-purpose system classes for XML support, to allow creation and parsing of arbitrary XML documents without the need to create additional user classes or to use external components (3GL Procedures or External Class Libraries). Providing an XML based export file format will that will be documented, human readable, produce clean differences between different revisions of a file, allow changes to be merged, will allow OpenROAD source components to be managed by many different Software Configuration Management (SCM) systems. | |
| August, 2012 | 31-Dec-16 | 31-Dec-20 | 31-Dec-25 | ||
| March, 2012 | 31-Mar-17 | 31-Mar-22 | 31-Mar-27 | OpenROAD 6.0 included the additional UNICODE support of OpenROAD 2006 5.5, a special limited release. | |
| November, 2014 | 31-Dec-21 | 31-Dec-26 | 31-Dec-31 | ||
| Sep, 2020 31-Dec-22 | 31-Dec-24 | 31-Dec-26 | 31-Dec-26 | ||
| Sep, 2020 | 31-Dec-22 | 31-Dec-24 | 31-Dec-26 | ||
| May-21 | 31-Dec-24 | 31-May-29 | 31-May-33 | ||
| May-21 | 31-Dec-24 | 31-May-29 | 31-May-33 | ||
| Aug, 2021 | 31-May-25 | 31-May-29 | 31-May-33 | ||
| 31-May-24 | 31-May-29 | 31-May-34 | 31-May-39 | ||
| 28-Jun-24 | 31-May-29 | 31-May-34 | 31-May-39 |
The reason for the varying and shorter lifecycle dates of latest versions is Actian is working to bring OpenROAD releases current to Actian X. The lifecycle dates will re-align with the 11.2 release in 2021.
Architecture

OpenROAD server
The OpenROAD server enables business logic written in the OpenROAD 4GL language to be accessed by client applications. The OpenROAD server is multi-threaded and allows concurrent access from a number of client interfaces. These client interfaces include the following:
- Java clients (JSP, Java servlets, Java applications)
- .NET clients (VB.NET, C#, ASP.NET)
- COM clients (VB, C++, ASP)
- OpenROAD clients
Open database access
OpenRoad server has built-in support for Ingres/X and Vector/Avalanche databases. On IBM z/OS mainframes, EDBC (a separate product) provides the same level of access to native VSAM, DB2, IMS, and Datacom/DB databases to enable you to access data from anywhere.{{cite web |url=https://docs.actian.com/openroad/11.2/index.html#page/GetStart/Accessing_and_Integrating_Data_with_OpenROAD.htm |publisher=Actian |title=Accessing and Integrating Data with OpenROAD |access-date=2023-04-14}}
Features needed (Q2 2008)
- Intellisense for source, SQL statements and user defined objects.
- The ability to construct user objects that inherit from the system classes
- Better configuration management for large development teams
- Native access to .NET classes
- In process access to Ingres NET for FAT clients making distribution easier.
- Extension of the OpenROAD language into the Ingres database engine replacing the Procedure language.
- Access to the sources of the OpenROAD language
References
References
- "OpenROAD".
- "Actian OpenROAD".
- "Lifecycle Dates - Transactional Database - Actian OpenROAD". Actian.
- "OpenROAD Server Overview". Actian.
This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.
Ask Mako anything about OpenROAD — get instant answers, deeper analysis, and related topics.
Research with MakoFree with your Surf account
Create a free account to save articles, ask Mako questions, and organize your research.
Sign up freeThis content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.
Report