husted      2002/11/29 13:17:39

  Modified:    doc/resources project.xml guis.xml books.xml
  Added:       doc/resources tools.xml
  Log:
  Move guis to "tools". Add images for books.
  
  Revision  Changes    Path
  1.7       +4 -4      jakarta-struts/doc/resources/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml       29 Nov 2002 20:04:32 -0000      1.6
  +++ project.xml       29 Nov 2002 21:17:39 -0000      1.7
  @@ -6,19 +6,19 @@
       <title>Struts Framework</title>
   
       <menu name="Struts Resources">
  -        <item href="archives.html" name="Archives"/>
  -        <item href="articles.html" name="Articles"/>
  -        <item href="books.html" name="Books"/>
  +        <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="tools.html" name="Tools (IDEs)"/>
           <item href="tutorials.html" name="Tutorials"/>
           <item href="views.html" name="Views"/>
       </menu>
  
  
  
  1.10      +6 -22     jakarta-struts/doc/resources/guis.xml
  
  Index: guis.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/guis.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- guis.xml  29 Nov 2002 20:04:32 -0000      1.9
  +++ guis.xml  29 Nov 2002 21:17:39 -0000      1.10
  @@ -1,31 +1,15 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <document url="./guis.xml">
   <properties>
  -<author>Mike Schachter</author>
  -<author>Ted Husted</author>
  -<author>James Holmes</author>
  -<title>Resources - Code Generators and GUIs - Jakarta Struts</title>
  +<title>Ooops - Jakarta Struts</title>
   </properties>
   <body> 
   <chapter name="Struts Resources" href="http://husted.com/struts/resources";> 
  -
  +     
   <section name="Code Generators and GUIs">
  -<p><a 
href="http://www.objectventure.com/products/objectassembler.html";><b>ObjectAssembler 
2.5 Pro</b></a> by ObjectVentur - supports the development of Struts applications, a 
popular open source web application framework that is part of Apache's Jakarta 
Project. The same visual development and code synchronization available with J2EE 
components are available for Struts components.</p>
  -<p><a href="http://easystruts.sourceforge.net/";><b>Easy Struts</b></a> by Emmanuel 
Boudrant - The aim of this project is to provide a bunch of development tools, for 
Eclipse v2.0 and Borland JBuilder 5-7, in order to facilitate the development of a 
Struts application. A GUI editor for struts-config.xml files is available in Eclipse 
2.0 plugin.</p>
  -<p><a href="http://www.jamesholmes.com/struts/";><b>Struts Console 3.0</b></a> by 
James Holmes. The Struts Console is a standalone Java Swing application for managing 
Struts-based applications, including plugin support for Sun Forte for Java, NetBeans, 
Borland JBuilder, and Oracle JDeveloper 9i. </p>
  -<p><a href="http://www.synthis.com/products/adalon/overview.jsp";><b>Adalon</b></a> 
- Adalon is a next generation functional design tool that fills the gaps left by 
today's market leading software design products. </p>
  -<p><a href="http://www.solanasoft.com";><b>JForms:</b></a> a visual tool for 
Struts-based Web forms.</p>
  -<p><a href="http://www.javanovic.com";><b>Karapan Sapi:</b></a> open source 
generator software for the Struts framework.</p>
  -<p><a href="http://www.scioworks.com/scioworks_camino.html";><b>Scioworks 
Camino</b></a> by Scioworks Pte Ltd. - A visual tool for Struts. </p>
  -<p><a href="http://rivernorth.sourceforge.net";><b>Struts Builder</b></a> by 
RiverNorth - an Opensource tool (GPL license) originally developed for internal use to 
aid in development of Struts-based web applications (1.1 style).</p>
  -<p><a href="http://husted.com/struts/resources/codemaker.htm";><b>Struts 
CodeMaker</b></a> by Ravindran Ramaiah - Generate Struts application by reading 
configuration file or JSP files. Updated 2001-08-21.</p>
  -<p><a href="http://husted.com/struts/resources/StrutsGen.htm";><b>Struts Gen</b></a> 
by Cyberzombie - A rudimentary wrapper tool for value objects.</p>
  -<p><a href="http://home.earthlink.net/~dwinterfeldt/generator/";><b>Struts 
Generator</b></a> by David Winterfeldt - Based on the generator.xml and a table/query 
an xml file is generated.  Based on the generated xml file a primary key class, data 
bean class, jdbc class, and an ActionForm (Struts) can be generated.</p>
  -<p><a href="http://www.alien-factory.co.uk/struts/struts-index.html";><b>Struts 
GUI</b></a> by Alien-Factory - Alien-Factory's Struts GUI for Microsoft Visio is 
essentially a Visio Stencil with Visual Basic Macros.</p>
  -<p><a href="http://xsltgenerator.sourceforge.net/";><b>Struts XSLT Code 
Generator</b></a> by Shengmeng Liu - An XSLT based code generator for Struts, 
completely based on the XSLT transformation and a set of stylesheet files. Ideally, 
users can customize the stylesheet for each type of Struts files  to have templates of 
their own without having to access the source code and recompile it.</p>
  -<p><a href="http://husted.com/struts/resources/tldtovlm.zip";><b>TLD to VLM</b></a> 
by Mario Busche - Simple Java program to convert standard TLD's to the VLM format used 
by Homesite, CF Studio, and JRun Studio.</p>
  -<p><a 
href="http://jakarta.apache.org/taglibs/doc/ultradev4-doc/intro.html";><b>UltraDev 4.0 
Custom Tag Library Extension</b></a> - Hosted by Jakarta Taglibs.</p>
  -<p><a href="http://www.objectwave.com/html/tools/tool1_3.htm";><b>X2J</b></a>  by 
Objectwave - A code generation tool for building Struts applications. It includes 
wizard for easily creating JSPs, and the required Action and ActionForm classes as 
well as graphical tools for updating the config file. </p>
  +<p>
  +This section is now covered by <a href="tools.html">Tools</a>. 
  +</p> 
   </section>
  -
  +     
   </chapter></body></document>
  
  
  
  1.13      +59 -14    jakarta-struts/doc/resources/books.xml
  
  Index: books.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/books.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- books.xml 29 Nov 2002 20:04:32 -0000      1.12
  +++ books.xml 29 Nov 2002 21:17:39 -0000      1.13
  @@ -9,24 +9,69 @@
   <body>
   <chapter name="Struts Resources" href="http://husted.com/struts/resources";>
   
  -<section name="Books">
  +<section name="Books about Struts">
  +<table>
  +
  +<tr>
  +<td>
  +<a href="http://www.amazon.com/exec/obidos/ISBN=0596003285/hitchhikeguidetoA/";>
  +<img border="0" src="../images/books/0596003285.jpg" width="49" height="60" 
align="left"/>
  +</a>
  +</td>
  +<td>
  +<a 
href="http://www.amazon.com/exec/obidos/ISBN=0596003285/hitchhikeguidetoA/";><b>Programming
 Jakarta Struts</b></a> 
  +by Chuck Cavaness. November 2002. [<a 
href="http://www.oreilly.com/catalog/jakarta/";>beta chapter available</a>]
  +</td>
  +</tr>
  +
  +<tr>
  +<td>
  +<a href="http://www.amazon.com/exec/obidos/ISBN=1558608621/hitchhikeguidetoA/";>
  +<img border="0" src="../images/books/1558608621.jpg" width="49" height="60" 
align="left"/>
  +</a>
  +</td>
  +<td>
  +<a href="http://www.amazon.com/exec/obidos/ISBN=1558608621/hitchhikeguidetoA/";>
  +<b>The Struts Framework: Practical Guide for Programmers</b></a> 
  +by Sue Spielman. November 2002.
  +</td>
  +</tr>
  +
  +<tr>
  +<td>
  +<a href="http://books.manning.com/husted/";>
  +<img border="0" src="../images/books/1930110502.jpg" width="49" height="60" 
align="left"/>
  +</a>
  +</td>
  +<td>
  +<a href="http://books.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")
  +</td>
  +</tr>
  +
  +<tr>
  +<td>
  +<a href="http://www.amazon.com/exec/obidos/ISBN=0471213020/hitchhikeguidetoA/";>
  +<img border="0" src="../images/books/0471213020.jpg" width="49" height="60" 
align="left"/>
  +</a>
  +</td>
  +<td>
  +<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>]
  +</td>
  +</tr>
  +</table>
  +
   <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.softpro.com/1-55860-862-1.html";><b>The Struts Framework: 
Practical Guide for Programmers</b></a> by Sue Spielman. November 2002.
  -</p>
  -<p>
  -<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>]
  +<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>
  +</section>
  +
  +<section name="Books with Struts coverage">
   <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. January 
2002. Several chapters regarding Struts.
  -</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. November 2001.
   </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. November 2001. Features Struts in chapters 2 (The Struts Framework), 6 
(Navigation), 8 (Data Access Patterns), 12 (Content Management), 13 (Searching), and 
14 (Portals).
  
  
  
  1.1                  jakarta-struts/doc/resources/tools.xml
  
  Index: tools.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <document url="./guis.xml">
  <properties>
  <author>Mike Schachter</author>
  <author>Ted Husted</author>
  <author>James Holmes</author>
  <title>Resources - Tools: IDEs, GUIs, and Code Generators - Jakarta Struts</title>
  </properties>
  <body> 
  <chapter name="Struts Resources" href="http://husted.com/struts/resources";> 
  
  <section name="Integrated Development Environments">
  <p><a href="http://www.synthis.com/products/adalon/overview.jsp";><b>Adalon</b></a> - 
Adalon is a next generation functional design tool that fills the gaps left by today's 
market leading software design products. </p>
  </section>
  
  <section name="IDE Plugins (Eclipse)">
  <p><a href="http://www.strecl.com/";>STRECL</a> - A set of tools offering easier 
utilization of Struts framework, two-way editing of XML files, code generation using 
wizards (JDBC DAO), JSP editor and many other functions. Oct 16: JSP editor (beta 
version) is released.</p>
  <p><a href="http://www.improve-technologies.com/alpha/struts-config-editor/";>Improve 
Struts Configuration File Editor</a> - struts-config graphical view</p>
  <p><a href="http://easystruts.sourceforge.net/";><b>Easy Struts</b></a> by Emmanuel 
Boudrant - The aim of this project is to provide a bunch of development tools, for 
Eclipse v2.0 and Borland JBuilder 5-7, in order to facilitate the development of a 
Struts application. A GUI editor for struts-config.xml files is available in Eclipse 
2.0 plugin.</p>
  <p><a href="http://www.jamesholmes.com/struts/";><b>Struts Console 3.0</b></a> by 
James Holmes. The Struts Console is a standalone Java Swing application for managing 
Struts-based applications, including plugin support for Sun Forte for Java, NetBeans, 
Borland JBuilder, and Oracle JDeveloper 9i. </p>
  <p><a href="http://sourceforge.net/projects/tinman";>Tinman Project:</a> Essential 
Java Documentation</p>
  <p><a href="http://www.sysdeo.com/eclipse/tomcatPlugin.html";>Tomcat Launcher 
Plugin</a> by Sysdeo</p> 
  <p><a href="http://eclipse-plugins.2y.net/eclipse/";>More plugins for Eclipse 
...</a></p>
  </section>
  
  <section name="IDE Plugins (other)">
  <p><a href="http://www.jamesholmes.com/struts/";><b>Struts Console 3.0</b></a> by 
James Holmes. The Struts Console is a standalone Java Swing application for managing 
Struts-based applications, including plugin support for Sun Forte for Java, NetBeans, 
Borland JBuilder, and Oracle JDeveloper 9i. </p>
  <p><a 
href="http://jakarta.apache.org/taglibs/doc/ultradev4-doc/intro.html";><b>UltraDev 4.0 
Custom Tag Library Extension</b></a> - Hosted by Jakarta Taglibs.</p>
  </section>
  
  <section name="Visual Tools (GUIs)">
  <p><a 
href="http://www.objectventure.com/products/objectassembler.html";><b>ObjectAssembler 
2.5 Pro</b></a> by ObjectVentur - supports the development of Struts applications, a 
popular open source web application framework that is part of Apache's Jakarta 
Project. The same visual development and code synchronization available with J2EE 
components are available for Struts components.</p>
  <p><a href="http://www.jamesholmes.com/struts/";><b>Struts Console 3.0</b></a> by 
James Holmes. The Struts Console is a standalone Java Swing application for managing 
Struts-based applications, including plugin support for Sun Forte for Java, NetBeans, 
Borland JBuilder, and Oracle JDeveloper 9i. </p>
  <p><a href="http://www.solanasoft.com";><b>JForms:</b></a> a visual tool for 
Struts-based Web forms.</p>
  <p><a href="http://www.scioworks.com/scioworks_camino.html";><b>Scioworks 
Camino</b></a> by Scioworks Pte Ltd. - A visual tool for Struts. </p>
  <p><a href="http://rivernorth.sourceforge.net";><b>Struts Builder</b></a> by 
RiverNorth - an Opensource tool (GPL license) originally developed for internal use to 
aid in development of Struts-based web applications (1.1 style).</p>
  <p><a href="http://www.alien-factory.co.uk/struts/struts-index.html";><b>Struts 
GUI</b></a> by Alien-Factory - Alien-Factory's Struts GUI for Microsoft Visio is 
essentially a Visio Stencil with Visual Basic Macros.</p>
  </section>
        
  <section name="Code Generators">
  <p><a href="http://www.javanovic.com";><b>Karapan Sapi:</b></a> open source generator 
software for the Struts framework.</p>
  <p><a href="http://husted.com/struts/resources/codemaker.htm";><b>Struts 
CodeMaker</b></a> by Ravindran Ramaiah - Generate Struts application by reading 
configuration file or JSP files. Updated 2001-08-21.</p>
  <p><a href="http://husted.com/struts/resources/StrutsGen.htm";><b>Struts Gen</b></a> 
by Cyberzombie - A rudimentary wrapper tool for value objects.</p>
  <p><a href="http://home.earthlink.net/~dwinterfeldt/generator/";><b>Struts 
Generator</b></a> by David Winterfeldt - Based on the generator.xml and a table/query 
an xml file is generated.  Based on the generated xml file a primary key class, data 
bean class, jdbc class, and an ActionForm (Struts) can be generated.</p>
  <p><a href="http://xsltgenerator.sourceforge.net/";><b>Struts XSLT Code 
Generator</b></a> by Shengmeng Liu - An XSLT based code generator for Struts, 
completely based on the XSLT transformation and a set of stylesheet files. Ideally, 
users can customize the stylesheet for each type of Struts files  to have templates of 
their own without having to access the source code and recompile it.</p>
  <p><a href="http://husted.com/struts/resources/tldtovlm.zip";><b>TLD to VLM</b></a> 
by Mario Busche - Simple Java program to convert standard TLD's to the VLM format used 
by Homesite, CF Studio, and JRun Studio.</p>
  <p><a href="http://www.objectwave.com/html/tools/tool1_3.htm";><b>X2J</b></a>  by 
Objectwave - A code generation tool for building Struts applications. It includes 
wizard for easily creating JSPs, and the required Action and ActionForm classes as 
well as graphical tools for updating the config file. </p>
  </section>
  
  </chapter></body></document>
  
  
  

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

Reply via email to