morrijr 02/01/22 04:01:28 Modified: src/documentation/xdocs/installing jars.xml Log: Please add any additional details... Revision Changes Path 1.3 +74 -18 xml-cocoon2/src/documentation/xdocs/installing/jars.xml Index: jars.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/installing/jars.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jars.xml 12 Jan 2002 02:37:00 -0000 1.2 +++ jars.xml 22 Jan 2002 12:01:28 -0000 1.3 @@ -4,7 +4,7 @@ <header> <title>Cocoon JARs</title> <authors> - <person name="John Morrison" email="[EMAIL PROTECTED]"/> + <person name="John Morrison" email="[EMAIL PROTECTED]"/> </authors> </header> <body> @@ -63,19 +63,17 @@ <td>No</td> <td/> <td/> - <td>Is this used outside of the Cocoon samples?</td> + <td/> </tr> <tr> - <td> - <link href="http://xml.apache.org/batik/">batik-libs</link> - </td> + <td><link href="http://xml.apache.org/batik/">batik-libs</link></td> <td>Batik is a Java based toolkit for applications which handle images in the Scalable Vector Graphics (SVG) format for various purposes, such as viewing, generation or manipulation.</td> <td>No</td> <td>SVGSerializer serializer ("svg2jpeg", "svg2png")</td> <td>Hello World - SVG, SVG Welcome page, etc</td> - <td/> + <td/> </tr> <tr> <td> @@ -106,6 +104,40 @@ <td>Delete this == no webapp!</td> </tr> <tr> + <td><link href="http://jakarta.apache.org/commons/collections.html">commons-collections</link></td> + <td>Common implementations of collection classes.</td> + <td>Yes</td> + <td/> + <td/> + <td/> + </tr> + <tr> + <td><link href="http://jakarta.apache.org/commons/httpclient/">commons-httpclient</link></td> + <td>Although the java.net package provides basic support for accessing + resources via HTTP, it doesn't provide the full flexibility or + functionality needed by many applications. The Jakarta Commons HTTP Client + component seeks to fill this void by providing an efficient, up-to-date, + and feature-rich package implementing the client side of the most recent + HTTP standards and recommendations.</td> + <td>Yes</td> + <td/> + <td/> + <td/> + </tr> + <tr> + <td><link href="https://devnet.hp.com/projects/deli/">deli</link></td> + <td>Open Source Delivery Context Java Library supporting CC/PP and UAProf. + Different web-enabled devices have different input, output, hardware, + software, network and browser capabilities. In order for a web server or + web-based application to provide optimized content to different clients + it requires a description of the capabilities of the client known as the + delivery context.</td> + <td>No</td> + <td/> + <td/> + <td/> + </tr> + <tr> <td><link href="http://xml.apache.org/fop/">fop</link></td> <td>FOP is a Java application that reads a formatting object tree conforming to the XSL candidate release and then turns it into a PDF @@ -126,10 +158,18 @@ <td>Used in the demos to provide a database.</td> </tr> <tr> + <td><link href="http://www.hpl.hp.com/semweb/jena-top.html">jena</link></td> + <td> Jena is a java API for manipulating RDF models.</td> + <td>No</td> + <td>Deli</td> + <td/> + <td/> + </tr> + <tr> <td><link href="http://jakarta.apache.org/regexp/">jakarta-regexp</link></td> <td>Regexp is a Java Regular Expression package that was graciously donated to the Apache Software Foundation by Jonathan Locke.</td> - <td>No</td> + <td>Yes</td> <td> DirectoryGenerator ("directory") generator, RegexpURIMatcherFactory ("regexp") matcher, @@ -168,13 +208,13 @@ <td>Sitemap and XSP code formatting, configured in cocoon.xconf</td> </tr> <tr> - <td><link href="http://www.junit.org/">junit</link></td> - <td>JUnit is a simple framework to write repeatable tests.</td> + <td><link href="http://lempinen.net/sami/jtidy/">jtidy</link></td> + <td>Tidy is a HTML syntax checker and pretty printer.</td> <td>No</td> + <td>HTMLGenerator generator ("html")</td> + <td>News Feeds examples</td> <td/> - <td/> - <td>Not used currently.</td> - </tr> + </tr> <tr> <td><link href="http://jakarta.apache.org/avalon/logkit/">logkit</link></td> <td>jakarta-avalon-logkit is a logging toolkit designed for secure @@ -203,6 +243,14 @@ <td>File upload capability - very useful in servlet environment.</td> </tr> <tr> + <td>rdffilter</td> + <td>?</td> + <td>No</td> + <td>Deli</td> + <td/> + <td/> + </tr> + <tr> <td><link href="http://www.sun.com/xml/developers/resolver/">resolver</link></td> <td>Entity resolution catalogs - XML Entity and URI Resolvers</td> <td>Yes</td> @@ -219,12 +267,12 @@ <td/> </tr> <tr> - <td><link href="http://lempinen.net/sami/jtidy/">tidy</link></td> - <td>Tidy is a HTML syntax checker and pretty printer.</td> + <td>servlet</td> + <td>Java Servlet API</td> <td>No</td> - <td>HTMLGenerator generator ("html")</td> - <td>News Feeds examples</td> - <td>Shouldn't this jar be jTidy?</td> + <td/> + <td/> + <td/> </tr> <tr> <td><link href="http://jakarta.apache.org/velocity/">velocity</link></td> @@ -236,6 +284,14 @@ projects, eg oro and logkit?</td> </tr> <tr> + <td><link href="http://www.xmldb.org/">xmldb</link></td> + <td>Database tailored for the storage of XML data.</td> + <td>No</td> + <td/> + <td/> + <td/> + </tr> + <tr> <td><link href="http://xml.apache.org/xalan/">xalan</link></td> <td>Xalan is an XSLT processor that fully supports the W3C specs.</td> <td>Yes</td> @@ -252,7 +308,7 @@ <td>XML parsing - can be replaced by another XML parser.</td> </tr> <tr> - <td>xml-apis</td> + <td><link href="http://xml.apache.org/commons/">xml-apis</link></td> <td>JAXP, DOM and SAX interfaces. These are the common interfaces for XML processing. </td>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]