$Id: README.txt,v 1.4 2003/05/31 13:01:44 geaz Exp $ XTAS readme file ---------------- Requirements ------------ The library was tested on Sun's Java SDK 1.3 Run-Time Dependencies --------------------- - An Implementation of Java API for XML Parsing 1.0 conforming to SAX 2.0, DOM Level 2, JAXP 1.1 or later (xerces 2.X, xml-apis.jar) - An Implementation of XSL Transformations (XSLT) ver. 1.0 and the XML Path Language (XPath) ver 1.0 (xalan 2) - For XML-Java Object mapping Exolab's Castor XML library (castor-0.9.X.XX-xml.jar) - Optional for test suite JUnit (junit.jar) - Servlet API library (servlet.jar) for Servlet Resources - XML:DB API library (xmldb-api-20021118.jar for the time) and XML:DB implementation jar(s) (Xindice, eXist etc.) - XML-RPC library (xmlrpc-1.2-b1.jar) on client and server (in lib directory) Your application-that-used-xtas-run-string will look like: --------------------------------------------------------- java -classpath lib/xalan.jar;lib/xml-apis.jar;lib/xercesImpl.jar;\ lib/junit.jar;lib/ext/castor-0.9.3.21-xml.jar;dist/xtas.jar YOUR-APP Web Example: ----------- Copy xtas-example.war to the your web-server-app-directory (webapps in Tomcat) Type on your browser http://your_hostname:port_number/xtas-example For instance: http://localhost:8080/xtas-example XML-RPC: ----------- Copy xtas-xmlrpc.war to the your web-server-app-directory (webapps in Tomcat) References ---------- http://xtas.sourceforge.net doc/BUILD-README.txt doc/RELEASE-NOTES.txt