6.6. Web Access to the Database

XSQL is a Java servlet for visualizing SQL query results. XSQL combines the power of SQL, XML, and XSLT to publish dynamic Web content based on database information. The servlet is similar to JSP (Java Server Pages) and follows the same mechanisms. Moreover, XSQL is interoperable with JSP. XSQL can be integrated in many popular Web servers like Apache 1.3.9 and higher, Oracle9iAS, or WebLogic 5.1. Thanks to Java, the servlet is easily extensible to one's needs.

6.6.1. The Principle of XSQL

The overall principle of XSQL is similar to JSP: A GET request with a URL of the form http://mycompany.com/myQuery.xsql references a file myQuery.xsql with a specific extension .xsql, denoting an XSQL servlet. The .xsql file ...

Get XML Data Management: Native XML and XML-Enabled Database Systems now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.