You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

TermAbbreviationDescription
E
E2E AnalyzerAnalyzerThe E2E Analyzer is a tool to support users of the E2E Bridge with the tasks of runtime analysis, troubleshooting of distributed systems and regression testing.

E2E Action Language

EAL

The E2E Action Language implements parts of the Action Semantics UML Extensions.

E2E Bridge® Integration Platform x.x

Bridge

The E2E Bridge Integration Platform contains runtimes for E2E xUML services, Node.js services and Java services   and a web-based administration console to manages these services (x.x stands for the version number e.g. E2E Bridge Integration Platform 6.0).

E2E Builder

Builder

The Builder optimizes and compiles XMI files to an executable E2E xUML service. It contains the E2E Model Compiler and the E2E SOAP Test Tool.
E2E xUML ServicexUML service or service instanceThe compiled xUML service deployed to an E2E Bridge. It contains the internal representation of a service (load and performance optimized for the E2E xUML Runtime).

E2E xUML Runtime

xUML Runtime

The C++ kernel, which executes the compiled UML model (provides for instance the in/out SOAP messages that are necessary to fulfill service  calls).

E2E Bridge domain

Bridge domain or domain

Aggregation of E2E node instances, which are managed with the E2E Bridge.

E2E Bridge node instance

node instance

A physical machine an E2E Bridge is running on.
H
HTTPn/aThe HyperText Transfer Protocol is the protocol of the Web, by which servers and clients (typically browsers) communicate. An HTTP transaction comprises a request sent by the client to the server, and a response returned from the server to the client.
J
Java Runtime EnvironmentJava Runtime or JRERuntime for Java services (see the Oracle Java pages), that is packaged with the E2E Bridge Integration Platform.
M

Model Driven Architecture®

MDA®

Separating abstract model from implementation issues to enhance reuse.
N
Node.jsn/aRuntime for JavaScript services (see the Node.js pages), that is packaged with the E2E Bridge Integration Platform.
S

Simple Object Access Protocol

SOAP

The Simple Object Access Protocol is the message protocol that allows Web services to talk. SOAP is an XML-based protocol for exchanging information between computers. Although SOAP can be used in a variety of messaging systems and can be delivered via a variety of transport protocols, the main focus of SOAP is on Remote Procedure Calls (RPC) transported via HTTP. SOAP is platform independent, and therefore enables diverse applications to communicate with each other.

Stereotype

n/a

A UML extension mechanism, which looks like <<SQL Adapter>>. This adds a special meaning to a UML object.
T

Tagged value

n/a

A UML extension mechanism that enhances standard UML objects with additional attributes. For instance, a tagged value named "DB name" can be defined for an SQL Adapter.
U

Unified Modeling Language™

UML®

The Unified Modeling Language (UML) helps you to specify, to visualize, and to document models of software systems, including their structure and design, in a way that meets all of the application's requirements. You can use UML for business modeling and modeling of other non-software systems, too.

Universal Description, Discovery and Integration

UDDI

A database that holds technical and non-technical information about services. Used to find a service and its corresponding WSDL definition.
W
Web Service A Web service is any piece of software that makes itself available over the Internet and uses a standardized XML data format. XML is used to encode all communications to a Web service. For example, a client invokes a Web service by sending an XML message, and then waits for a corresponding XML response. As all communication is in XML, Web services are not tied to any one operating system or programming language. Thus, they work like a middleware that enables and simplifies application-to-application connectivity.

Web Service Definition Language

WSDL

The Web Service Description Language is an XML grammar that allows a Web service to describe what it can do, what messages it accepts, and what response it returns. This means especially data types and function calls.
X

XML Metadata Interchange (XMI®)

XMI

The XML Metadata Interchange Format is an exchange format for UML models. It standardizes the representation of UML models in XML.
  • No labels