Please respect the third party licenses. All packages allow free use for both commercial and non-commercial applications. !Please add new packages to the manifest.xmlBlaster Class-Path section! 1) omquery.jar ============== XPath Version 0.92.2 from Takuki Kamiya, Fujitsu Limited, 2000-april Download http://www.246.ne.jp/~kamiya/pub/omquery.zip XPath interface for XT provides for DOM query API facilities on top of XT. It is implemented in Java language and complies with W3C's XPath Proposed Recommendation as is currently implemented in XT. For detailed information about XT and XPath, refer to the following URL. XPath: http://www.w3.org/TR/xpath 2) xtdash.jar ============= XSL Version 19991105 from James Clark XT is an implementation in Java of href="http://www.w3.org/TR/1999/PR-xslt-19991008">XSL Transformations Download http://www.jclark.com/xml/xt.html Note: xtdash.jar is the original xt.jar (19991105) but changed com/jclark/xsl/dom/NodeBase.java com/jclark/xsl/dom/RootNode.java com/jclark/xsl/sax/ArrayNodeIterator.java com/jclark/xsl/sax/NodeSetVariant.java with some public keywords to allow omquery accessing internals. It is not the xtdash.jar from omquery, since there the servlet support is missing. com/jclark/xsl/dom/SunXMLProcessorImpl.java is changed to use jaxp 3) jaxp.jar and parser.jar ========================== jaxp-1.1ea2 from SUN, DOM2 SAX2: jaxp.jar and crimson.jar (renamed to parser.jar) (Migrated: XML parser from Sun jaxp1.0.1 form April, 21 2000 OLD com.sun.xml.tree.XmlDocument -> org.apache.crimson.tree.XmlDocument ) Download http://java.sun.com/xml 4) test.jar =========== JUNIT 1.0 testsuite from Kent Beck and Erich Gamma Download http://members.pingnet.ch/gamma/junit.htm http://www.junit.org/ Please read the ${XMLBLASTER_HOME}/testsuite/org/xmlBlaster/README file for more informations. 5) collections.jar ================== Corresponds to Collections of Java2 API, for use in JDK 1.1x This jar is not yet used, but may be included if a JDK 1.1x version of xmlBlaster is necessary for some special environments Download http://java.sun.com/beans/infobus/#DOWNLOAD_COLLECTIONS 6) jacorb.jar and idl.jar 1.3.30 ================================ This is the JacORB 1.3.30 CORBA library, on which xmlBlaster is based. It us under LGPL. Download http://www.inf.fu-berlin.de/~brose/jacorb jacorb.jar is stripped with: org.omg.CosCollection org.omg.CosTrading org.omg.CosTradingDynamic org.omg.CosTradingRepos org.omg.CosEvent* org.omg.Messaging org.jacorb.events org.jacorb.trading 7) xmlBlaster/bin/code2html =========================== A tool wich allows you to convert your source code files to syntax highlighted HTML Copyright (c) 1999, 2000 by Peter Palfrader & others. See LICENSE file from http://www.cosy.sbg.ac.at/~ppalfrad/code2html 8) miniJacorb.jar ================= These is a mini jar file containing the 'fill level bean' for the xmlBlaster GUI. They are extracted from the Jacorb implementation. This jar file is necessary when running and compiling xmlBlaster with corba implementations other than jacorb. It is a (mini) alternative to 6). Use it only if you don't want jacorb on your machine. Michele Laghi created it when porting xmlBlaster to Orbaccus. 9) gnu-regexp-1.0.8.jar ======================= GNU-REXEXP is under LGPL. The syntax of gnu.regexp includes awk, sed, emacs, perl and grep. Download: http://www.cacas.org/java/gnu/regexp/ To run the Grep and Egrep programs, you'll need to install the gnu.getopt package available at http://www.urbanophile.com/~arenn/hacking/download.html, , and put those class files in your classpath as well. 10) xmlrpc.jar 1.0_beta_4 ========================= XML-RPC Library for Java Copyright (c) 1999 Hannes Wallnoefer, hannes@helma.at http://helma.at/hannes/xmlrpc/ Patch: http://helma.org/download/xmlrpc/ The XML-RPC Library for Java is free for both commercial and non-commercial use and redistribution. If you choose to redistribute the source code please keep this copyright and disclaimer intact and visible. You are free to modify this library for your own use and to redistribute it with your modifications, provided that the modifications are prominently documented. The file helma/xmlrpc/XmlRpc.java is modified to run with JAXP parsers. The file Base64.java is patched to fix a bug for long data length (2001-03-11) (see http://www.ruralnet.net/~kelley/java/Base64.java) 11) ant.jar 1.2 =============== Ant is a Java based build tool. In theory it is kind of like make without makes wrinkles. (needs parser.jar) http://jakarta.apache.org/ant/index.html http://jakarta.apache.org/builds/ant/release/ 12) servlet.jar Servlet API 2.0 ============================================== (Not yet: servlet.jar from jakarta-servletapi-4.0-m5 Java Servlet 2.3 and JSP 1.2 specifications http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release) 13) connector.jar jaas.jar jta-spec1_0_1.jar jms.jar ejb2.0.jar J2EE connector support by Peter Antman connector.jar javax.resource.cci and javax.resource.spi packages jaas.jar javax.security and com.sun.security packages jta-spec1_0_1.jar javax.transaction package jms.jar javax.jms ejb2.0.jar javax.ejb jndi-jdk1_3_1.jar javax.naming (only required for JDK 1.2, not for JDK1.3)