hlship      2004/04/07 08:16:43

  Modified:    xdocs    index.xml ioc.xml navigation.xml
  Log:
  Update documentation, add link to Wiki.
  
  Revision  Changes    Path
  1.22      +3 -32     jakarta-hivemind/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/xdocs/index.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- index.xml 5 Apr 2004 20:03:58 -0000       1.21
  +++ index.xml 7 Apr 2004 15:16:43 -0000       1.22
  @@ -34,7 +34,7 @@
        <b>HiveMind</b> is a services and configuration microkernel. HiveMind 
allows you to create
        your application using a service oriented architecture. In HiveMind, 
you architect your
        application in terms of <em>POJOs</em> (Plain Old Java Objects) and 
interfaces, and let the HiveMind framework
  -     to the busy work of instantiating your services and connecting them 
together.
  +     do the busy work of instantiating your services and connecting them 
together.
        </p>
        
        <p>
  @@ -110,36 +110,7 @@
        
        </section>
        
  -    <section name="Services and Extension Points">
  -     
  -     <p>
  -     HiveMind is a centralized registry of services and configuration points.
  -     </p>
  -     
  -     <p>
  -     Services are represented as a Java interface accessible
  -     within a <em>registry</em> using
  -     a unique id.  Services are usually singletons, though
  -     other service models are available.
  -     </p>
  -     
  -     <p>
  -     Configuration points are used for configuration information. Each 
configuration point is a list of elements, 
  -     also accessible
  -     using a unique id.      The elements of a configuration point
  -     are provided by contributions
  -     that appear in many modules, which is the basis for
  -     allowing multiple modules to work together to form
  -     the application.
  -     </p>
  -     
  -     <p>
  -     Frequently, services and configuration points are used together; 
modules contribute to a configuration
  -     point and a related service makes use of the data.
  -     </p>
  -     
  -    </section>
  -    
  +     
       <section name="Modules">
       <p>
       HiveMind doesn't have any particular purpose; it isn't an application, 
it's 
  
  
  
  1.21      +2 -2      jakarta-hivemind/xdocs/ioc.xml
  
  Index: ioc.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/xdocs/ioc.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- ioc.xml   5 Apr 2004 20:03:58 -0000       1.20
  +++ ioc.xml   7 Apr 2004 15:16:43 -0000       1.21
  @@ -46,7 +46,7 @@
   </p>
   
   <p>
  -More recently, this concept has been renamed <a href="">Dependency 
Injection</a>.
  +More recently, this concept has been renamed <a 
href="http://www.martinfowler.com/articles/injection.html";>Dependency 
Injection</a>.
   </p>
   
   <p>
  
  
  
  1.26      +3 -2      jakarta-hivemind/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/xdocs/navigation.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- navigation.xml    26 Feb 2004 23:07:34 -0000      1.25
  +++ navigation.xml    7 Apr 2004 15:16:43 -0000       1.26
  @@ -47,10 +47,11 @@
                                href="case1.html"/>
                </menu>
                <menu name="Resources">
  +                     <item name="Wiki" 
href="http://wiki.apache.org/jakarta-hivemind/"/>
                        <item name="Downloads"
                                
href="http://jakarta.apache.org/~hlship/hivemind/"/>
                        <item name="Tapestry and HiveMind Blog"
  -                             href="http://javatapestry.blogspot.com/"/>
  +                             href="http://howardlewisship.com/blog/"/>
                </menu>
        </body>
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to