From: <jbo...@li...> - 2005-10-25 17:46:53
|
Author: aron.gombas Date: 2005-10-25 13:46:43 -0400 (Tue, 25 Oct 2005) New Revision: 1445 Modified: trunk/labs/kosmos/xdocs/reference/reference-manual.xml Log: Dependency URLs updated Modified: trunk/labs/kosmos/xdocs/reference/reference-manual.xml =================================================================== --- trunk/labs/kosmos/xdocs/reference/reference-manual.xml 2005-10-25 14:51:31 UTC (rev 1444) +++ trunk/labs/kosmos/xdocs/reference/reference-manual.xml 2005-10-25 17:46:43 UTC (rev 1445) @@ -251,71 +251,72 @@ <listitem> - <para>Apache Commons: various subprojects used as utility classes.</para> + <para><ulink url="http://jakarta.apache.org/commons">Apache Commons</ulink> projects: various packages used as utility classes.</para> </listitem> <listitem> - <para>Displaytag: used for rendering the tables.</para> + <para><ulink url="http://displaytag.sourceforge.net">Display tag</ulink> library: used for rendering the tables.</para> </listitem> <listitem> - <para>Hessian: used for implementing the + <para><ulink url="http://www.caucho.com/hessian">Hessian</ulink> binary web service protocol: used for implementing the web-services.</para> </listitem> <listitem> - <para>Javasvn: used for processing Subversion repositories.</para> + <para><ulink url="http://tmate.org/svn">JavaSVN</ulink> Subversion client library: used for processing Subversion repositories.</para> </listitem> <listitem> - <para>JFreeChart: used to generate the chart images.</para> + <para><ulink url="http://jakarta.apache.org/slide">Jakarta Slide</ulink>: its client library is used to access the + WebDAV-based cache. Additionally, Slide is also our + primary WebDAV server implementation.</para> </listitem> <listitem> - <para>JTidy: used to transform the HTML documents to XML - before further processing.</para> + <para><ulink url="http://www.jfree.org/jfreechart">JFreeChart</ulink> library: used to generate the chart images.</para> </listitem> <listitem> - <para>JSTL: used in the view tier.</para> + <para><ulink url="http://jtidy.sourceforge.net">JTidy</ulink>: used to transform the HTML documents to XML + before further processing.</para> </listitem> <listitem> - <para>Log4j: used for general-purpose logging.</para> + <para><ulink url="http://jakarta.apache.org/taglibs">JSTL</ulink> tag library: used in the view tier.</para> </listitem> <listitem> - <para>Saxon: used to analyze HTML documents.</para> + <para><ulink url="http://logging.apache.org/log4j/docs">Log4j</ulink> library: used for general-purpose logging.</para> </listitem> <listitem> - <para>Slide: its client library is used to access the - WebDAV-based cache. Additionally, Slide is also our - primary WebDAV server implementation.</para> + <para><ulink url="http://saxon.sourceforge.net">Saxon</ulink> XSLT and XQuery processor: used to analyze HTML documents.</para> </listitem> + <listitem> - <para>Spring: used as IoC container.</para> + <para><ulink url="http://www.springframework.org">Spring Framework</ulink>: used as IoC container.</para> </listitem> |