mrdon       2003/08/11 16:51:03

  Modified:    doc/resources extensions.xml
  Log:
  Added Struts BSF project link and description
  
  Revision  Changes    Path
  1.11      +1 -0      jakarta-struts/doc/resources/extensions.xml
  
  Index: extensions.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/extensions.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- extensions.xml    15 Feb 2003 20:55:24 -0000      1.10
  +++ extensions.xml    11 Aug 2003 23:51:03 -0000      1.11
  @@ -38,6 +38,7 @@
   <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://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>
  +<p><a href="http://struts.sf.net";><b>Scriptable Actions</b></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>
   </section>
   
   </chapter></body></document>
  
  
  

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

Reply via email to