donaldp     02/05/19 02:53:35

  Modified:    src/xdocs book.xml features.xml index.xml
  Added:       src/xdocs case-studies.xml
  Log:
  Added in documentation changes and cleanups including a new case-studies page.
  
  Submitted by: "Robert" <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.12      +23 -7     jakarta-avalon/src/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/xdocs/book.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- book.xml  28 Mar 2002 06:56:23 -0000      1.11
  +++ book.xml  19 May 2002 09:53:35 -0000      1.12
  @@ -5,23 +5,23 @@
         copyright="@year@ The Apache Software Foundation"
         xmlns:xlink="http://www.w3.org/1999/xlink";>
   
  -  <project label="Jakarta main" href="/" />
  +  <project label="Jakarta main" href="http://jakarta.apache.org/"; />
   
     <menu label="About">
       <menu-item label="Overview" href="index.html"/>
       <menu-item label="Features" href="features.html"/>
  -    <menu-item label="History" href="history/index.html"/>
  -    <menu-item label="Developing with Avalon" href="developing/index.html"/>
  +    <menu-item label="Getting Started" href="framework/getting-started.html" 
/>
  +    <menu-item label="Download" href="download.html" />
  +    <menu-item label="Case Studies" href="case-studies.html" />
  +    
         <!-- history pages -->
         <menu-item type="hidden" href="history/call-to-vote.html"/>
         <menu-item type="hidden" href="history/what-is-a-server.html"/>
         <menu-item type="hidden" href="history/need-for-avalon.html"/>
         <menu-item type="hidden" href="history/changes.html"/>
   
  -    <menu-item label="License" href="license.html"/>
  -    <menu-item label="Mail Archive" href="mail.html"/>
  +    <menu-item label="License" href="license.html"/>   
       <menu-item label="Contributors" href="authors/index.html"/>
  -    <menu-item label="Coding Standards" href="code-standards.html"/>
     </menu>
   
     <menu label="Sub-Projects">
  @@ -29,10 +29,26 @@
       <menu-item label="Excalibur" href="@EXCALIBUR_BASE@/index.html"/>
       <menu-item label="Phoenix" href="@PHOENIX_BASE@/index.html"/>
       <menu-item label="Cornerstone" href="@CORNERSTONE_BASE@/index.html"/>
  -    <menu-item label="Testlet" href="@TESTLET_BASE@/index.html"/>
       <menu-item label="LogKit" href="@LOGKIT_BASE@/index.html"/>
       <menu-item label="Applications" href="@APPS_BASE@/index.html"/>    
     </menu>
  +  
  +  <menu label="Developing with Avalon">
  +    <menu-item label="Prerequisites" href="developing/index.html"/>
  +    <menu-item label="Framework, Excalibur and LogKit" 
href="developing/index.html" />
  +    <menu-item label="Phoenix and Cornerstone" 
href="@PHOENIX_BASE@/index.html" />
  +  </menu>
  +
  +  <menu label="For Developers">
  +    <menu-item label="Changes" href="changes.html" />
  +    <menu-item label="Coding standards" href="code-standards.html" />
  +    <!--
  +    <menu-item label="Project structure" href="project-structure.html" />
  +    -->
  +    <menu-item label="CVS" 
href="http://cvs.apache.org/viewcvs/jakarta-avalon/.html"; />
  +    <menu-item label="Mailing Lists" href="mail.html"/>
  +  </menu>
  +  
   
   </book>
   
  
  
  
  1.9       +4 -4      jakarta-avalon/src/xdocs/features.xml
  
  Index: features.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/xdocs/features.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- features.xml      20 Apr 2002 13:34:15 -0000      1.8
  +++ features.xml      19 May 2002 09:53:35 -0000      1.9
  @@ -5,15 +5,15 @@
   <document>
   
    <header>
  -  <title>Avalon Project - Features</title>
  +  <title>Avalon Project - Case Studies</title>
     <authors>
  -    <person name="Leo Simons" email="[EMAIL PROTECTED]"/>
  +    <person name="Robert McIntosh" email="[EMAIL PROTECTED]"/>
     </authors>
    </header>
   
   <body>
   
  -<s1 title="Features">
  +<s1 title="Case Studies">
     <p>The Avalon project is so large and broad in scope that it is not easy
     to provide a simple list of features in the form of "Avalon provides
     Component X which will fulfill role Y in your project Z perfectly".</p>
  @@ -27,7 +27,7 @@
       <p>At the very core of our project is the Avalon Framework subproject.
       This framework is very stable and in daily use in many applications, from
       straightforward desktop products to large scale enterprise 
applications.<br />
  -    After an initial difficult learning curve, this framework will help you
  +    After an initial learning curve, this framework will help you
       create a better software architecture. In this way, it's role is as
       fundamental as, say Object-Oriented Programming or Design Patterns.</p>
   
  
  
  
  1.11      +18 -4     jakarta-avalon/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/xdocs/index.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- index.xml 12 May 2002 07:21:34 -0000      1.10
  +++ index.xml 19 May 2002 09:53:35 -0000      1.11
  @@ -18,9 +18,23 @@
         <p>
          The Avalon project is an effort to create, design, develop and 
maintain
          a common framework and set of components for applications written 
  -       using the Java language. This framework is not a standalone product, 
  -       but allows existing and yet to be created applications to fit 
  -       into a common platform and to share code, design and human resources.
  +       using the Java language.
  +      </p>
  +      <p>
  +      Having said that, what Avalon 'is', is a framework that allows 
components of varying 
  +      scale to be created, managed via a specific set of 
  +      <link href="framework/reference-the-lifecycle.html">lifecycle</link> 
methods, 
  +      and used in an application. While Avalon is geared towards server-side 
applications, 
  +      it is not limited to such, and is quite flexible.
  +      </p>
  +      <p>
  +      The scope of usage for Avalon is quite broad. You may only want to 
create custom, application
  +      specific componets that can be managed in a well defined manner, or 
you may want to use the many
  +      components and services available with the 
  +      <link 
href="http://jakarta.apache.org/avalon/excalibur/index.html";>Excalibur</link>
  +      sub-project, or use complete applications, such as FTP or a web 
server, in a server oriented 
  +      container such as Phoenix. What this means to you is that you can use 
only what you need to use, 
  +      and you can scale your usage of Avalon as your application needs grow.
         </p>
       </s1>
       <s1 title="Project Goals">
  @@ -120,7 +134,7 @@
     <footer>
       <legal>
         Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision: 1.10 $ $Date: 2002/05/12 07:21:34 $
  +      $Revision: 1.11 $ $Date: 2002/05/19 09:53:35 $
       </legal>
     </footer>
   </document>
  
  
  
  1.1                  jakarta-avalon/src/xdocs/case-studies.xml
  
  Index: case-studies.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <!DOCTYPE document SYSTEM "dtd/document-v10.dtd">
  
  <document>
  
   <header>
    <title>Avalon Project - Case Studies</title>
    <authors>
      <person name="Robert McIntosh" email="[EMAIL PROTECTED]"/>
    </authors>
   </header>
  
  <body>
  
  <s1 title="Phoenix Applications">
    <p>There are a number of applications that are designed to run in the 
Phoenix
    kernel. A list of these can be found <link 
href="apps/appselsewhere.html">here</link>.</p>
  </s1>
  
  <s1 title="Avalon Applications">
    <s2 title="Cocoon">
      <p>Cocoon is the highly successful XML-based web publishing framework
      from the Apache group. Cocoon is a very flexible environment designed for
      high performance and scalability of delivering XML-based content.</p>
      <p><link href="http://xml.apache.org/cocoon";>Cocoon project</link></p>
    </s2>
    
    <s2 title="Applications Sub-Project">
      <p>There are a number of applications currently in work in the 
      <link href="apps/appsincvs.html">Applications</link> sub-project, 
including
      a RDBMS, FTP server, and XML command server, among others.</p>
    </s2>
  </s1>
  
  <s1 title="Commercial Projects">
    <s2 title="eQ!(tm)">
      <p>A commercial product from Browsersoft, Inc., eQ!(tm) is a business 
object foundation
       which has recently been refactored and built upon Avalon and utilizes 
several of 
       Excalibur's components for it's persistence engine, XML-based scripting 
engine, 
       Struts adapters and other internal usages.</p>
       
       <p>eQ!(tm)'s goal is to provide a foundation upon which to build 
delivery technology
       neutral business components, and then provide adapters for Struts, 
Swing, EJB and other
       technologies. eQ!(tm) aims to empower the architect and senior 
developers while still being
       easy enough for junior developers to use.     
       </p>
       
       <p>For more information visit the <link 
href="http://www.browsersoft.com/eQ";>eQ!(tm) website</link></p>
    </s2>
    
  </s1>
  
  </body>
  </document>
  
  
  
  

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

Reply via email to