| Oracle8i Application Developer's Guide - XML Release 3 (8.1.7) Part Number A86030-01  | 
  | 
Using XSQL Servlet, 5 of 24
Once you have built a set of XSQL Pages, you can use your pages by doing the following:
<jsp:include page="foo.xsql"> or <jsp:forward page="bar.xsql"> in a JSP 
Figure 19-5 shows how XSQL Servlet is one of three "clients" to the core XSQL Page Processor Engine. This is also illustrated in Figure 19-6 and Figure 19-8.
XSQL Page Processor interprets, caches, and processes the contents of your XSQL Pages. As its name implies, XSQLServlet is a Java Servlet that allows XSQL Pages to be accessed through a web server over HTTP.
The other two clients are:
   
| 
 | 
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved.  | 
 
  |