You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2002/06/23 19:40:37 UTC

cvs commit: jakarta-struts/doc/resources examples.xml index.xml project.xml

husted      2002/06/23 10:40:37

  Modified:    doc/resources index.xml project.xml
  Added:       doc/resources examples.xml
  Log:
  Add sub-menu for new resources folder. Rename "projects" to examples, since the very similar "project.xm" is a system file.
  
  Revision  Changes    Path
  1.2       +8 -8      jakarta-struts/doc/resources/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	23 Jun 2002 15:08:10 -0000	1.1
  +++ index.xml	23 Jun 2002 17:40:36 -0000	1.2
  @@ -12,14 +12,6 @@
   
   <section name="Resource Index">
    <ul>
  -    <li><a href="views.html">Presentation Systems</a></li>
  -    <li><a href="guis.html">Code Generators and GUIs</a></li>
  -    <li><a href="taglibs.html">Contributor Taglibs</a></li>
  -    <li><a href="extensions.html">Contributor Extensions</a></li>
  -    <li><a href="projects.html">Projects and Examples</a></li>
  - </ul>
  -
  - <ul>
       <li><a href="1st.html"><b>Read Me First - A path for newbies</b></a></li>
       <li><a href="tutorials.html">Tutorials</a></li>
       <li><a href="articles.html">Articles and Presentations</a></li>
  @@ -27,6 +19,14 @@
       <li><a href="seminars.html">Seminars</a></li>
   <!--    <li><a href="guides.html">User Guide Translations</a></li> -->
       <li><a href="archives.html">Mailing List Archives</a></li>
  + </ul>
  +
  + <ul>
  +    <li><a href="views.html">Presentation Systems</a></li>
  +    <li><a href="guis.html">Code Generators and GUIs</a></li>
  +    <li><a href="taglibs.html">Contributor Taglibs</a></li>
  +    <li><a href="extensions.html">Contributor Extensions</a></li>
  +    <li><a href="examples.html">Projects and Examples</a></li>
    </ul>
   
    <ul>
  
  
  
  1.2       +25 -34    jakarta-struts/doc/resources/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	23 Jun 2002 15:08:10 -0000	1.1
  +++ project.xml	23 Jun 2002 17:40:36 -0000	1.2
  @@ -5,45 +5,36 @@
   
       <title>Struts Framework</title>
   
  -    <menu name="Welcome">
  -        <item name="Home"                    href="../index.html"/>
  -        <item name="News &amp; Status"       href="../news_2002.html"/>
  -        <item name="Kickstart FAQ"           href="../kickstart.html"/> 
  -        <item name="Resources"               href="../resources.html"/>
  -        <item name="Who We Are"              href="../volunteers.html"/>
  +    <menu name="Struts Resources">        
  +        <item href="archives.html" name="Archives"/>
  +        <item href="articles.html" name="Articles"/>
  +        <item href="books.html" name="Books"/>
  +        <item href="consultants.html" name="Consultants"/>
  +        <item href="enabling.html" name="Enabling Tech"/>
  +        <item href="projects.html" name="Examples"/>
  +        <item href="extensions.html" name="Extensions"/>
  +        <item href="guis.html" name="GUIs"/>
  +        <item href="sigs.html" name="Interest Groups"/>
  +        <item href="hosts.html" name="ISPs"/>
  +        <item href="powered.html" name="Powered by"/>
  +        <item href="seminars.html" name="Seminars"/>
  +        <item href="taglibs.html" name="Taglibs"/>
  +        <item href="tutorials.html" name="Tutorials"/>
  +        <item href="views.html" name="Views"/>
       </menu>
   
  -    <menu name="Downloads">
  -        <item name="Binaries"                href="http://jakarta.apache.org/site/binindex.html"/>
  -        <item name="Source Code"             href="http://jakarta.apache.org/site/sourceindex.html"/>
  +    <menu name="Other Resources">
  +        <item href="1st.html" name="Read Me First"/>
  +        <item href="related.html" name="Other Articles"/>
  +        <item href="related_books.html" name="Other Books"/>
  +        <item href="resources.html" name="Other Pages"/>
  +        <item href="utilities.html" name="Other Utils"/>
       </menu>
   
  -    <menu name="Stable Release (1.0.2)">
  -        <item name="User Guide"
  -            href="http://jakarta.apache.org/struts/doc-1.0.2/index.html"/>
  -        <item name="Javadoc"
  -            href="http://jakarta.apache.org/struts/doc-1.0.2/api/index.html"/>
  -        <item name="Release Notes" 
  -            href="http://jakarta.apache.org/struts/doc-1.0.2/release-notes-1.0.2.html"/>
  -        <item name="Installation"            
  -            href="http://jakarta.apache.org/struts/doc-1.0.2/installation.html"/>
  +   <menu name="Getting Started">
  +      <item name="Kickstart FAQ" href="../newbie.html"/>
  +      <item name="Struts Home" href="../index.html"/>
       </menu>
  -
  -    <menu name="Nightly Build">
  -        <item name="User Guide"
  -            href="../userGuide/index.html"/>
  -        <item name="Javadoc"
  -            href="../api/index.html"/>
  -        <item name="Release Notes" 
  -            href="../userGuide/release-notes.html"/>
  -        <item name="Installation"            
  -            href="../userGuide/installation.html"/>
  -        <item name="Workflow Proposal"
  -            href="workflow.html"/>
  -        <item name="Wish List"
  -            href="todo-1.1.html"/>
  -    </menu>
  -
   </project>
   
   
  
  
  
  1.1                  jakarta-struts/doc/resources/examples.xml
  
  Index: examples.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <document url="./examples.xml">
  <properties>
  <author>Mike Schachter</author>
  <author>Ted Husted</author>
  <author>James Holmes</author>
  <title>Resources - Projects and Examples - Jakarta Struts</title>
  </properties>
  <body> 
  <chapter name="Struts Resources" href="http://husted.com/struts/resources"> 
  
  <section name="Projects and Examples">
  <!-- <p><a href="http://www.basebeans.com/downloads.jsp"></a></p> -->
  <p><a href="http://geocities.yahoo.com/dominique_plante/sdstuff/strutsGuessingGame1.0.zip">
  <b>Struts Guessing Game v1.0</b></a> by Dominique Plante - A guessing game written with Struts like the one that comes with Tomcat's examples, includes sources, ANT build script and a Struts jar distribution</p>
  <p><a href="http://chiki.emaho.org/"><b>Chiki</b></a> by GhootEmaho - A Wiki-like webapp built using Struts and J2EE,  and runs on Tomcat.</p>
  <p><a href="http://husted.com/struts/resources/artimus.zip"><b>Artimus</b></a> by Ted  Husted - News poster application. Demonstrates using beans beans and a JDBC database with Struts, along with other niceties. WAR zipped for download. Uses Scaffold package. See WEB-INF/README.txt for setup.</p>
  <p><a href="http://husted.com/struts/resources/scaffold.zip"><b>Scaffold</b></a> by Ted Husted - Utility package of classes that can be used with various Web applications.</p>
  <p><a href="http://husted.com/struts/resources/polls-20011024.zip"><b>Struts Polls</b></a> by Ted Husted - Simple poll application. Demonstrates using a database with Struts.</p>
  <p><a href="http://www.raibledesigns.com/struts/"><b>Struts-example modified for iPlanet Application Server SP2</b></a> by Matt Raible.</p>
  <p><a href="http://www.newparticles.com/struts/"><b>The Struts Framework</b></a> by Steve Wilkinson - Excerpt from latest Wrox Professional JSP book.</p>
  <p><a href="http://mycart.cjb.net/"><b>myCart</b></a> - Example Shopping Cart application using Struts - joint project with several contributors.</p>
  <p><a href="http://www.oakgrovesoftware.com/~rbackhouse"><b>Sample hdml/wireless based struts application</b></a> by Richard Backhouse.</p>
  <p><a href="http://husted.com/struts/resources/struts-logon.zip"><b>Struts Login</b></a> (WAR file zipped for download) by Ted Husted - A minimalist Struts application demonstrating form validation and tracking users with a session attribute (WAR file).</p>
  <p><a href="http://husted.com/struts/resources/struts-simple.zip"><b>Struts-Simple</b></a> by Ted Husted - (WAR file zipped for download) A simple skeleton application outlining the files needs to input and re-display data. Now also demonstrates using &quot;wizards&quot; and &quot;nested&quot; beans.</p>
  <p><a href="http://gallery.bluestone.com/scripts/SaISAPI.dll/Gallery.class/demos/i18n/index.jsp"><b>Sonic Struts Storefront</b></a><b> -</b> The Sonic Struts Storefront sample application demonstrates how to assemble                            an internationalized e-business application using the Struts framework.</p>
  <p><a href="http://www.keyboardmonkey.com/StrutMonkey/MonkeyStruts_v2.jsp"><b>MonkeyStruts</b></a> by Arron Bates - Running example of nested hierarchy and the Nested Tags (click <a href="http://www.keyboardmonkey.com/downloads/files/examples/StrutMonkey.war">here</a> to download the war. Needs Struts runtime library etc).</p>
  <p><a href="http://www.keyboardmonkey.com/downloads/files/tutorials/next_two/nested-tutorial.war"><b>Nested Tutorial</b></a> by Arron Bates - War file result of the nested tutorial (requires Struts runtime files).</p>
  <p><a href="http://www.keyboardmonkey.com/downloads/files/tutorials/tree_two/monkey-tree.war"><b>Tree (dynamic nested fun)</b></a> by Arron Bates - War file result of the tree tutorial (requires Struts runtime files). I never thought I'd ever see, something as funky as a tree... </p>
  </section>
  
  </chapter></body></document>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>