Skip navigation.

Concepts Guide

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

Architecture

This chapter describes the architecture of BEA AquaLogic Data Services Platform (DSP). The following topics are covered:

 


WebLogic Platform and Data Services Platform

DSP data services can be developed as a Workshop application or as a project within another type of Workshop application, such as a portal, web application, or business process. The runtime platform is WebLogic Server. DSP leverages WebLogic Server technologies such as scalability and clustering, and the full array of J2EE features and services. It operates seamlessly with other applications running in a WebLogic Server.

Client applications using DSP services need only establish an initial context to the WebLogic Server where DSP is deployed. This context — a JNDI mechanism for identifying a resource on a network — is similar to a database connection in that it identifies the server location and includes any required connection parameters, such as user names and passwords.

Once the initial context is established, the client can instantiate data services and use them to get and update information. For complete information on BEA WebLogic Server, see WebLogic Server documentation at the following URL:

http://download.oracle.com/docs/cd/E13222_01/wls/docs81/index.html

 


Data Services Platform Architecture

As shown in Figure 2-1, DSP provides a data integration layer between data sources and data users.

The core of the Data Services Platform runtime component is the data processing engine. It is a distributed query processor that divides user requests into optimized sub-queries which, as possible, are processed concurrently against the data sources. The core is supplemented by security and caching components and interfaces for acquiring and delivering information, as described further in the following section.

Figure 2-1 Data Services Platform Components Architecture

Data Services Platform Components Architecture


 

 


Data Services Platform Components

As depicted in Figure 2-1, the components and features of DSP include:

 

Skip navigation bar  Back to Top Previous Next