Oracle Enterprise Command Center Framework Architecture

Overview of Oracle Enterprise Command Center Framework Architecture

Oracle Enterprise Command Center Framework is a middleware technology made up of an interactive JavaScript front end and a Java back end engine. The architecture has three main components:

  1. Interactive User Interface layer. It is built on top of the open source technology Oracle JavaScript Extensions Toolkit, JET. The Oracle Enterprise Command Center Framework development framework allows for code-free creation of dashboards using drag-and-drop layout design, declarative configuration of all components and automatic productive interactions across different sections of a dashboard.

  2. Service Layer. Oracle Enterprise Command Center Framework provides services that allow the client to define a data set, ingest data into it, and control advanced behaviors using metadata. Additional services exposed to the dashboards allow advanced query execution against the data and return aggregations, rollups, associated data elements, and so on.

  3. Oracle Enterprise Command Center Framework Core Engine. This is the core component of Oracle Enterprise Command Center Framework where the data ingested from the source system, that is, Oracle E-Business Suite, is stored. During data storage, analysis is performed to allow fast and advanced data access supporting several patterns of user queries. Advanced capabilities for language processing can optionally be employed to support dictionary based data parsing and retrieval.

Oracle Enterprise Command Center Framework Architecture

the picture is described in the document text

To create an Enterprise Command Center dashboard, the following steps are needed:

  1. Define an application and relevant data sets with all metadata required to render pages and control every attribute behavior on the user interface. Advanced relationships, calculated attributes and dynamic UI interaction can further be specified.

  2. Data ingested from the source system, that is, Oracle E-Business Suite, into the Oracle Enterprise Command Center Framework data set defined above.

  3. Pages that expose ingested data and takes advantage of interactive components available in the Oracle Enterprise Command Center Framework component palette to build business dashboards.