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

Creating the Presentation Layer

 Previous Next Contents Index View as PDF  

Creating the Presentation Layer

This topic describes how to create the presentation layer that formats the output of BEA Liquid Data for WebLogicTM query results to users. It contains the following sections:

For detailed information about creating the presentation layer using the Liquid Data JSP tag library, see Invoking Queries in JSP Clients in Invoking Queries Programmatically.

 


About the Presentation Layer

In Liquid Data, a presentation layer is the software component that handles the layout, formatting, and display of query results to users. Liquid Data provides a JSP (Java Server Pages) tag library that you can use to create the presentation layer in JSP pages. The Liquid Data tag library can be used with both stored queries and ad hoc queries. For more information about the Liquid Data tag library, see About the Liquid Data Tag Library in "Invoking Queries in JSP Clients" in Invoking Queries Programmatically.

 


Tasks for Creating the Presentation Layer

To create the presentation layer, complete the following steps in your JSP page:

 

Back to Top Previous Next