hlship 2004/06/01 13:22:50
Modified: src/documentation/content/xdocs links.ent index.xml ioc.xml
site.xml
library/src/documentation/content/xdocs/hivemind-lib
SpringLookupFactory.xml
Log:
Add Wiki, Blog and full-site PDF to the site menu.
Revision Changes Path
1.6 +3 -1
jakarta-hivemind/src/documentation/content/xdocs/links.ent
Index: links.ent
===================================================================
RCS file:
/home/cvs/jakarta-hivemind/src/documentation/content/xdocs/links.ent,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- links.ent 1 Jun 2004 14:18:07 -0000 1.5
+++ links.ent 1 Jun 2004 20:22:50 -0000 1.6
@@ -39,6 +39,8 @@
<!ENTITY api.RemoteExceptionCoordinator '<link
href="&apiroot;/lib/RemoteExceptionCoordinator.html">RemoteExceptionCoordinator</link>'>
<!ENTITY api.RemoteExceptionListener '<link
href="&apiroot;/lib/RemoteExceptionListener.html">RemoteExceptionListener</link>'>
+<!ENTITY Spring '<link href="site:spring">Spring</link>'>
+
<!-- Note, these links CAN NOT currently be converted to site:descriptor#foo
because Forrest 0.5.1 doesn't
understand the use of the '#' as an anchor. -->
1.7 +2 -2
jakarta-hivemind/src/documentation/content/xdocs/index.xml
Index: index.xml
===================================================================
RCS file:
/home/cvs/jakarta-hivemind/src/documentation/content/xdocs/index.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- index.xml 1 Jun 2004 18:19:15 -0000 1.6
+++ index.xml 1 Jun 2004 20:22:50 -0000 1.7
@@ -70,7 +70,7 @@
href="http://jakarta.apache.org">Jakarta</link>
project.</p>
<p>HiveMind is nearly ready to go into 1.0 beta. To
participate, subscribe
to the
<code>[email protected]</code> mailing list.</p>
- <p>Integration with <link
href="site:spring">Spring</link> is now available as
+ <p>Integration with &Spring; is now available as
<link
href="site:hivemind.lib.SpringLookupFactory">SpringLookupFactory</link>.</p>
</section>
<section>
1.2 +3 -3 jakarta-hivemind/src/documentation/content/xdocs/ioc.xml
Index: ioc.xml
===================================================================
RCS file: /home/cvs/jakarta-hivemind/src/documentation/content/xdocs/ioc.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ioc.xml 26 May 2004 16:58:44 -0000 1.1
+++ ioc.xml 1 Jun 2004 20:22:50 -0000 1.2
@@ -54,8 +54,8 @@
<tr>
<td>type-2</td>
<td>Services dependencies upon are assigned via
JavaBeans properties
- (setter methods). HiveMind and the
<fork href="site:spring">Spring</fork>
- framework uses this approach.</td>
+ (setter methods). Both HiveMind and
&Spring;
+ use this approach.</td>
</tr>
<tr>
<td>type-3</td>
1.9 +8 -1 jakarta-hivemind/src/documentation/content/xdocs/site.xml
Index: site.xml
===================================================================
RCS file:
/home/cvs/jakarta-hivemind/src/documentation/content/xdocs/site.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- site.xml 1 Jun 2004 18:19:15 -0000 1.8
+++ site.xml 1 Jun 2004 20:22:50 -0000 1.9
@@ -112,8 +112,15 @@
</hivemind.lib>
+ <other-resources label="Other Resources">
+ <wiki label="HiveMind Wiki"
href="http://wiki.apache.org/jakarta-hivemind/"/>
+ <blog label="Tapestry and HiveMind Blog"
+ href="http://howardlewisship.com/blog/"/>
+ </other-resources>
+
<complete-site label="Complete Site">
<complete-html label="HTML" href="site.html"/>
+ <complete-pdf label="PDF" href="site.pdf"/>
</complete-site>
<related label="Related Projects">
<tapestry label="Tapestry"
href="http://jakarta.apache.org/tapestry/"/>
1.2 +3 -3
jakarta-hivemind/library/src/documentation/content/xdocs/hivemind-lib/SpringLookupFactory.xml
Index: SpringLookupFactory.xml
===================================================================
RCS file:
/home/cvs/jakarta-hivemind/library/src/documentation/content/xdocs/hivemind-lib/SpringLookupFactory.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SpringLookupFactory.xml 1 Jun 2004 14:17:30 -0000 1.1
+++ SpringLookupFactory.xml 1 Jun 2004 20:22:50 -0000 1.2
@@ -27,8 +27,8 @@
</header>
<body>
<p>The <link
href="&hivedoc;/service/hivemind.lib.SpringLookupFactory.html">
- SpringLookupFactory</link> supports integration with
the <link
- href="site:spring">Spring</link> framework, another
open-source
+ SpringLookupFactory</link> supports integration with
the &Spring;
+ framework, another open-source
lightweight container. SpringLookupFactory is a service
constructor that
obtains a core service implementation from a Spring
<code>BeanFactory</code>
.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]