Concepts Guide

     Previous  Next    Open TOC in new window    View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Architecture

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

 


WebLogic Platform and AquaLogic Data Services Platform

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. AquaLogic Data Services Platform 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 AquaLogic Data Services Platform services need only establish an initial context to the WebLogic Server where AquaLogic Data Services Platform 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

 


AquaLogic Data Services Platform Architecture

As shown in Figure 2-1, AquaLogic Data Services Platform provides a data integration layer between data sources and data users.

The core of the AquaLogic 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 AquaLogic Data Services Platform Components Architecture

AquaLogic Data Services Platform Components Architecture

 


AquaLogic Data Services Platform Components

As depicted in Figure 2-1, the components and features of AquaLogic Data Services Platform include:


  Back to Top       Previous  Next