bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Deployment Guide

 Previous Next Contents Index View as PDF  

Frequently Asked Questions

This topic provides answers to some frequently asked questions about BEA Liquid Data for WebLogicTM. It contains the following sections:

 


XML Query Language

Where can I find more information on XQuery?

Refer to the topic XQuery Links in "Liquid Data Concepts" in our Product Overview. A complete list of links to W3C XQuery specifications and documentation is provided, along with more discussion about the use of XQuery in Liquid Data.

How does XQuery compare to SQL?

XQuery brings "SQL-like" querying power to applications that require access, selection, integration and transformation of information from one or more XML sources. XQuery is to XML what SQL has been to relational data. However, the combination of XQuery and XML has significant advantages compared to the combination of SQL and relational data. SQL is primarily a language that developers use to retrieve data from relational sources. XQuery provides retrieval as well as advanced processing capabilities. XQuery lets developers access multiple XML data sets (from distributed, disparate XML sources) and integrate, manipulate, transform, and filter them in order to make them fit the needs of the target application. XQuery and XML release the developer and the application from the bounds of tuple-based processing and allow him to morph a wide range of input data into the structure that the application requires. This is particularly important for Web-based applications that need to convey data to the user in a form that is most easy to digest. Most often the nested and flexible structure of XML matches the user needs better than the flat relational structures returned by SQL.

How does XQuery compare to XPath and XSLT?

Before XQuery, developers used the XPath query language to locate items in an XML document and the Extensible Stylesheet Language Transformation engine (XSLT) to trasform XML information to XHTML or transform one XML format to another XML format. For instance, a developer could use XPath to retrieve a customer record from an XML file and XSLT to package the name and phone number of the customer in a new XML structure. But XPath and XSLT work only on XML files. If one wants to work on other types of sources he will need to write code that will access the sources and formulate the XML structure that will be passed to XPath or XSLT. Furthermore, both the "selection-oriented" XPath and the "transformation-oriented" XSLT are only small parts of the full solution, which requires efficient selection, join, integration, and transformation to the application needs. XQuery addresses all the data needs of the Web-based application: XQuery statements can access multiple sources, select information from them, join it, and transform it to meet the application needs.

Furthermore, XQuery is a declarative language that is amenable to query optimization - of the form that SQL query processors employ. Advanced optimizers, such as are provided with Liquid Data, optimize the given XQuery to achieve efficient access to the sources, focused selection of data, and quick integration and transformation.

Does XQuery contain Business Logic?

No, XQuery encapsulates the Internet Data Integration Logic required for accessing multiple, disparate data sources in real-time. XQuery lets developers access multiple XML data sets (from distributed, disparate XML sources) and integrate, manipulate, transform, and filter them in order to make them fit the needs of the target application.

Does Liquid Data Use XSLT? If not, how do you support data mapping and transformation?

XSLT is not used for mappings and transformations of source data. The XQuery language used by our product contains the integration logic, mappings and transformations associated with a distributed XQuery. XQuery statements can access multiple disparate sources, select information from them, join it, and transform it to meet the application needs.

A GUI tool, Data View Builder, provides drag-and-drop functionality to create XQueries using underlying data sources. The Liquid Data Server parses and executes an XQuery at run-time producing XML results.

Why is XQuery preferable to XSLT for XML-to-XML transformations?

XSLT has been traditionally used for building XML->HTML transformations. Some attempts have been made to leverage XSLT for building XML to XML transformations also. However, XQuery is the preferable option.

Without XQuery, if the developer uses XSLT, the developer needs the following:

  1. A wrapper/adapter system to access the sources  and get XML output. For example, if it is Oracle, one needs to use  the XSQL system to get XML out of the tables.

  2. XSLT must transform the XML file/message received by the wrapper/adapter into the XML that the application requires.

    The Pain points associated with this approach are:

The XQuery approach used by the Liquid Data Server provides the developer the ability to specify data access and transformation in a unique concise XQuery statement. The Benefits for the developer are as follows:

 


Data Sources and Data Access

How does Liquid Data integrate data from relational databases?

The Liquid Data server accepts relational databases as data sources. Multiple schemas from the same database can also be easily integrated. The Liquid Data server can access any RDBMS that is accessible through a JDBC driver. The relational translator in Liquid Data also exports an XML Schema that allows the use of the Query Builder for specifying transformation and mappings of the data found in the relational database.

Can the Liquid Data Server connect to non-relational data sources?

The Liquid Data server can integrate data from XML files, Web Services, packaged ERP, CRM, SCM, and legacy applications.

XML Files

XML files can be easily defined and accessed by the Liquid Data server for integration. By specifying the XML file source and schema in the server configuration, schemas are associated with XML files and queries optimized for accessing them.

Web Services

The Web Services translator in Liquid Data tightly integrates SOAP calls into the server query engine. XML data generated from the calls get fed directly into the query engine for transformation, navigation and processing. Automatic registration of SOAP calls associated with Web Services that provide WSDL descriptions is possible with the Data Integration Suite.

Application Views

Liquid Data supports the use of several Enterprise Information Systems (EIS) and custom applications as Application View data sources. Liquid Data interoperates with the BEA WebLogic Integration Application Integration (AI) layer through the Liquid Data Application View interface. Liquid Data can retrieve information through commercial application-specific adapters such as SAP, Siebel, PeopleSoft, Oracle Financial and so on which are certifed to work with BEA WebLogic Integration.

Other Data Sources

Access to data sources other than those defined above, such as APIs for packaged applications (ERP, CRM, SCM etc.) can be facilitated through Application Views using BEA WebLogic Integration (WLI) application integration (AI). Liquid Data leverages BEA WebLogic Integration adapters to connect to legacy systems.

Access to other data sources can also be achieved through custom functions; that is, user-defined functions written in Java. Writing these functions is fairly simple and guidelines on creating them and integrating them with the Liquid Data server are available in the product documentation. These functions can be directly integrated into complex queries built in Liquid Data.

What support does the Liquid Data have for "Web Services?"

The Web Services translator (or SOAP translator) in Liquid Data tightly integrates SOAP calls into the server query engine. XML data generated from the calls get fed directly into the query engine for transformation, navigation and processing. Automatic registration of SOAP calls associated with Web Services that provide WSDL descriptions is possible with the Data Integration Suite.

Is the platform bi-directional? How do you update backend sources?

Bidirectional source updates are not supported in the Technical Preview version of Liquid Data.

Does Liquid Data support RosettaNet, cXML, ebXML, FiXML?

Liquid Data supports all XML document formats, including industry or function-specific formats like RosettaNet, cXML, ebXML, and FiXML.

How does Liquid Data integrate with hierarchical database sources?

Liquid Data integrates hierarchical database sources through the WebLogic Server JDBC facilities. For more information on how to configure databases as data sources in Liquid Data, see Configuring Access to Relational Databases in the Liquid Data Administration Guide.

How does Liquid Data handle VSAM/ISAM files from mainframe systems?

Liquid Data can manage files from mainframe systems through the WebLogic Server JDBC facilities.

 


Liquid Data Server and Technology

Does the platform cache query results?

Liquid Data provides the option to enable caching on query results for stored queries. See Configuring the Query Cache in the Liquid Data Administration Guide.

What security (authentication/access control) policies are built into the platform?

Liquid Data uses BEA WebLogic Server Compatibility Security for implementation of security on various components of Liquid Data by means of access control lists for users and groups. Using the security features in the WLS Administration Console, you can configure access to administrative privileges, stored queries, data sources, the Data View Builder tool, the Liquid Data server repository, and more. For information, see Implementing Security in the Liquid Data Administration Guide.

Is there support for hierarchical views?

Yes. Users can build varying level of nested data views. For more information, refer to the discussion of data views in "Liquid Data Concepts" in the Product Overview, and to the topic Using Data Views as Data Sources in Building Queries and Data Views.

Is there a repository for views?

Yes. Data views are stored in Liquid Data server file-based repository. For information, see the topic Using Data Views as Data Sources in Building Queries and Data Views and Managing the Liquid Data Server Repository in the Liquid Data Administration Guide.

 


Architecture, System Configuration, Deployment

What platforms does Liquid Data support?

Liquid Data is a 100% Java platform built on BEA WebLogic Platform 7.0, and is not dependent on any specific hardware or operating system configuration. The current version of Liquid Data runs on Sun Solaris and Windows NT/2000 platforms. For detailed information on supported platforms, see Supported Platforms and Databases in the Liquid Data Installation Guide.

 


Performance and Security

How does the Liquid Data handle access control and authentication?

Liquid Data implements security based on BEA WebLogic Server Compatibility Security. It relies on the WLS JAAS authentication and Access Control List (ACL) based authorization. For information, see Implementing Security in the Liquid Data Administration Guide.

 


Administration and Graphical Tools

Does Liquid Data support data mining of stored meta-data?

Data Mining applications need an integrated view of enterprise data.  Liquid Data can provide such integrated views of mission-critical data in real-time. Though the Liquid Data server does not contain specific data mining algorithms, it can be easily integrated with other vendor tools which support data mining capabilities.

Does Liquid Data support searches of stored meta-data?

The Liquid Data server fully supports metadata repositories built on top of all relational databases and XML files. There are no search capabilities provided in the current version of the platform.

 


IDI Applications and Complementary Technologies

What are some of the common characteristics of IDI applications (or alternately what applications are enabled by Liquid Data?)

Common characteristics of IDI applications include:

How does the Liquid Data IDI offering complement EAI solutions?

EAI solutions focus on

The IDI offering from BEA is complementary to EAI solutions and offers a universal data integration platform to aggregate, transform and filter from multiple backend data sources. The secure, re-usable XML views created by BEA can be easily integrated with a workflow or process flow tool from EAI vendors.

BEA is focused on solving the challenges of Internet Data Integration (which consume upto 70% of a typical integration project budget).  By employing a "declarative" query-based approach to integrate disparate, multi-source data, BEA can expedite the task of deploying new composite applications such as internal portals, self-service customer and supplier portals.

 

Back to Top Previous Next