husted      2002/11/29 09:14:41

  Modified:    doc      index.xml
  Log:
  A few tweaks.
  
  Revision  Changes    Path
  1.37      +64 -55    jakarta-struts/doc/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/index.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- index.xml 7 Nov 2002 08:47:33 -0000       1.36
  +++ index.xml 29 Nov 2002 17:14:41 -0000      1.37
  @@ -1,60 +1,69 @@
   <?xml version="1.0"?>
   <document url="./index.xml">
   
  -  <properties>
  -    <author>Craig R. McClanahan</author>
  -    <author>Ted Husted</author>
  -    <author>Martin Cooper</author>
  -    <author>James Holmes</author>
  -    <title>The Apache Struts Web Application Framework</title>
  -  </properties>
  -
  -  <body>
  -
  -  <section name="Welcome to Struts" href="Welcome">
  -
  -  <p>
  -  Welcome to Struts!  The goal of this project
  -  is to provide an open source framework for building Web applications.
  -  The core of Struts is a flexible control layer based on <a 
href="userGuide/preface.html">standard
  -  technologies</a> like
  -  Java Servlets,
  -  JavaBeans,
  -  ResourceBundles,
  -  and Extensible Markup Language (XML).
  -  </p>
  -  <p>
  -  Struts encourages application architectures based on the Model 2 approach,
  -  a variation of the classic
  -  <a 
href="http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/web-tier/web-tier5.html";><b>Model-View-Controller</b></a>
 (MVC) design paradigm. Struts
  -  provides its own <b>Controller</b> component and integrates
  -  with <a href="userGuide/preface.html#layers">other technologies</a> to provide 
the Model and the View.
  -  For the <b>Model</b>, Struts can interact with any
  -  <a href="resources/models.html">standard data access technology</a>, including 
Enterprise Java Beans, JDBC, and Object Relational Bridge.
  -  For the <b>View</b>, Struts works well with JavaServer Pages, Velocity Templates,
  -  XSLT, and <a href="resources/views.html">other presentation systems</a>.
  -  </p>
  -
  -  <p>
  -  The Struts framework provides the invisible underpinnings every
  -  professional Web application needs to survive. Struts helps you
  -  create an extensible development environment for your application,
  -  based on published standards and proven design patterns.
  -  </p>
  -
  -  <p>
  -  Struts is part of the <a href="http://jakarta.apache.org";>Apache Jakarta
  -  Project</a>, sponsored by the
  -  <a href="http://www.apache.org";>Apache Software Foundation</a>.  The
  -  official Struts home page is at
  -  <a href="http://jakarta.apache.org/struts";>http://jakarta.apache.org/struts</a>.
  -  </p>
  -
  -  </section>
  -
  -  <section>
  -  <p align="center"><a href="./faqs/helping.html#release">So when is the next 
release coming out?</a></p>
  -  </section>
  +    <properties>
  +        <author>Craig R. McClanahan</author>
  +        <author>Ted Husted</author>
  +        <author>Martin Cooper</author>
  +        <author>James Holmes</author>
  +        <title>The Apache Struts Web Application Framework</title>
  +    </properties>
  +
  +    <body>
  +
  +        <section name="Welcome to Struts" href="Welcome">
  +
  +            <p>
  +                Welcome to Struts!
  +                The goal of this project is to provide an open source framework for 
building web applications.
  +            </p>
  +
  +            <p>
  +                The core of the Struts framework is a flexible control layer based 
on
  +                <a href="userGuide/preface.html">standard
  +                    technologies</a> like
  +                Java Servlets,
  +                JavaBeans,
  +                ResourceBundles,
  +                and Extensible Markup Language (XML).
  +            </p>
  +
  +            <p>
  +                Struts encourages application architectures based on the Model 2 
approach,
  +                a variation of the classic
  +                <a 
href="http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/web-tier/web-tier5.html";>
  +                    <b>Model-View-Controller</b>
  +                </a> (MVC) design paradigm.
  +                Struts provides its own
  +                <b>Controller</b> component and integrates with
  +                <a href="userGuide/preface.html#layers">other technologies</a> to 
provide the Model and the View.
  +                For the <b>Model</b>, Struts can interact with any
  +                <a href="resources/models.html">standard data access 
technology</a>, including Enterprise Java Beans, JDBC, and Object Relational Bridge.
  +                For the <b>View</b>, Struts works well with JavaServer Pages, 
Velocity Templates, XSLT, and
  +                <a href="resources/views.html">other presentation systems</a>.
  +            </p>
  +
  +            <p>
  +                The Struts framework provides the invisible underpinnings every 
professional web application needs to survive.
  +                Struts helps you create an extensible development environment for 
your application, based on published standards and proven design patterns.
  +            </p>
  +
  +            <p>
  +                Struts is part of the
  +                <a href="http://jakarta.apache.org";>Apache Jakarta Project</a>,
  +                sponsored by the
  +                <a href="http://www.apache.org";>Apache Software Foundation</a>.
  +                The official Struts home page is at
  +                <a 
href="http://jakarta.apache.org/struts";>http://jakarta.apache.org/struts</a>.
  +            </p>
  +
  +        </section>
  +
  +        <section>
  +            <p align="center">
  +                <a href="./faqs/helping.html#release">So when is the next release 
coming out?</a>
  +            </p>
  +        </section>
   
  -  </body>
  +    </body>
   </document>
  
  
  

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

Reply via email to