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

2003-08-14 Thread David Graham
I'm assuming this commit was prompted by a corresponding enhancement
ticket.  If so, it would be helpful if you included the ticket number in
the commit message so we can reference it later for more info if needed. 
I think the typical notation is PR# .

David

--- [EMAIL PROTECTED] wrote:
> mrdon   2003/08/11 16:51:03
> 
>   Modified:doc/resources extensions.xml
>   Log:
>   Added Struts BSF project link and description
>   
>   Revision  ChangesPath
>   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 -  1.10
>   +++ extensions.xml  11 Aug 2003 23:51:03 -  1.11
>   @@ -38,6 +38,7 @@
>http://husted.com/struts/resources/mapper.htm";>Mapper
> Framework by Capco - The Mapper framework can be used for
> automating the process of validating/converting/transferring data
> fields. (See README to get started. Updated
> 18-JUL-2001.)
>http://www.sura.ru/~gonza/bean-factory/";>Bean
> factory 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. 
>http://home.earthlink.net/~dwinterfeldt/";>Struts
> Validator [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.
>   +http://struts.sf.net";>Scriptable Actions 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  href="http://jakarta.apache.org/bsf";>Beans Scripting Framework to
> allow scripts to be written in any language BSF supports like Python
> (using http://www.jython.org/";>Jython), Ruby (using  href="http://jruby.sourceforge.net/";>JRuby), JavaScript (using  href="http://www.mozilla.org/rhino/";>Rhino), or  href="http://www.beanshell.org";>BeanShell.
>
>
>
>   
>   
>   
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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



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

2003-08-14 Thread Robert Leland
Martin Cooper wrote:

On Mon, 11 Aug 2003, David Graham wrote:

 

I'm assuming this commit was prompted by a corresponding enhancement
ticket.  If so, it would be helpful if you included the ticket number in
the commit message so we can reference it later for more info if needed.
I think the typical notation is PR# .
   

As long as you commit from the top level, you'll pick up the CVS template,
which provides the spaces for you to enter bug number and submitter.
--
Martin Cooper
Sounds like I should also use the command line version of CVS, to make 
life easier.

--
Robert Leland   [EMAIL PROTECTED]
--
Java, J2EE, Struts, Web Application Development
804 N. Kenmore Street   +01-703-525-3580
Arlington VA 22201


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

2003-08-14 Thread Don Brown
I wasn't sure since I submitted the request myself, but I will be sure to
do so in the future.

Don

On Mon, 11 Aug 2003, David Graham wrote:

> I'm assuming this commit was prompted by a corresponding enhancement
> ticket.  If so, it would be helpful if you included the ticket number in
> the commit message so we can reference it later for more info if needed.
> I think the typical notation is PR# .
>
> David
>
> --- [EMAIL PROTECTED] wrote:
> > mrdon   2003/08/11 16:51:03
> >
> >   Modified:doc/resources extensions.xml
> >   Log:
> >   Added Struts BSF project link and description
> >
> >   Revision  ChangesPath
> >   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.xml15 Feb 2003 20:55:24 -  1.10
> >   +++ extensions.xml11 Aug 2003 23:51:03 -  1.11
> >   @@ -38,6 +38,7 @@
> >http://husted.com/struts/resources/mapper.htm";>Mapper
> > Framework by Capco - The Mapper framework can be used for
> > automating the process of validating/converting/transferring data
> > fields. (See README to get started. Updated
> > 18-JUL-2001.)
> >http://www.sura.ru/~gonza/bean-factory/";>Bean
> > factory 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. 
> >http://home.earthlink.net/~dwinterfeldt/";>Struts
> > Validator [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.
> >   +http://struts.sf.net";>Scriptable Actions 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  > href="http://jakarta.apache.org/bsf";>Beans Scripting Framework to
> > allow scripts to be written in any language BSF supports like Python
> > (using http://www.jython.org/";>Jython), Ruby (using  > href="http://jruby.sourceforge.net/";>JRuby), JavaScript (using  > href="http://www.mozilla.org/rhino/";>Rhino), or  > href="http://www.beanshell.org";>BeanShell.
> >
> >
> >
> >
> >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> __
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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



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

2003-08-14 Thread Martin Cooper
On Mon, 11 Aug 2003, David Graham wrote:

> I'm assuming this commit was prompted by a corresponding enhancement
> ticket.  If so, it would be helpful if you included the ticket number in
> the commit message so we can reference it later for more info if needed.
> I think the typical notation is PR# .

As long as you commit from the top level, you'll pick up the CVS template,
which provides the spaces for you to enter bug number and submitter.

--
Martin Cooper


>
> David
>
> --- [EMAIL PROTECTED] wrote:
> > mrdon   2003/08/11 16:51:03
> >
> >   Modified:doc/resources extensions.xml
> >   Log:
> >   Added Struts BSF project link and description
> >
> >   Revision  ChangesPath
> >   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.xml15 Feb 2003 20:55:24 -  1.10
> >   +++ extensions.xml11 Aug 2003 23:51:03 -  1.11
> >   @@ -38,6 +38,7 @@
> >http://husted.com/struts/resources/mapper.htm";>Mapper
> > Framework by Capco - The Mapper framework can be used for
> > automating the process of validating/converting/transferring data
> > fields. (See README to get started. Updated
> > 18-JUL-2001.)
> >http://www.sura.ru/~gonza/bean-factory/";>Bean
> > factory 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. 
> >http://home.earthlink.net/~dwinterfeldt/";>Struts
> > Validator [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.
> >   +http://struts.sf.net";>Scriptable Actions 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  > href="http://jakarta.apache.org/bsf";>Beans Scripting Framework to
> > allow scripts to be written in any language BSF supports like Python
> > (using http://www.jython.org/";>Jython), Ruby (using  > href="http://jruby.sourceforge.net/";>JRuby), JavaScript (using  > href="http://www.mozilla.org/rhino/";>Rhino), or  > href="http://www.beanshell.org";>BeanShell.
> >
> >
> >
> >
> >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> __
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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



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

2003-08-14 Thread Robert Leland
David Graham wrote:

I'm assuming this commit was prompted by a corresponding enhancement
ticket.  If so, it would be helpful if you included the ticket number in
the commit message so we can reference it later for more info if needed. 
I think the typical notation is PR# .

I know using Bug # causes Buzilla to create a hyper link to the report.

--
Robert Leland   [EMAIL PROTECTED]
--
Java, J2EE, Struts, Web Application Development
804 N. Kenmore Street   +01-703-525-3580
Arlington VA 22201


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