HOME

TheInfoList



OR:

{{Unreferenced , date= December 2013 OpenROAD stands for "Open Rapid Object Application Development". It is a software product of
Actian Corporation Actian is a computer software company headquartered in Sunnyvale, California that provides data management software. In July 2018, Actian was acquired by HCL Technologies and Sumeru Equity Partners for $330 million. On December 31, 2021, HCL Tech ...
. OpenROAD is a
fourth-generation programming language A fourth-generation programming language (4GL) is any computer programming language that belongs to a class of languages envisioned as an advancement upon third-generation programming languages (3GL). Each of the programming language generations a ...
(4GL) which include a suite of development tools, with built-in
Integrated development environment An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of at least a source code editor, build automation tools ...
(IDE) (Written in OpenROAD), Code Repository, allowing applications to be developed and deployed on Microsoft and UNIX/LINUX platforms.


History

The history of OpenROAD is closely tied to that of the Ingres relational database. OpenROAD started in the early 1990s as a product called Windows 4GL. When Ingres was re-badged as
OpenIngres Ingres Database ( ) is a proprietary SQL relational database management system intended to support large commercial and government applications. Actian Corporation, which announced April 2018 that it is being acquired by HCL Technologies, con ...
, the new name of OpenROAD was born. Since that time it has been through a number of major developments. The Ingres Product set, (marketed by
ASK Corporation ASK Group, Inc., formerly ASK Computer Systems, Inc., was a producer of business and manufacturing software. It is best remembered for its ''Manman'' enterprise resource planning (ERP) software and for Sandra Kurtzig, the company's founder and one ...
,
Computer Associates CA Technologies, formerly known as CA, Inc. and Computer Associates International, Inc., is an American multinational corporation headquartered in New York City. It is primarily known for its business-to-business (B2B) software with a product po ...
, Ingres Corporation and then
Actian Actian is a computer software company headquartered in Sunnyvale, California that provides data management software. In July 2018, Actian was acquired by HCL Technologies and Sumeru Equity Partners for $330 million. On December 31, 2021, HCL Tec ...
) was popular in the governments of North West Europe, and can be found in many government departments. OpenROAD née Windows4GL 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. OpenROAD 3.0 was when it became stable on MS Windows. OpenROAD 3.5(1) was when it became stable. OpenROAD 4.1 introduced an interface to ActiveX controls, providing access to ActiveX control attributes and methods within the language. This mechanism often requires 'Wrapper' DLLs to be written to handle data type issues, one of which being a 2000 character limit on strings of text. 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). It was possible to use images in any environment (Unix, VMS or MS Windows up to version 3.51), however portability issues between GUI environments (mostly related to FONT differences) made this difficult. There was a Macintosh Beta version produced. 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. Variations in the distribution include FAT client (Requires Ingres NET for communication), Thin eClient (can be used without Ingres NET but needs to use the Application Server instead (DCOM)), and finally mClient for Mobile Windows Clients (HTTP services required to interface to the Application server). OpenROAD 2006 (5.0+) went General Available December 2006. OpenROAD 5.1 went Generally Available Apr 2011. 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. OpenROAD 2006 5.5 with UNICODE support was a special limited release. OpenROAD 6.0 is the current general release and includes the additional UNICODE support of 5.5 .


Language structure

The syntax of OpenROAD is very closely linked to that of the Ingres database, with direct support for embedded SQL. In a similar way to other event based programming languages, code can be placed in groups for related windows/system events. The syntax is similar to Microsoft Visual Basic, allowing OpenROAD users to quickly adapt to Visual Basic with the help of
Intellisense Intelligent code completion is a context-aware code completion feature in some programming environments that speeds up the process of coding applications by reducing typos and other common mistakes. Attempts at this are usually done through auto- ...
. Intellisense is still not available (Q2 of 2008) in the OpenROAD IDE, however editors like TextPAD have syntax files that allow colour-coding of source files using key word recognition. OpenROAD comes with ''system classes'' with following functionality: * application source (allows to dynamically fetch, create, modify source artifacts) * database access * data types (scalar and complex) * runtime control * visual forms (incl. common widgets and controls)


Features

*
object oriented Object-oriented programming (OOP) is a programming paradigm based on the concept of " objects", which can contain data and code. The data is in the form of fields (often known as attributes or ''properties''), and the code is in the form of p ...
language: class, simple inheritance (no interfaces, currently no constructor/destructor but planned for version 5.0) * Cross platform support * Integrated Debugger/IDE * Integrated Application Server * Support for Windows CE development (V5.0) * Support for VB.Net/Java Integration


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


Platforms

OpenROAD application can be deployed on the following clients :- Thin Client (Web), Windows, and various flavours of Linux/Unix. It has support for
n-tier In software engineering, multitier architecture (often referred to as ''n''-tier architecture) is a client–server architecture in which presentation, application processing and data management functions are physically separated. The most wide ...
systems by using the OpenROAD Application Server. The Application Server can be deployed on Windows or Linux/Unix platforms. It has built-in support for the Ingres database, or one of the following using a product called Enterprise Access: Oracle, SQL Server or DB2, which allows the client to use the same SQL syntax for all target databases.


External links

''Product links'':
Ingres Corporation
''Community links'':
North American Ingres Users AssociationGerman Ingres User AssociationIngres UserGroup NederlandOpenROAD FAQ (1997)Ingres Community OpenROAD Wiki
''Mailing Lists'':
Openroad-users Mailing List
''Webcasts'':
OpenROAD Application Development
Fourth-generation programming languages