Data flow

The Oracle Endeca Server communicates with the front-end Web application using its Web services.

A typical solution that utilizes the Oracle Endeca Server consists of the following parts:

The following diagram illustrates the data flow between these parts for a typical front-end application that uses the Oracle Endeca Server:

Diagram of data flow between Oracle Endeca Server and Web applications
In this diagram, the following actions take place:
  1. A client browser makes a request. The Web application server receives the request and passes it to the Oracle Endeca Server, using its Web services.
  2. The Oracle Endeca Server processes the query and returns its results.
  3. The Web services retrieve and manipulate the query results and transfer them in XML format to the Web application. The application formats the query results and returns them to the client browser, via the Web application server.