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/08/14 17:21:04 UTC

cvs commit: jakarta-struts/doc/resources models.xml index.xml extensions.xml books.xml

husted      2002/08/14 08:21:04

  Modified:    doc/resources index.xml extensions.xml books.xml
  Added:       doc/resources models.xml
  Log:
  Add section to release note for fixes to beta 2. Other routine updates.
  
  Revision  Changes    Path
  1.3       +3 -2      jakarta-struts/doc/resources/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	23 Jun 2002 17:40:36 -0000	1.2
  +++ index.xml	14 Aug 2002 15:21:04 -0000	1.3
  @@ -6,8 +6,8 @@
   <author>James Holmes</author>
   <title>Resources - 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="Resource Index">
  @@ -22,6 +22,7 @@
    </ul>
   
    <ul>
  +    <li><a href="models.html">Data Access Systems</a></li>
       <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>
  
  
  
  1.4       +3 -3      jakarta-struts/doc/resources/extensions.xml
  
  Index: extensions.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/extensions.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- extensions.xml	17 Jul 2002 23:09:48 -0000	1.3
  +++ extensions.xml	14 Aug 2002 15:21:04 -0000	1.4
  @@ -6,11 +6,11 @@
   <author>James Holmes</author>
   <title>Resources - Contributor Extensions - 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 Extensions">
  -<p><a href="http://www.asqdotcom.be/struts/"><b>Struts Action Plug-in Extension 1.0 (for Struts 1.1b)</b></a> by Gerrie Kimpen. Provides a clean and transparent way to plug-in common controller logic (such as authentication, workflow, etc.) for all Struts actions in an application</p>
  +<p><a href="http://www.asqdotcom.be/struts/"><b>Struts Action Plug-in Extension 1.0 (for Struts 1.1b)</b></a> by ASQ dot COM. Provides a clean and transparent way to plug-in common controller logic (such as authentication, workflow, etc.) for all Struts actions in an application</p>
   <p><a href="http://struts.ditlinger.com/"><b>SSL Ext</b></a> by eBuilt, Inc.<b> </b>- Switch between using the http &amp; https protocols on a page by page basis. See README.txt.</p>
   <p><a href="http://sourceforge.net/projects/htmltable/"><b>HTMLTable framework for Struts framework</b></a> by Yuriy Zubarev - Incorporate look and feel and behaviour (in terms of columns order) of tables in XML configuration file with capabilities of properties inheritance. </p>
   <p><a href="http://netmeme.org/simper/"><b>Simper</b></a>  by Bryan Field-Elliot - A simple persistence mechanism - wraps up table rows as &quot;Dynabeans&quot; (see <a href="http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-beanutils/">Jakarta Commons BeanUtils, nightly build</a>), automatically detects changes, and writes the changes back to the database upon completion of each web request; supports creating, deleting rows, querying; basic relations (1-1 and 1-m). </p>
  
  
  
  1.4       +3 -3      jakarta-struts/doc/resources/books.xml
  
  Index: books.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/books.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- books.xml	4 Jul 2002 19:32:14 -0000	1.3
  +++ books.xml	14 Aug 2002 15:21:04 -0000	1.4
  @@ -6,12 +6,12 @@
   <author>James Holmes</author>
   <title>Resources - Books - 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="Books">
   <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.theserverside.com/resources/strutsreview.jsp"><b>"The OReilly Struts Book"</b></a> by Chuck Cavaness - Partial draft online.</p>
  +<p><a href="http://www.theserverside.com/resources/strutsreview.jsp"><b>"The OReilly Struts Book"</b></a> by Chuck Cavaness - Public review draft online.</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>
   <p><a href="http://www.amazon.com/exec/obidos/ISBN=0471213020/hitchhikeguidetoA/"><b>Mastering Jakarta Struts</b></a> by James Goodwill - Not yet published.</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.</p>
  
  
  
  1.1                  jakarta-struts/doc/resources/models.xml
  
  Index: models.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <document url="./views.xml">
  <properties>
  <author>Mike Schachter</author>
  <author>Ted Husted</author>
  <author>James Holmes</author>
  <title>Resources - Data Access Systems - Jakarta Struts</title>
  </properties>
  <body>
  <chapter name="Struts Resources" href="http://husted.com/struts/resources">
  
  <section name="Persistance Layers">
  
    <p><a href="http://castor.exolab.org/">Castor</a></p>
    <p><a href="http://objectstyle.org/cayenne/">Cayenne Object-To-Relational Mapping Framework</a></p>
    <p><a href="http://databind.sourceforge.net/">DataBind</a></p>
    <p><a href="http://dbforms.org/">DbForms</a></p>
    <p><a href="http://java.sun.com/products/ejb/index.html">Enterprise Java Beans</a></p>
    <p><a href="http://hibernate.sourceforge.net/">Hibernate</a></p>
    <p><a href="http://www.softwaretree.com/products/jdx/Jdx1.htm">JDX - J-Database Exchange</a></p>
    <p><a href="http://www.objectweb.org/jorm/index.html">JORM - Homepage</a></p>
    <p><a href="http://jrf.sourceforge.net/">jRelationalFramework</a></p>
    <p><a href="http://jakarta.apache.org/ojb">Object Relational Bridge</a></p>
    <p><a href="http://osage.sourceforge.net/">Osage - Persistence Plus XML</a></p>
    <p><a href="http://player.sourceforge.net/">Persistence layer</a></p>
    <p><a href="http://sourceforge.net/projects/simper">Simper</a></p>
    <p><a href="http://jakarta.apache.org/turbine/torque/index.html">Torque / Peers</a></p>
    <p><a href="http://www.working-dogs.com/index.php?SCREEN=village">Village</a></p>
  
  </section>
  
  <section name="Pure Java Database Engines">
  
    <p><i>Most any database system will work with a Struts application through
    <a href="http://java.sun.com/products/jdbc/index.html">JDBC</a>. This is a listing of
    some <b>pure Java</b> database systems that can be easily bundled with an application.</i>
    See the <a href="http://dmoz.org/">Open Directory</a> for an exhaustive list of
    <a href="http://dmoz.org/Computers/Software/Databases/">database systems</a>.</p>
  
    <p><a href="http://sourceforge.net/projects/hsqldb/">HyperSonic SQL</a></p>
    <p><a href="http://www.lutris.com/products/projects/instantDB/">instantDB</a></p>
    <p><a href="http://www.mckoi.com/database/">Mckoi</a></p>
    <p><a href="http://www.ozone-db.org/">Ozone</a></p>
  
  </section>
  
  <section name="More about the model">
  
  <p>Scott Ambler's classic whitepapers:</p>
  <ul>
    <li><a href="http://www.ambysoft.com/mappingObjects.pdf">Mapping Objects to Relational Databases</a></li>
    <li><a href="http://www.ambysoft.com/persistenceLayer.pdf">The Design of a Robust Persistence Layer For Relational Databases</a></li>
  </ul>
  
  </section>
  
  
  </chapter></body></document>
  
  
  

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