husted 2002/11/06 14:49:09
Modified: doc/resources taglibs.xml project.xml extensions.xml
books.xml
Log:
Subdivide home page; create subdirectory for news.
Revision Changes Path
1.2 +3 -2 jakarta-struts/doc/resources/taglibs.xml
Index: taglibs.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/resources/taglibs.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- taglibs.xml 23 Jun 2002 15:08:10 -0000 1.1
+++ taglibs.xml 6 Nov 2002 22:49:09 -0000 1.2
@@ -6,8 +6,8 @@
<author>James Holmes</author>
<title>Resources - Contributor Taglibs - Jakarta Struts</title>
</properties>
-<body>
-<chapter name="Struts Resources" href="http://husted.com/struts/resources">
+<body>
+<chapter name="Struts Resources" href="http://husted.com/struts/resources">
<section name="Contributor Taglibs">
<p><a href="http://ultrawork.org/wtk/index.html"><b>Web Toolkit</b></a> - provides
a component-based approach to building markup-driven applications (not Struts
specific). Alternative to the Template and Tiles taglibs.</p>
@@ -15,6 +15,7 @@
<p><a href="http://www.mycgiserver.com/~eboudrant/#regexp"><font
size="2"><b>REGEXP.VALIDATOR.STRUTS</b></font></a> by Emmanuel Boudrant - A validation
component that works with Struts 1.0, to manage form validation on server-side and
client-side. </p>
<p><a
href="http://husted.com/struts/resources/struts-was.zip"><b>Struts-WAS.jar</b></a> by
Christopher Assenza - Modified Struts 1.0 JAR for Websphere 3.5 or 4. Zipped for
download. <font size="1"> (For additional tips regarding Websphere 3.5 see <a
href="http://jakarta.apache.org/struts/installation-was352-x.html">http://jakarta.apache.org/struts/installation-was352-x.html</a>.)</font></p>
<p><a href="http://struts.application-servers.com/"><b>Struts Layout</b></a> by
Improve - An extension library to improve interfaces creation with Struts.</p>
+<p><a href="http://sourceforge.net/projects/struts-menu/"><b>Struts Menu</b></a> by
Scott Sayles - Web menuing framework for JSP and Struts based applications. Menus can
be defined in an XML file and displayed through the use of JSP tags. Support for
dynamic javascript menus is included.</p>
<p><a href="http://husted.com/struts/resources/indexed-tags.htm"><b>Indexed
Tags</b></a> [Also available in the nightly build] by Dave Hays - Produce indexed
names such as <input type="text" name="parameter[0].value" value="Mac">. Link,
Submit, and Select tags are included too.</p>
<p><a href="http://husted.com/struts/resources/linkParam.htm"><b>LinkParam
Tag</b></a> by Eric Fesler - Multiple request parameter for the html:link tag.</p>
<p><a href="http://husted.com/struts/resources/logic-niallp.htm"><b>Struts
IF/THEN/ELSE and SWITCH tags</b></a> by Niall Pemberton.</p>
1.4 +6 -6 jakarta-struts/doc/resources/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/resources/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.xml 29 Jun 2002 23:58:52 -0000 1.3
+++ project.xml 6 Nov 2002 22:49:09 -0000 1.4
@@ -5,7 +5,7 @@
<title>Struts Framework</title>
- <menu name="Struts Resources">
+ <menu name="Struts Resources">
<item href="archives.html" name="Archives"/>
<item href="articles.html" name="Articles"/>
<item href="books.html" name="Books"/>
@@ -31,11 +31,11 @@
<item href="utilities.html" name="Other Utils"/>
</menu>
- <menu name="Welcome">
- <item name="Home" href="../index.html"/>
- <item name="News & Status" href="../news.html"/>
- <item name="Kickstart FAQ" href="../kickstart.html"/>
- <item name="Resources" href="../resources/index.html"/>
+ <menu name="Struts">
+ <item name="Welcome" href="../index.html"/>
+ <item name="Learning" href="../learning.html"/>
+ <item name="Acquiring" href="../acquiring.html"/>
+ <item name="Using" href="../using.html"/>
<item name="Who We Are" href="../volunteers.html"/>
</menu>
1.6 +0 -1 jakarta-struts/doc/resources/extensions.xml
Index: extensions.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/resources/extensions.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- extensions.xml 25 Oct 2002 12:31:52 -0000 1.5
+++ extensions.xml 6 Nov 2002 22:49:09 -0000 1.6
@@ -32,7 +32,6 @@
<p><a href="http://husted.com/struts/resources/mapper.htm"><b>Mapper
Framework</b></a> by Capco - The Mapper framework can be used for automating the
process of validating/converting/transferring data fields. <font size="2">(See README
to get started. Updated 18-JUL-2001.)</font></p>
<p><a href="http://www.sura.ru/~gonza/bean-factory/"><b>Bean factory</b></a> by
Oleg V Alexeev - Adds the ability to easily link data bean creation to any Struts
Action. All information about databeans and actions mappings stored in the standard
Struts configuraton file. </p>
<p><a href="http://www.livinglogic.de/Struts/"><b>Workflow Extension</b></a> by
Matthias Bauer - An extension to the core Struts framework which provides control flow
between actions.</p>
-<p><a href="http://husted.com/struts/resources/struts-menu.zip"><b>Struts
Menu</b></a> by Scott Sayles (ZIP file for download) - A Struts-compatible web menuing
component (early release - work in progress) - unzip to a "struts-menu"
folder, and see the README.</p>
<p><a href="http://home.earthlink.net/~dwinterfeldt/"><b>Struts Validator</b></a>
[Now bundled with Struts 1.1] by David Winterfeldt - Perform basic validations to
check if a field is required, matches a regular expression, and some basic type
checking. Different validation rules can be defined for different locales. The
framework has basic support for user defined constants which can be used in some field
attributes. The validation routines are modifiable in the validation.xml file so
custom validation routines can be created and added to the framework.</p>
</section>
1.10 +16 -13 jakarta-struts/doc/resources/books.xml
Index: books.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/resources/books.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- books.xml 25 Oct 2002 12:30:30 -0000 1.9
+++ books.xml 6 Nov 2002 22:49:09 -0000 1.10
@@ -11,28 +11,19 @@
<section name="Books">
<p>
-<a
href="http://www.amazon.com/exec/obidos/ISBN=0672324725/hitchhikeguidetoA/"><b>Struts
Kick Start</b></a> by James Turner and Kevin Bedell - Not yet published.
-</p>
-<p>
-<a
href="http://www.amazon.com/exec/obidos/ISBN=1558608621/hitchhikeguidetoA/"><b>The
Struts Framework: Practical Guide for Programmers</b></a> by Sue Spielman - Not yet
published.
-</p>
-<p>
-<a
href="http://www.amazon.com/exec/obidos/ISBN=0596003285/hitchhikeguidetoA/"><b>Programming
Jakarta Struts</b></a> by Chuck Cavaness - Not yet published. [<a
href="http://www.oreilly.com/catalog/jakarta/">beta chapter available</a>] [<a
href="http://www.theserverside.com/resources/strutsreview.jsp">Public review draft</a>]
-</p>
-<p>
-<a
href="http://www.amazon.com/exec/obidos/ISBN=1930110502/hitchhikeguidetoA/"><b>Struts
in Action</b></a> (formerly "Java Web Development with Struts") by Ted Husted, Cedric
Dumoulin, George Franciscus, and David Winterfeldt; Foreword by Craig R. McClanahan -
Not yet published. [<a href="http://www.manning.com/husted/">sample chapters
available</a>]
+<a href="http://www.manning.com/husted/"><b>Struts in Action</b></a> by Ted Husted,
Cedric Dumoulin, George Franciscus, and David Winterfeldt; Foreword by Craig R.
McClanahan. November 2002. [<a href="http://www.manning.com/husted/">sample chapters
available</a>] (formerly known as "Java Web Development with Struts")
</p>
<p>
<a
href="http://www.amazon.com/exec/obidos/ISBN=0471213020/hitchhikeguidetoA/"><b>Mastering
Jakarta Struts</b></a> by James Goodwill. August 2002. [<a
href="http://wiley.com/cda/product/0,,0471213020,00.html">excerpt available</a>]
</p>
<p>
-<a
href="http://www.amazon.com/exec/obidos/ISBN=0971661901/hitchhikeguidetoA/"><b>Struts
Fast Track: J2EE / JSP Framework</b></a> by Victor Cekvenich - Practical Application
with Database Access and Struts Extensions.
+<a
href="http://www.amazon.com/exec/obidos/ISBN=0735710953/hitchhikeguidetoA/"><b>JSP and
Tag Libraries for Web Development </b></a>- by Wellington L. S. Da Silva. January
2002. Several chapters regarding Struts.
</p>
<p>
-<a
href="http://www.amazon.com/exec/obidos/ISBN=1861005512/hitchhikeguidetoA/"><b>Professional
JSP Site Design</b></a> - Wrox book by Husted, Kunnumpurath, Lavandowska, Panduranga,
et al - Features Struts in chapters 2 (The Struts Framework), 6 (Navigation), 8 (Data
Access Patterns), 12 (Content Management), 13 (Searching), and 14 (Portals).
+<a
href="http://www.amazon.com/exec/obidos/ISBN=0971661901/hitchhikeguidetoA/"><b>Struts
Fast Track: J2EE / JSP Framework</b></a> by Victor Cekvenich - Practical Application
with Database Access and Struts Extensions. November 2001.
</p>
<p>
-<a
href="http://www.amazon.com/exec/obidos/ISBN=0735710953/hitchhikeguidetoA/"><b>JSP and
Tag Libraries for Web Development </b></a>- by Wellington L. S. Da Silva. Several
chapters regarding Struts.
+<a
href="http://www.amazon.com/exec/obidos/ISBN=1861005512/hitchhikeguidetoA/"><b>Professional
JSP Site Design</b></a> - Wrox book by Husted, Kunnumpurath, Lavandowska, Panduranga,
et al. November 2001. Features Struts in chapters 2 (The Struts Framework), 6
(Navigation), 8 (Data Access Patterns), 12 (Content Management), 13 (Searching), and
14 (Portals).
</p>
<p>
<a href="http://www.redbooks.ibm.com/redpieces/pdfs/sg246134.pdf"><b>Websphere
Version 4 Application Development Handbook</b></a> <font size="1">(PDF)</font> -
Chapter 7 covers designing with both the Struts and Websphere frameworks.
@@ -54,6 +45,18 @@
</p>
<p>
<a
href="http://www.amazon.com/exec/obidos/ISBN=0672323095/hitchhikeguidetoA/"><b>MySQL
and JSP Web Applications: Data-Driven Programming Using Tomcat and MySQL</b></a> by
James Turner - Includes a chapter on Tomcat and Struts.
+</p>
+</section>
+
+<section name="Coming Soon">
+<p>
+<a
href="http://www.amazon.com/exec/obidos/ISBN=0672324725/hitchhikeguidetoA/"><b>Struts
Kick Start</b></a> by James Turner and Kevin Bedell - Not yet published.
+</p>
+<p>
+<a
href="http://www.amazon.com/exec/obidos/ISBN=1558608621/hitchhikeguidetoA/"><b>The
Struts Framework: Practical Guide for Programmers</b></a> by Sue Spielman - Not yet
published.
+</p>
+<p>
+<a
href="http://www.amazon.com/exec/obidos/ISBN=0596003285/hitchhikeguidetoA/"><b>Programming
Jakarta Struts</b></a> by Chuck Cavaness - Not yet published. [<a
href="http://www.oreilly.com/catalog/jakarta/">beta chapter available</a>] [<a
href="http://www.theserverside.com/resources/strutsreview.jsp">Public review draft</a>]
</p>
</section>
--
To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>