Re: Oracle XSQL Pages v1.0.1.0

Subject: Re: Oracle XSQL Pages v1.0.1.0
From: "Steve Muench" <smuench@xxxxxxxxxxxxx>
Date: Wed, 23 Aug 2000 07:38:37 -0700
| > The first production maintenance release of Oracle's
| > SQL+XML+XSLT publishing framework, "Oracle XSQL Pages"
| > is now available from the Oracle Technology Network
| > (http://technet.oracle.com/tech/xml/xsql_servlet/)
| 
| I see from the download that there are a couple of batch
| files (win32) included, which call up
| oracle.xml.xsql.XSQLCommandLine
| 
| Does this mean it *will* run as a command line 
| processor Steve?

Sure. The page processing engine is designed
to service page requests via the servlet, via
the command line, or programmatically via
the oracle.xml.xsql.XSQLRequest api.

| If so, which of the jar files are needed
| for a minimal installation please?

The command-line approach is great for offline
rendering of pages that benefit from server-side
XSLT and SQL processing but which do not require
the dynamism of being refreshed on each request.

The './xsql/bin/xsql' shell script and 
    './xsql/bin/xsql.bat' batch files

setup the CLASSPATH appropriately before running
the oracle.xml.xsql.XSQLCommandLine utility.

In particular, the four jar files and one
directory name required to be in the classpath
are the following:

1. oraclexsql.jar    -- XSQL publishing engine
2. xsu12.jar         -- XML<->SQL layer
3. xmlparserv2.jar   -- XML Parser, XSLT Processor
4. classes12.jar     -- JDBC Driver
5. <dir-name-where-XSQLConfig.xml-config-file-lives>

______________________________________________________________
Steve Muench, Lead XML Evangelist & Consulting Product Manager
BC4J & XSQL Servlet Development Teams, Oracle Rep to XSL WG
Author "Building Oracle XML Applications", O'Reilly
http://www.oreilly.com/catalog/orxmlapp/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread