hlship 2004/05/19 04:52:41 Modified: xdocs index.xml services.xml ioc.xml multithreading.xml interceptors.xml framework/xdocs FactoryDefaults.xml Log: Fix some bad links in the documentation. Revision Changes Path 1.27 +2 -2 jakarta-hivemind/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-hivemind/xdocs/index.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- index.xml 30 Apr 2004 19:22:58 -0000 1.26 +++ index.xml 19 May 2004 11:52:40 -0000 1.27 @@ -291,7 +291,7 @@ </td> <td> Let HiveMind add a -<a href="jakarta-hivemind/LoggingInterceptor.html">logging interceptor</a> +<a href="hivemind/LoggingInterceptor.html">logging interceptor</a> to your service. It will consistently log method entry and exit, and log any exceptions thrown by the method. 1.39 +2 -2 jakarta-hivemind/xdocs/services.xml Index: services.xml =================================================================== RCS file: /home/cvs/jakarta-hivemind/xdocs/services.xml,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- services.xml 17 May 2004 21:14:23 -0000 1.38 +++ services.xml 19 May 2004 11:52:40 -0000 1.39 @@ -198,7 +198,7 @@ service extension point), adding new functionality. For example, the -<a href="jakarta-hivemind/LoggingInterceptor.html">hivemind.LoggingInterceptor</a> +<a href="hivemind/LoggingInterceptor.html">hivemind.LoggingInterceptor</a> factory creates an instance that logs entry and exit to each method. </p> 1.22 +3 -3 jakarta-hivemind/xdocs/ioc.xml Index: ioc.xml =================================================================== RCS file: /home/cvs/jakarta-hivemind/xdocs/ioc.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ioc.xml 7 Apr 2004 15:16:43 -0000 1.21 +++ ioc.xml 19 May 2004 11:52:40 -0000 1.22 @@ -82,7 +82,7 @@ all the modules it can find at runtime. HiveMind is responsible for creating services (including core implementations and interceptors). It is quite possible to create service factories that do very container-like things, including connecting services together. -<a href="jakarta-hivemind/BuilderFactory.html">BuilderFactory</a> +<a href="hivemind/BuilderFactory.html">BuilderFactory</a> does just that, instantiating an object to act as the core service implementation, then setting properties of the object, some of which are references to services and configuration point element data. </p> @@ -102,7 +102,7 @@ <p> HiveMind's lifecycle support is much more rudimentary than Avalon's. Your service implementations -can get jakarta-hivemindcallbacks when they are first created, and when they are discarded, by implementing +can get hivemindcallbacks when they are first created, and when they are discarded, by implementing certain interfaces. </p> 1.10 +2 -2 jakarta-hivemind/xdocs/multithreading.xml Index: multithreading.xml =================================================================== RCS file: /home/cvs/jakarta-hivemind/xdocs/multithreading.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- multithreading.xml 26 Feb 2004 23:07:34 -0000 1.9 +++ multithreading.xml 19 May 2004 11:52:40 -0000 1.10 @@ -97,7 +97,7 @@ <ul> <li>Store the data in an object passed to or returned from the service</li> <li>Make use of the - <a href="jakarta-hivemind/ThreadLocalStorage.html">hivemind.ThreadLocalStorage</a> + <a href="hivemind/ThreadLocalStorage.html">hivemind.ThreadLocalStorage</a> service to store the data in a thread-local map. </li> <li> 1.14 +2 -2 jakarta-hivemind/xdocs/interceptors.xml Index: interceptors.xml =================================================================== RCS file: /home/cvs/jakarta-hivemind/xdocs/interceptors.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- interceptors.xml 17 May 2004 16:57:47 -0000 1.13 +++ interceptors.xml 19 May 2004 11:52:40 -0000 1.14 @@ -421,7 +421,7 @@ <p> Interceptor factories may take parameters ... but then their implementation can't be based on AbstractServiceInterceptorFactory. The unit tests for HiveMind includes an -<a href="jakarta-hivemind/xref-test/hivemind/test/services/impl/FilterLoggingInterceptor.html">example</a> of +<a href="hivemind/xref-test/hivemind/test/services/impl/FilterLoggingInterceptor.html">example</a> of such a factory. The basic approach is the same ... you just need a little extra work to validate, interpret and use the parameters. </p> 1.7 +2 -2 jakarta-hivemind/framework/xdocs/FactoryDefaults.xml Index: FactoryDefaults.xml =================================================================== RCS file: /home/cvs/jakarta-hivemind/framework/xdocs/FactoryDefaults.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- FactoryDefaults.xml 17 May 2004 16:57:46 -0000 1.6 +++ FactoryDefaults.xml 19 May 2004 11:52:41 -0000 1.7 @@ -32,7 +32,7 @@ <section name="hivemind.FactoryDefaults"> <p> -The <a href="&hivedoc;/confi/hivemind.FactoryDefaults.html">FactoryDefaults</a> configuration +The <a href="&hivedoc;/config/hivemind.FactoryDefaults.html">FactoryDefaults</a> configuration is used to set default values for substitution symbols. Contributions look like: <source> default (symbol=... value=...)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]