Author: husted Date: Sun Jul 16 04:31:59 2006 New Revision: 422430 URL: http://svn.apache.org/viewvc?rev=422430&view=rev Log: STR-2910 Add welcome page for Struts Apps
Added: struts/struts1/trunk/apps/src/site/xdoc/ struts/struts1/trunk/apps/src/site/xdoc/index.xml Added: struts/struts1/trunk/apps/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/src/site/xdoc/index.xml?rev=422430&view=auto ============================================================================== --- struts/struts1/trunk/apps/src/site/xdoc/index.xml (added) +++ struts/struts1/trunk/apps/src/site/xdoc/index.xml Sun Jul 16 04:31:59 2006 @@ -0,0 +1,112 @@ +<?xml version="1.0"?> +<!-- +Copyright 1999-2005 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<!-- +// ======================================================================== 78 +--> +<document> + <properties> + <title>Struts Apps</title> + </properties> + + <body> + + <section name="Welcome to Struts Apps"> + <a name="welcome"/> + + <p> + Several example applications come bundled with the Struts + distribution, ready to deploy on your container. + In the case of Tomcat, you would copy the application's + WAR file from the <code>apps</code> distribution to + Tomcat's <code>webapps</code> folder. + </p> + + <table> + + <tr><th><a href="http://planetstruts.org/struts-blank/"> + Blank + </a></th><td> + Struts Blank is a template you can use to create your own + application. You can copy and rename the WAR, + deploy it to your server, and start adding your own code. + </td></tr> + + <tr><th><a href="http://planetstruts.org/struts-cookbook/"> + Cookbook + </a></th><td> + Struts Cookbook is a show-and-tell application that + demonstrates some common use cases. + The source code for each example can be viewed through the + application itself. + </td></tr> + + <tr><th><a href="http://planetstruts.org/struts-examples/"> + Examples + </a></th><td> + Struts Example is a modular application. + Modules include an "exercise" application to test and + demonstrate the Struts Taglibs, + a file uploading example, + a "validate" example that demonstrates and test + validation and localization features, + </td></tr> + + <tr><th><a href="http://planetstruts.org/struts-mailreader/"> + MailReader + </a></th><td> + Struts MailReader is a best-practices example of a typical + web application. + </td></tr> + + <tr><th><a href="http://planetstruts.org/struts-el-example/"> + El Example + </a></th><td> + Struts El Example demonstrates and tests the + <a href="../struts-el/index.html">Struts El tags</a> + using tests from the Exercise-Taglib application. + </td></tr> + + <tr><th><a href="http://planetstruts.org/struts-faces-example1/"> + Faces Example 1 + </a></th><td> + The Struts Faces Example 1 application is JSF-enabled rendition + of the classic Struts MailReader, + </td></tr> + + + <tr><th><a href="http://planetstruts.org/struts-faces-example2/"> + Faces Example 2 + </a></th><td> + Struts Faces Example 2 application is Tiles-enabled, + JSF-enabled rendition of the classic Struts MailReader. + </td></tr> + + + <tr><th><a href="http://planetstruts.org/struts-scripting-mailreader/"> + Scripting MailReader + </a></th><td> + Struts Scripting Mailreader is a scripting-enabled rendition of the + classic Struts MailReader. Here, Actions are written with scripts + rather than Java. + </td></tr> + + </table> + + + </section> + </body> +</document> +