martinc 2002/10/08 23:25:29 Modified: doc/resources books.xml guis.xml powered.xml Log: Various updates to external resources. PR: 12323, 12729, 13086, 13268 Submitted by: Thierry Tremblay, Azrul Azwar, James Turner, Matt Raible Revision Changes Path 1.7 +1 -0 jakarta-struts/doc/resources/books.xml Index: books.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/resources/books.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- books.xml 30 Aug 2002 22:50:00 -0000 1.6 +++ books.xml 9 Oct 2002 06:25:29 -0000 1.7 @@ -10,6 +10,7 @@ <chapter name="Struts Resources" href="http://husted.com/struts/resources"> <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.theserverside.com/resources/strutsreview.jsp">Public review draft online</a>.</p> <p><a href="http://www.amazon.com/exec/obidos/ISBN=1930110502/hitchhikeguidetoA/"><b>Java Web Development with Struts</b></a> by Ted Husted, Cedric Dumoulin, George Franciscus, and David Winterfeldt; Foreword by Craig R. McClanahan - Not yet published.</p> 1.6 +7 -6 jakarta-struts/doc/resources/guis.xml Index: guis.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/resources/guis.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- guis.xml 29 Aug 2002 13:22:27 -0000 1.5 +++ guis.xml 9 Oct 2002 06:25:29 -0000 1.6 @@ -10,21 +10,22 @@ <chapter name="Struts Resources" href="http://husted.com/struts/resources"> <section name="Code Generators and GUIs"> -<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://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.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://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 Eclispe 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.solanasoft.com"><b>JForms:</b></a> a visual tool for Struts-based Web forms.</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://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://www.javanovic.com"><b>Karapan Sapi:</b></a> open source generator software for the Struts framework.</p> <p><a href="http://www.objectventure.com/products/objectassembler.html"><b>ObjectAssembler</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.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><a href="http://www.jamesholmes.com/struts/"><b>Struts Console</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.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://www.jamesholmes.com/struts/"><b>Struts Console</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://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> </section> </chapter></body></document> 1.6 +2 -0 jakarta-struts/doc/resources/powered.xml Index: powered.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/resources/powered.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- powered.xml 9 Aug 2002 06:42:33 -0000 1.5 +++ powered.xml 9 Oct 2002 06:25:29 -0000 1.6 @@ -17,6 +17,7 @@ <!-- MISSING CREDIT 6/25/02 --><p><a href="http://www.application-servers.com/"><b>Application-Servers.com</b></a> - French site.</p> <p><a href="http://amalregistry.webhop.org/"><b>Alaskan Malamute Registry</b></a></p> <p><a href="http://www.basebeans.com/"><b>baseBeans Engineering</b></a></p> +<p><a href="http://www.bug-track.com/"><b>Bug-Track.com</b></a></p> <!-- HTTP [500] 6/25/02 --><p><a href="http://www.clickstarttutoring.com/index.jsp"><b>Clickstart Tutoring</b></a> - One on one in home tutoring.</p> <!-- MISSING CREDIT 6/25/02 --><p><a href="http://dbforms.org/"><b>dbForms</b></a> - RAD framework for database applications.</p> <!-- MISSING CREDIT 6/25/02 --><p><a href="http://www.e-involve.com"><b>E-Involve</b></a></p> @@ -37,6 +38,7 @@ <p><a href="http://www.raibledesigns.com/"><b>Raible Designs</b></a></p> <!-- MISSING CREDIT 6/25/02 --><p><a href="http://www.readymindsjobs.com"><b>ReadyMinds Jobs</b></a> - Online job posting and placement system using Struts and Tiles on JBoss and Tomcat.</p> <!-- MISSING CREDIT 6/25/02 --><p><a href="http://www.reviewalert.com"><b>Review Alert</b></a> - Free service that allows you to be notified when new reviews are posted on Amazon.com for dvds, music cds, books on any topic.</p> +<p><a href="http://www.rollerweblogger.org/"><b>Roller Website</b></a></p> <p><a href="http://www.ipayment.co.za"><b>South African Revenue Services</b></a> - Directive and certificate service.</p> <p><a href="http://www.citlocate.com/cit-framework/citExampleWelcome.jsp"><b>SpatialFX</b></a></p> <p><a href="http://www.redgalleon.com/"><b>Red Galleon</b></a> - Offer aggregator.</p>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>