A
-
String in the generic message exchange module that fully identifies a specific queue. It includes the transport type, host address, Queue Manager name, and queue name. (Also known as FullQueueName.)
-
Class that cannot be instantiated but which defines the behavior for its subclasses.
-
Method in an abstract class whose implementation is deferred to a subclass.
-
Program or piece of code that accesses the functionality and content of an ActiveX or OLE object (for example, JADE, Visual Basic, or Microsoft Word). (Also known as an Automation Controller.)
-
Physical file that contains classes which are definitions of objects; for example, a .dll, .exe, or .ocx file. (Formerly known as OLE server.)
-
User interface COM object that implements a number of interfaces that support its use on forms. (Formerly known as Object Linking and Embedding (OCX) external control.) Enables existing third-party functions (for example, highly specialized controls) to be used within an application.
-
Set of properties that you can set or get, and a set of methods that can be called.
-
Instance of a class that exposes properties, methods, and events to ActiveX clients. Supports the Component Object Model ( See COM).
-
Can contain an object reference of any class or interface, or a value of any primitive type.
-
Apache HTTP Server that enables connection from a Web browser to JADE applications.
-
End-user runtime system, defining a collection of forms and other runtime information.
-
Enables code written in Smalltalk, Visual Basic, or C++ to coexist with the JADE language and interact with the JADE Object Manager.
-
Executes JADE application logic in JADE thin client mode. Communicates with the JADE database on the server node and one or many presentation (or thin) clients.
-
Ordered collection of like objects in which the member objects are referenced by their position in the collection.
-
In the generic message exchange module, occurs when the sending program proceeds with its own processing without waiting for a reply to its message.
-
See Automated Test Code Generator (ATCG).
-
One of the characteristics (or features) of an object. Does not possess identity, rather its individuality is determined by the individual object to which it applies.
-
Records and replays GUI actions in JADE applications.
-
COM-based technology that provides interoperability among ActiveX components. Ability of a client to drive or direct a COM object by calling methods or setting properties using one or more interfaces of that object.
B
-
Container for arbitrary binary data.
-
Binary large object.
-
One of the logical truth values represented by the standard JADE language identifiers true and false.
-
Assists code analysis by interrupting its execution. The Debugger stops before executing a line of code containing a breakpoint.
-
Button of fixed size and color that can be clicked. Normally interpreted to indicate first, prior, next, or back.
-
Command button to begin, interrupt, or end a process. When selected, a command button appears as though it were pushed in.
C
-
Insertion point in a text editor, indicated by the vertical bar (|). (See also cursor .) The caret character is the wedge-shaped symbol (^) that is usually located above the 6 on the keyboard.
-
In source control, a collection of changes to files that are committed to the repository in a single operation.
-
Defines a variable as a single ANSI or Unicode character.
-
Term used in the OMG and ODMG object model for a feature ( See feature).
-
Control that gives a True/False or Yes/No option. Used in groups to display multiple choices from which the user can select one or more options.
-
Grouping of “similar” objects, including a definition of the data those objects contain (properties), and the actions they can perform (methods). Encapsulates structure and operations into a cohesive software unit, which hides the implementation details while exposing only the interface to the class; for example, Employee would be a class in a human resources system.
-
The “family tree” of classes, with the most general class (Object) at the root, and progressively more-specialized classes at each level of the tree.
-
The code or process that invokes an operation on an object; that is, requests a service. An object takes a client role when it uses the services of another object, either by operating upon it or by referencing its state.
-
Local copy of a remote repository in a distributed version control system (DVCS).
-
Component Object Model (COM) class identifier.
-
Component object class that is the specific implementation of a Component Object Model, and corresponds to a class in JADE.
-
Basic structure used to store multiple object references or primitive type values.
-
Non-updating JADE method that has no parameters, returns a primitive type or a non-exclusive object reference, and is not updating.
-
Component Object Model (COM). Language-independent specification for the way in which objects can interact.
-
Control that gives the user the choice of typing in the text box portion or selecting an item from the list portion of the control.
-
Restricted form of a method that returns a Boolean result.
-
Encompasses the group of client connections associated with the transport group in a JADE multiple worker TCP/IP connection environment.
-
Used in a condition to maintain automatic inverse references when the condition is satisfied.
-
Method that is executed every time a new instance of a class is created.
-
Specialized child window that is resident on top of a form or another control.
-
Abstract subclass of the Window class that inherits all properties and methods of that class.
-
Common Object Request Broker Architecture (CORBA) that enables objects to communicate regardless of the language in which they are written or operating system on which they are running.
-
Common User Access standards for user interfaces.
-
Original version of a metaschema entity that represents the existing state of user objects. User applications and JadeScript methods use the current version of a class.
-
Mouse pointer. (See also caret.)
D
-
Server application executing in the RPS node that connects to the target database and implements the incremental object replication.
-
Set of managed files containing both the system specification and system data.
-
Form of file reorganization in which objects are cloned but not mutated, to reclaim free space and eliminate file system fragmentation.
-
In an SDS environment, the role assigned to the database. Valid roles are Primary Database Role and Secondary Database Role.
-
Represents a specific day since the start of the Julian period. Defines the protocol for comparing and manipulating dates.
-
Distributed Component Object Model (DCOM). Language-independent specification for the way in which objects can interact across network boundaries.
-
Device-Dependent Bitmap file format.
-
Device Data Exchange file format.
-
Enables you to observe the behavior of your code at run time by stepping through code, monitoring and changing the values of variables used in the code, or monitoring the flow of code in an application.
-
Defines a variable with a specific decimal currency and number format; for example, a bank balance.
-
Schema file that contains form, control, ActiveX and .NET external component libraries, relational view, external database, skin, HTML document, and exported package definitions. (See also the schema file.)
-
Change control mechanism that contains checked out methods (for example, for runtime testing), enabling more than one developer to work in the same delta, if required. Enables developers working in different parts of JADE to lock methods so that they cannot be accessed by developers in other parts of the JADE development environment.
-
Property of a control that is displayed in the Properties dialog of the Painter. A value assigned to a design-time property can be saved, and used as the default value when a runtime instance of the control is created.
-
Method that is executed every time an instance of a specific class is deleted.
-
Web service that connects JADE systems directly over the TCP/IP communication protocol.
-
Used to access named automation properties and methods of an object from a script.
-
External method (or routine) that can be written in any language that can create a Dynamic Link Library (DLL). DLL methods can then be executed as standard JADE methods from within JADE.
-
Document Object Model (DOM), the interface that specifies how objects in a Web page are represented.
-
Document Type Definition (DTD), which states the tags and attributes used to describe content in SGML, XML, and HTML documents.
-
See polymorphism.
E
-
Conceptual “packaging” within an object of all data and behavior relevant to that object. Helps to reduce external dependencies on the implementation of an object, thus providing security and robustness.
-
Extract, Transform, and Load (ETL) process that extracts data from databases, applications, and systems, transforms it to meet your requirements, and then loads it into target systems (including data warehouses, data marts, analytical applications, and so on).
-
Action recognized by an object (for example, clicking the mouse or pressing a key) for which you can write code to respond.
-
Callback interface attached to an object. Used by script engines to get notifications of events thrown by objects.
-
Provides a mechanism that enables you to construct JADE applications that are tolerant of exceptions that occur because of abnormal conditions for both JADE and external methods.
-
Stops all other processes from locking an object. JADE automatically implies an exclusive lock when an object is updated. By default, objects that are being updated are locked for the duration of the transaction.
-
Collection of classes, methods, properties, and constants that are made accessible to external programs through an exposure implementation.
-
Rule for computing a value. Consists of one or more operands combined by means of language-defined operators.
-
Ability to extend a system in a safe, reliable way. Object-oriented features such as subclassing and method reimplementation are powerful aids to extensibility. JADE is extensible in that you can add new class types to the system.
-
Method (or routine) that is not necessarily associated with any specific class.
-
Interface to JADE from an external source, including OCX, OLE, and ODBC.
-
Method (or routine) for JADE classes. Can be written in any language that can create a library.
F
-
Term for something that says something about objects or does something to objects. Features include properties, conditions, and methods (or operations). Properties include attributes and references.
-
Phase in schema instantiation when objects are copied to a new .reo file. The objects are mutated, if necessary, to match the latest version of the class definition.
-
Phase in schema instantiation when transactions that occurred during file reorganization are applied to objects in the target .reo file.
-
Class that cannot be subclassed or a method that cannot be reimplemented in a subclass.
-
Special container control that has one or more sheets. A sheet is the same as a group box, in that it holds a series of painted controls. Only one sheet is visible at any time, but tabs for each sheet are displayed at the top of the folder. These tabs can be clicked to make that sheet visible.
-
Window that acts as a container for controls that display information and that permit user input. Can be standalone (the default), MDI frame containing other child forms, or MDI child form.
-
Control that provides a way of grouping controls in a container, aligning the frame positionally or by size within its container, and for the use of three-dimensional effects Frame text appears in the area bounded by three-dimensional (3D) borders. If the borders are too large, the text area of the frame may not exist, and no text will be displayed. Can be a container for groups of controls.
-
See AbsoluteQueueName.
G
-
See receive.
-
Web-based distributed version control system to track changes in source files and coordinate work on those files among a team of people.
-
Control that provides a way of grouping controls in a container. Can be a container for groups of controls.
-
Graphical User Interface — the windows, menus, dialogs, and controls through which the user interacts with the system.
-
Component Object Model (COM) globally unique identifier.
H
-
HyperText Markup Language (HTML) is a set of codes used to create documents for the Internet.
-
HyperText Transfer Protocol (HTTP) is the underlying protocol used by the Internet to define how messages are formatted and transmitted and the actions that Web servers and browsers should take in response to commands.
I
-
“Property” of an object that distinguishes it from all other objects. In JADE, objects possess a unique object identifier (OID).
-
Internet Information Server (IIS) is a Microsoft Web server.
-
Mechanism whereby a subclass exhibits, by default, all the characteristics of its superclass. Those characteristics may then be extended or specialized in whatever way is appropriate to the subclass.
-
Specific member of the group of objects that a class represents. For example, an instance of class Employee might be a specific employee named John Jones.
-
Method whose receiver at run time is an instance of the class, primitive, or interface type.
-
Variable found in all instances of a class; components of an object. The term, which derives from Smalltalk, generally implies an actual field in the data structure representing an object, and is therefore one of the possible implementations of an object's attributes.
-
Creation of an instance of a class by establishing its initial state and assigning a new object identifier.
-
Forms the body of your method, and defines the actions to be carried out as a sequence of actions. (Can also be referred to as keyword.) Specifies one corresponding action. Executed sequentially, one after the other, and not simultaneously.
-
Represents the set of positive and negative whole numbers. Any value of the Integer type is therefore a whole number.
-
Module providing peer-to-peer communications between participating nodes in a Synchronized Database Environment (SDE).
-
Phase in schema instantiation when relationships between objects in the .reo file are established, including population or repopulation of dictionaries.
-
See JADE interface or external interface.
-
End point of a relationship.
J
-
Completely integrated environment for the development of object-oriented distributed processing systems.
-
JADE Object Manager application with its own API that enables other languages to use the JADE object manager database. Maintains a cache of local objects.
-
Maintains the physical database files, containing control information used by the database, schema definition, and user data.
-
Environment written in the JADE language but open to other user interfaces. Contains a predefined set of classes that is the JADE framework.
-
Collection of method declarations that define common behavior among unrelated classes without forcing them to be coupled together by class inheritance. Set of methods that are guaranteed to be available on any implementing class.
-
Purpose-built JADE development language. An interpretive object-oriented language.
-
Contains an object-oriented database, providing storage, cache management, and dynamic binding. Provides object model functionality, high performance, a seamless interface to the object model, and extensibility of schema and storage media.
-
Object engine that lies at the heart of the JADE product.
-
Uses the JADE language interpreter to handle execution of methods at run time. See also Runtime-only environment.
-
Arbitrates between multiple client processes making requests and handles locks and notifications.
-
Set of class definitions stored in a specific JADE development environment.
-
Single JADE specification or object model that potentially spans multiple JADE schemas.
-
Provides a smaller operational “footprint” on the user workstation, by moving most of the processing requirements from the presentation client to the application server.
-
System class that enables you to execute and debug methods independently of your JADE application.
-
See JADE Object Manager.
-
Write synchronization mode of journals from an SDS database server node to secondary databases.
K
-
Another term for instruction. (See instruction.)
L
-
Control that displays text that cannot be directly changed by the user. You can write code that changes a label in response to events at run time.
-
Local Area Network — a group of networked workstations within a relatively small geographical area.
-
New version of a metaschema entity created as a result of a development change that has been made or loaded but has yet to be brought to life (that is, instantiated).
-
Control that displays a list of items from which the user can select one or more items.
-
Also known as the master source control system repository.
M
-
Connection can be made to a mainframe host using a TCP/IP or named pipe transport provider, from the supplied Connection class. JADE can interface to existing mainframe applications on IBM, UNIX, or Unisys hosts.
-
Set of objects in the production database included by all class mappings in a database map that are not excluded by filter conditions.
-
Has the same name as a property, and is invoked automatically each time the value of the property is accessed or updated in a method.
-
Multiple Document Interface.
-
The means by which objects communicate with each other, requesting services and initiating actions (methods); for example, obtaining a customer balance. In the generic message exchange module, a data packet that includes a set of properties (the header) and a payload.
-
Program-to-program communication in which data is sent in messages rather than by calling each other directly.
-
The class of a class. In JADE, classes are objects, but as every object is an instance of some class, class objects are instances of a special type of class called a metaclass. A class whose instances are themselves classes.
-
Objects describing system entities such as schemas, classes, properties, and methods.
-
Implementation of an operation for a specific class and signature. Represents the behavior of an object and constitutes its procedural interface.
-
Grouping of methods from any class in any schema into a named workspace that bookmarks a workflow.
N
-
Installation of JADE that dynamically supports the client role and the server role on the same workstation. A client node initiates a request and a server node processes the request. Each node can take on client or server roles.
-
Versioning to ensure that applications can run unchanged; for example, a method change loaded into the latest schema context leaves the current version unchanged.
-
Facility to provide concurrent access to data and synchronization of objects in response to changes in the state of the system.
O
-
Real or abstract business entity that exhibits well-defined behavior (for example, a specific customer).
-
Ability to model and construct information systems in terms of self-contained objects.
-
Phase in schema instantiation in which the structure of an object is converted into a form compatible with the class definition in the latest schema version.
-
Open Database Connectivity (ODBC) enables SQL statements to access a relational view of JADE user data or a relational database to be transformed to an external database schema.
-
Object Linking and Embedding (OLE) control allowing attachment of objects that are edited or controlled by other applications; for example, a Word document or video clip can be stored in JADE but editing or playing the object invokes the controlling application. Standard Windows mechanism for transferring and sharing information between applications.
-
Supports objects that can be embedded in a document. (See ActiveX component.)
-
Represents the behavior of objects. Service (provided by an object) that can be requested. The set of operations defined for a class specifies the interface to the objects that are instances of the specified class.
-
Control that displays an option that can be turned on or off. Only one of a group of option buttons can be turned on. Usually used as part of a group to display multiple options from which the user can select only one.
P
-
Set of classes, properties, methods, and constants built in an exporting schema and exported for use in importing schemas.
-
User-supplied data block in the generic message exchange module. In some transports, considered to be just another property in Microsoft MQ (MSMQ). Transports can have payload length restrictions.
-
Object retained in the database between invocations of the application.
-
Displays a graphic from a bitmap, icon, cursor, or metafile.
-
Used to represent a point in two-dimensional space. Encapsulates two integer values: the x (horizontal) and y (vertical) coordinates.
-
Ability for an object to behave in different ways, depending on the runtime classes of the objects involved. For example, calculateInterest operates differently for Savings and Mortgage accounts.
-
Client node in the JADE thin client mode of operation. Communicates with one or more application server processes.
-
A database with a primary database role is the only database in a Synchronized Database Environment (SDE) in which user applications can perform persistent updates.
-
Database server node that manages the JADE database that currently has the primary role.
-
JADE system comprising nodes attached to the primary database server in an SDE, including the primary database server node itself. User applications in a primary system can directly update objects in the primary database.
-
Has a defined null value, which can be tested for by using the null language identifier. Properties defined as primitive types represent a value, and not a reference to an object.
-
Activation of a single thread of control.
-
Source JADE database replicated by the Relational Population Service (RPS). Also known as the primary database.
-
Characteristic of an object. Properties are used to encapsulate the state of an object. Can be an attribute or a reference.
-
Class for which an instance is never created, but which can be specified as a parameter type and return value in methods when the actual class may vary, depending on the object that is executing the method. Provides parametric polymorphism when the type returned by a method or the method parameters are dependent on the type of the object executing the method.
-
See send.
Q
-
In the generic message exchange module, entity to which messages are sent and from which messages are received.
-
In the generic message exchange module, a non-application process that is responsible for receiving messages from senders (local and remote) and storing them until they are retrieved by an application. Can be responsible for inter-queue manager messaging, the persistent storage of queue definitions, generation and sending of reports (discards, delivery, and retrieval confirmations), and initiating an application when a message is placed into a queue (IBM WebSphere MQ, or WMQ, triggers). WMQ allows multiple QMs for each host. MSMQ allows one QM only for each host.
-
Program communication through queues in the generic message exchange module. Programs communicating through queues do not have to execute concurrently.
R
-
A relational database (RDB) is a single database that can be spread across several tables.
-
Relational Database Management System (RDBMS), which stores data in the form of related tables.
-
Represents a floating point number. Has a set of values that is a subset of real numbers. These values can be represented in floating-point notation with a fixed number of digits.
-
Removing a message from a generic message queue. (Also known as get.)
-
Current instance of a method.
-
(1) Restart recovery automatically recovers a database after a crash. (2) Archival recovery rolls forward through database journals after restoring a database backup.
-
End point in a bi-directional relationship. The other side (or end point) of the relationship is referred to as an inverse reference. An inverse may be explicit, in which the inverse reference is named, or implicit, when the inverse reference remains unnamed.
-
Part of a class mapping that defines how JADE attributes map to relational attributes (that is, to table columns).
-
Defines how instances of a JADE class are mapped to rows in one or more relational tables.
-
Defines a mapping between a JADE system model and a single relational database.
-
Denotes semantic connections among classes. JADE supports binary relationships; that is, relationships between two classes. The cardinality of relationships may be one-to-one, one-to-many, or many-to-many.
-
Task of deploying a new or patched release of a JADE application in the field, including consideration of issues such as managing change dependencies and reorganizing user data.
-
Common repository that all team members use to save their changes. It may or may not be stored on a code-hosting service online.
-
Reorganization that is audited in the journals to support restart in case of interruption, roll-forward recovery, and replay on secondary databases.
-
Available for situations where you intend to update an object but you need to minimize the length of time the object is locked with an exclusive lock. When placed on an object, forces other processes attempting to acquire an exclusive lock or reserve lock on that object to wait until the reserve lock is relinquished.
-
Uppermost definition of a class.
-
Provides essential system classes (for example, the Collection classes and the File, Exception, and Form classes), which can then be accessed from all subschemas. The top of the schema hierarchy.
-
Relational Population Service (RPS) that automatically replicates objects from a production JADE database to one or several relational databases.
-
Native JADE database maintained by an RPS server node as temporary storage or to persist a mapped extent.
-
JADE database server node that directly connects to a target RDBMS in order to replicate JADE objects to the relational database.
-
Installation of a JADE application in which the JADE development environment is not present. (Also known as JADE deployment.) Allows a smaller base database to be used, but limits the development activities that can be performed on-site.
S
-
Simple API for XML (SAX), the interface that specifies how objects in a Web page are represented.
-
Complete logical description of the classes (together with their properties and methods) that model the application domain. Can contain one or many applications, each providing a different “view” of the object model.
-
Snapshot (that is, a version) of a schema specification, enabling you to work in multiple schema versions at the same time. See also version.
-
Changing the specifications of a system by adding, deleting, or changing entities such as schemas, classes, or properties.
-
Contains the schema metadata definition. (See also definition file.)
-
Bringing to life the changes introduced by schema evolution.
-
Control that provides easy navigation through a long list of items or a large amount of information. Can also provide an analog representation of current position. You can use a scroll bar as an input device or as an indicator of speed or quantity.
-
A database with a secondary database role is synchronized with a primary database by replaying journals automatically shipped from the primary database.
-
Database server node that manages a database with a secondary database role.
-
JADE system comprising nodes attached to the primary database server.
-
Used in a method to denote the object that invoked the method.
-
Inserting a message into a generic message queue. (Also known as put.)
-
Method that sends a specified message.
-
Process implementing one or more operations on one or more objects. A server object is an object that is operated on by other objects; an object that provides certain services.
-
Unordered collection of objects. An object cannot be referenced in a set more than once.
-
Hash value used by Git.
-
Lock acquired for read-only intent. Multiple users can acquire a shared lock. Prevents others from obtaining an exclusive lock.
-
See form.
-
Defines the formal parameters of a specified operation, including their order, types, and passing mode (usage), and any return type.
-
String large object.
-
The Simple Object Access Protocol (SOAP) lightweight XML-based messaging protocol used to encode Web service request and response message information before sending them over a network.
-
Special frame control that aligns itself to the bottom and width of its container by default, providing a status line for the container.
-
Defines a String-type variable. A character string contains zero or more characters, and a null string is a string that has a zero length.
-
(1) Implementation of a package interface that supplies all of the classes, methods, and properties of the package but where each method is a stub that contains none of the functionality. (2) Method shell without any code automatically generated in implementing classes when a new method is added to a currently implemented interface.
-
Specialization of a class. Has the same characteristics of the parent classes (known as its superclasses). May define additional elements (properties), and may exhibit additional or different behavior (methods); for example, the Manager subclass, a subclass of the Employee class, that has special responsibilities.
-
Inherits all classes, methods, and properties that are defined in its superschemas.
-
Copy of a class in a subschema of the schema in which the root class is defined. A subschema copy class is added to a subschema whenever a superschema class is subclassed in the subschema or has methods added to it in the subschema.
-
Method that cannot be reimplemented in a subschema copy class.
-
Class or method that can be extended or reimplemented in its local schema but not in a subschema. When applied to a class, there are no restrictions on the class in its local schema, but the class cannot be subclassed in subschemas. When applied to a method, there are no restrictions on the method in its local schema, but the method cannot be reimplemented anywhere in a subschema.
-
Entity or feature available only in the local schema; that is, it is not available for use in any subschemas.
-
Object invoking the beginNotification, beginClassNotification, or beginClassesNotification method.
-
Class from which another class inherits attributes and methods.
-
One or more connected database server nodes, including RPS nodes, that are providers or subscribers to the Synchronized Database Service (SDS).
-
JADE server node module that provides the functionality to keep one or more secondary databases synchronized with a primary updateable copy of the database.
-
Occurs in the generic message exchange module when the sending program waits for a reply to its message before continuing its own processing.
-
A database server and its associated client nodes.
-
Standard class containing properties and methods to encapsulate the behavior of objects in your JADE applications.
T
-
Control that enables you to display entries in a table using rows and columns. Also enables you to have many different sheets in the table, of which only one is visible at any time.
-
Class instance subscribed in a notification.
-
Instance of a relational database connected to an RPS node.
-
Control that displays information entered in the JADE development environment, entered by the user, or assigned to the control by code at run time. Also called an edit field or edit control.
-
Declares a variable representing the time of day since midnight to the nearest millisecond.
-
Used to store the variable as type Timestamp; that is, the date and time.
-
Temporary object that exists only for the duration of a session.
-
Final phase of schema instantiation when instances of versioned classes are no longer available to applications until the instantiation completes. Must be carried out offline.
-
A specific messaging implementation in the generic message exchange module.
-
Encompasses the client connection pool, the worker pool, the listen connection, and so on, in a JADE multiple worker TCP/IP connection environment.
-
A data object containing two or more other objects as elements. (Analogous to a relational database record.)
-
Characterizes the behavior that can be applied to an instance or value. In JADE, types are classes, primitive types, and JADE interfaces.
-
File or component within another file that contains type information about exposed objects.
-
Method declared on a class, primitive, or interface type without having to have an instance of the type. At t run time, the receiver is the type on which the method is declared.
U
-
Unstructured Data Resource (UDR), the generic term for an instance outside the JADE database of unstructured data of arbitrary length.
-
Method that can modify properties in the object to which it is sent.
-
Uniform Resource Identifier (URI), the generic term for all types of names and addresses that refer to objects (for example, a URL) on the Internet.
-
Uniform Resource Locator (URL) that provides the Internet address of a file.
V
-
Visual Basic custom control. Industry-standard controls and extensions specifically for 16-bit environments.
-
Instance of a structural change to a class (for example, adding, deleting or changing a property) and other related structures. JADE uses these versions, for example, to reorganize the database and developers can use them to make structural changes to classes even when they are in use by running applications. See also schema context.
W
-
Wide Area Network — a group of networked workstations or LANs covering a large geographical area.
-
Microsoft Internet Information Server (IIS) or Apache HyperText Transfer Protocol (HTTP) Server.
-
Abstract superclasses of all Form and Control classes. Provides the ability to define properties and methods that apply to all forms and controls.
-
Encompasses the group of JADE processes that are linked to the transport group, in a JADE multiple worker TCP/IP connection environment.
-
Editor pane that enables you to write a JADE method that does not to form part of your application.
-
Windows Presentation Foundation.
-
Web Services Description Language (WSDL), an XML-formatted language that describes the capabilities of a Web service as collections of communication end points capable of exchanging messages.
X
-
Extensible Markup Language (XML) Web service architecture that enables you to create your own customized tags for Web documents.