You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by mr...@apache.org on 2003/10/18 04:45:53 UTC

cvs commit: jakarta-struts/doc/resources extensions.xml views.xml

mrdon       2003/10/17 19:45:53

  Modified:    doc      status.xml
               doc/resources extensions.xml views.xml
  Log:
  Updated links to several struts.sf.net projects
  
  Revision  Changes    Path
  1.46      +3 -3      jakarta-struts/doc/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/status.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- status.xml	15 Sep 2003 12:23:04 -0000	1.45
  +++ status.xml	18 Oct 2003 02:45:52 -0000	1.46
  @@ -171,8 +171,8 @@
                               <li><a href="http://strutstestcase.sourceforge.net/">TestCase</a></li>
                               <li><a href="http://stxx.sourceforge.net">Stxx</a> (XLST)</li>
                               <li><a href="http://www.livinglogic.de/Struts/">Workflow</a></li>
  -                            <li><a href="http://struts.sf.net">Cocoon Plugin</a></li>
  -                            <li><a href="http://struts.sf.net">Scriptable Actions using BSF</a> (Bean Scripting
  +                            <li><a href="http://struts.sf.net/struts-cocoon/">Cocoon Plugin</a></li>
  +                            <li><a href="http://struts.sf.net/struts-bsf/">Scriptable Actions using BSF</a> (Bean Scripting
                                   Framework)</li>
                           </ul>
                       </li>
  
  
  
  1.16      +1 -1      jakarta-struts/doc/resources/extensions.xml
  
  Index: extensions.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/extensions.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- extensions.xml	9 Sep 2003 17:49:20 -0000	1.15
  +++ extensions.xml	18 Oct 2003 02:45:52 -0000	1.16
  @@ -15,7 +15,7 @@
   <p><a href="http://struts.sf.net/strutsdoc/"><strong>StrutsDoc</strong></a> - A JavaDoc-type documentation tool for Struts and Struts-related configuration files</p>
   <p><a href="http://www.twdata.org/struts-wildcard/">Wildcard-Matched Actions</a> by Don Brown - Allows wildcards to be used in Struts 1.1+ action mappings.</p>
   <p><a href="http://alphaworks.ibm.com/tech/strutsscripting">Struts Action Scripting</a> by IBM AlphaWorks - a Struts plug-in that allows development of Struts actions using the power and simplicity of any favorite scripting language.</p>
  -<p><a href="http://struts.sf.net"><strong>Scriptable Actions</strong></a> by Don Brown - Allows Struts Actions to be written in the scripting language of one's choice rather than as Java classes. It uses the <a href="http://jakarta.apache.org/bsf">Beans Scripting Framework</a> to allow scripts to be written in any language BSF supports like Python (using <a href="http://www.jython.org/">Jython</a>), Ruby (using <a href="http://jruby.sourceforge.net/">JRuby</a>), JavaScript (using <a href="http://www.mozilla.org/rhino/">Rhino</a>), or <a href="http://www.beanshell.org">BeanShell</a>.</p>
  +<p><a href="http://struts.sf.net/struts-bsf/"><strong>Scriptable Actions</strong></a> by Don Brown - Allows Struts Actions to be written in the scripting language of one's choice rather than as Java classes. It uses the <a href="http://jakarta.apache.org/bsf">Beans Scripting Framework</a> to allow scripts to be written in any language BSF supports like Python (using <a href="http://www.jython.org/">Jython</a>), Ruby (using <a href="http://jruby.sourceforge.net/">JRuby</a>), JavaScript (using <a href="http://www.mozilla.org/rhino/">Rhino</a>), or <a href="http://www.beanshell.org">BeanShell</a>.</p>
   <p><a href="http://jcorporate.com/"><strong>Expresso 5.0.3</strong></a> by jCorporate - Expresso provides a foundation set of reusable, standards-based Java software components designed to shorten time-to-delivery of Web applications, and is integrated with the Struts framework. See also <a href="http://www.xenonsoft.demon.co.uk/products/java.html">Best Practice with Expresso Framework 4.0</a>.</p>
   <p><a href="http://sourceforge.net/projects/imagebuttonbean/"><strong>ImageButtonBeanManager</strong></a> by Ken Fitzpatrick. Combines the HTML Image Tag and the ImageButtonBean class in a manner analgous to the Struts HTML Submit Tag.</p>
   <p><a href="http://dynclass.sourceforge.net/"><strong>dynclass.sourceforge.net</strong></a> by John Raley. A Class-creation API with very simple but powerful Map-to-JavaBeans translation</p>
  
  
  
  1.10      +1 -1      jakarta-struts/doc/resources/views.xml
  
  Index: views.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/views.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- views.xml	9 Sep 2003 17:49:20 -0000	1.9
  +++ views.xml	18 Oct 2003 02:45:52 -0000	1.10
  @@ -12,7 +12,7 @@
   <p><a href=""><strong></strong></a> - </p>
   -->
   <section name="Presentation Systems">
  -<p><a href="http://struts.sf.net"><strong>Cocoon Plugin</strong></a> by Don Brown. Integrates <a href="http://cocoon.apache.org">Apache Cocoon</a> into the Struts 1.1+ framework.  Struts forwards can be passed to Cocoon to be rendered in Cocoon XML pipelines.  Works alongside traditional Struts forwards.</p>
  +<p><a href="http://struts.sf.net/struts-cocoon/"><strong>Cocoon Plugin</strong></a> by Don Brown. Integrates <a href="http://cocoon.apache.org">Apache Cocoon</a> into the Struts 1.1+ framework.  Struts forwards can be passed to Cocoon to be rendered in Cocoon XML pipelines.  Works alongside traditional Struts forwards.</p>
   <p><a href="http://jakarta.apache.org/velocity/tools/struts/"><strong>VelocityStruts</strong></a> by the <a href="http://jakarta.apache.org/velocity">Velocity</a> Team. The VelocityStruts sub-project of <a href="http://jakarta.apache.org/velocity/tools">Velocity Tools</a> integrates Velocity with Struts and enables the use of velocity templates interchangeably with JSP pages for the view layer.</p>
   <p><a href="http://freemarker.sourceforge.net/"><strong>FreeMarker 2.2.3</strong></a> - "template engine"; a generic tool to generate text output (anything from HTML or RTF to autogenerated source code) based on templates).</p>
   <p><a href="http://it.cappuccinonet.com/strutscx"><strong>StrutsCX: Struts with Castor XML and XSLT</strong></a> by Bernhard Woehrlin</p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org