Logo
Unionpedia
Communication
Get it on Google Play
New! Download Unionpedia on your Android™ device!
Free
Faster access than browser!
 

JADE (programming language)

Index JADE (programming language)

JADE is a proprietary object-oriented software development and deployment platform product from the New Zealand-based Jade Software Corporation, first released in 1996. [1]

35 relations: "Hello, World!" program, ACID, Application programming interface, Application server, Business intelligence, C (programming language), C++, Class (computer programming), Client (computing), Data warehouse, Database, Database server, Debugger, Gil Simpson, Integrated development environment, Java (programming language), Java package, LINC 4GL, Locale (computer software), Logical data model, Model–view–controller, Modula-2, Multilingualism, Multitier architecture, Namespace, Node (networking), Object database, Object-oriented programming, Pascal (programming language), Relational database, Replication (computing), Thin client, Web service, Widget (GUI), .NET Framework.

"Hello, World!" program

A "Hello, World!" program is a computer program that outputs or displays "Hello, World!" to a user.

New!!: JADE (programming language) and "Hello, World!" program · See more »

ACID

In computer science, ACID (Atomicity, Consistency, Isolation, Durability) is a set of properties of database transactions intended to guarantee validity even in the event of errors, power failures, etc.

New!!: JADE (programming language) and ACID · See more »

Application programming interface

In computer programming, an application programming interface (API) is a set of subroutine definitions, protocols, and tools for building software.

New!!: JADE (programming language) and Application programming interface · See more »

Application server

An application server is a software framework that provides both facilities to create web applications and a server environment to run them.

New!!: JADE (programming language) and Application server · See more »

Business intelligence

Business intelligence (BI) comprises the strategies and technologies used by enterprises for the data analysis of business information.

New!!: JADE (programming language) and Business intelligence · See more »

C (programming language)

C (as in the letter ''c'') is a general-purpose, imperative computer programming language, supporting structured programming, lexical variable scope and recursion, while a static type system prevents many unintended operations.

New!!: JADE (programming language) and C (programming language) · See more »

C++

C++ ("see plus plus") is a general-purpose programming language.

New!!: JADE (programming language) and C++ · See more »

Class (computer programming)

In object-oriented programming, a class is an extensible program-code-template for creating objects, providing initial values for state (member variables) and implementations of behavior (member functions or methods).

New!!: JADE (programming language) and Class (computer programming) · See more »

Client (computing)

A client is a piece of computer hardware or software that accesses a service made available by a server.

New!!: JADE (programming language) and Client (computing) · See more »

Data warehouse

In computing, a data warehouse (DW or DWH), also known as an enterprise data warehouse (EDW), is a system used for reporting and data analysis, and is considered a core component of business intelligence.

New!!: JADE (programming language) and Data warehouse · See more »

Database

A database is an organized collection of data, stored and accessed electronically.

New!!: JADE (programming language) and Database · See more »

Database server

A database server is a server which houses a database application that provides database services to other computer programs or to computers, as defined by the client–server model.

New!!: JADE (programming language) and Database server · See more »

Debugger

A debugger or debugging tool is a computer program that is used to test and debug other programs (the "target" program).

New!!: JADE (programming language) and Debugger · See more »

Gil Simpson

Sir Gilbert "Gil" Simpson (born 1948) is a New Zealand businessman and computer programmer.

New!!: JADE (programming language) and Gil Simpson · See more »

Integrated development environment

An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development.

New!!: JADE (programming language) and Integrated development environment · See more »

Java (programming language)

Java is a general-purpose computer-programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible.

New!!: JADE (programming language) and Java (programming language) · See more »

Java package

A Java package organizes Java classes into namespaces, providing a unique namespace for each type it contains.

New!!: JADE (programming language) and Java package · See more »

LINC 4GL

LINC ("Logic and Information Network Compiler") is a fourth-generation programming language, used mostly on Unisys computer systems.

New!!: JADE (programming language) and LINC 4GL · See more »

Locale (computer software)

In computing, a locale is a set of parameters that defines the user's language, region and any special variant preferences that the user wants to see in their user interface.

New!!: JADE (programming language) and Locale (computer software) · See more »

Logical data model

A logical data model or logical schema is a data model of a specific problem domain expressed independently of a particular database management product or storage technology (physical data model) but in terms of data structures such as relational tables and columns, object-oriented classes, or XML tags.

New!!: JADE (programming language) and Logical data model · See more »

Model–view–controller

Model–view–controller is commonly used for developing software that divides an application into three interconnected parts.

New!!: JADE (programming language) and Model–view–controller · See more »

Modula-2

Modula-2 is a computer programming language designed and developed between 1977 and 1985 by Niklaus Wirth at the Swiss Federal Institute of Technology in Zurich (ETH Zurich) as a revision of Pascal to serve as the sole programming language for the operating system and application software for the personal workstation Lilith.

New!!: JADE (programming language) and Modula-2 · See more »

Multilingualism

Multilingualism is the use of more than one language, either by an individual speaker or by a community of speakers.

New!!: JADE (programming language) and Multilingualism · See more »

Multitier architecture

In software engineering, multitier architecture (often referred to as n-tier architecture) or multilayered architecture is a client–server architecture in which presentation, application processing, and data management functions are physically separated.

New!!: JADE (programming language) and Multitier architecture · See more »

Namespace

In computing, a namespace is a set of symbols that are used to organize objects of various kinds, so that these objects may be referred to by name.

New!!: JADE (programming language) and Namespace · See more »

Node (networking)

In telecommunications networks, a node (Latin nodus, ‘knot’) is either a redistribution point or a communication endpoint.

New!!: JADE (programming language) and Node (networking) · See more »

Object database

An object database is a database management system in which information is represented in the form of objects as used in object-oriented programming.

New!!: JADE (programming language) and Object database · See more »

Object-oriented programming

Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which may contain data, in the form of fields, often known as attributes; and code, in the form of procedures, often known as methods. A feature of objects is that an object's procedures can access and often modify the data fields of the object with which they are associated (objects have a notion of "this" or "self").

New!!: JADE (programming language) and Object-oriented programming · See more »

Pascal (programming language)

Pascal is an imperative and procedural programming language, which Niklaus Wirth designed in 1968–69 and published in 1970, as a small, efficient language intended to encourage good programming practices using structured programming and data structuring. It is named in honor of the French mathematician, philosopher and physicist Blaise Pascal. Pascal was developed on the pattern of the ALGOL 60 language. Wirth had already developed several improvements to this language as part of the ALGOL X proposals, but these were not accepted and Pascal was developed separately and released in 1970. A derivative known as Object Pascal designed for object-oriented programming was developed in 1985; this was used by Apple Computer and Borland in the late 1980s and later developed into Delphi on the Microsoft Windows platform. Extensions to the Pascal concepts led to the Pascal-like languages Modula-2 and Oberon.

New!!: JADE (programming language) and Pascal (programming language) · See more »

Relational database

A relational database is a digital database based on the relational model of data, as proposed by E. F. Codd in 1970.

New!!: JADE (programming language) and Relational database · See more »

Replication (computing)

Replication in computing involves sharing information so as to ensure consistency between redundant resources, such as software or hardware components, to improve reliability, fault-tolerance, or accessibility.

New!!: JADE (programming language) and Replication (computing) · See more »

Thin client

A thin client is a lightweight computer that has been optimized for remoting into a server-based computing environment.

New!!: JADE (programming language) and Thin client · See more »

Web service

The term web service is either.

New!!: JADE (programming language) and Web service · See more »

Widget (GUI)

A control element (sometimes called a control or widget) in a graphical user interface is an element of interaction, such as a button or a scroll bar.

New!!: JADE (programming language) and Widget (GUI) · See more »

.NET Framework

.NET Framework (pronounced dot net) is a software framework developed by Microsoft that runs primarily on Microsoft Windows.

New!!: JADE (programming language) and .NET Framework · See more »

Redirects here:

JADE 6, JADE development environment, JADE programming language, Jade programming language.

References

[1] https://en.wikipedia.org/wiki/JADE_(programming_language)

OutgoingIncoming
Hey! We are on Facebook now! »