You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by Apache Wiki <wi...@apache.org> on 2005/10/20 02:46:07 UTC

[Jakarta-velocity Wiki] Update of "VelocityTools" by NathanBubna

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-velocity Wiki" for change notification.

The following page has been changed by NathanBubna:
http://wiki.apache.org/jakarta-velocity/VelocityTools

The comment on the change is:
add links to log stuff waiting on Tools 1.2 and Velocity 1.5, and do some reorg

------------------------------------------------------------------------------
  
  ==== Contributed Code and Examples ====
  
-  * VelocityValidationToolHack for Struts 1.0 -- A quick hack to enable client-side javascript validation, not Struts 1.1 compatible. 
+  * PublicFieldUberspect -- Uberspect implementation that exposes public fields.
+  * [http://velosurf.sourceforge.net/ Velosurf] -- A database mapping tool for Velocity.
+  * ServletLogChute -- A replacement for the ServletLogger that works with the upcoming Velocity 1.5 logging improvements.
+  * CommonsLogLogChute -- A replacement for CommonsLogLogSystem that works with the upcoming Velocity 1.5 logging improvements.
+  * LogChuteCommonsLog -- A replacement for LogSystemCommonsLog that works with the upcoming Velocity 1.5 logging improvements.
   * [http://www.mail-archive.com/struts-user@jakarta.apache.org/msg63487.html Tips for Tiles]
   * NullTool -- A generic Tool that works with null.
   * ViewNullTool -- A ViewTool that works with null.
-  * ArrayTool -- A generic Tool that works with arrays.  Now, use the ListTool that also works transparently with lists.
-  * EscapeTool -- A generic Tool that works with escaping.  Depends on commons-lang 2.0.
-  * PublicFieldUberspect -- Uberspect implementation that exposes public fields.
-  * MonostateVelocityEngine -- A nasty VelocityEngine for people who want to be polymorphic with the Singleton model.  See [http://issues.apache.org/bugzilla/show_bug.cgi?id=21258 Bug 21258].
   * IfNullDirective -- A directive (#ifnull) that renders contents if the given value is null.
   * IfNotNullDirective -- A directive (#ifnotnull) that renders contents if the given value is not null.
+  * MonostateVelocityEngine -- A nasty VelocityEngine for people who want to be polymorphic with the Singleton model.  See [http://issues.apache.org/bugzilla/show_bug.cgi?id=21258 Bug 21258].
+ 
+ ==== Old Contributed Code (for use with old versions of VelocityTools) ====
+ 
+  * VelocityValidationToolHack for Struts 1.0 -- A quick hack to enable client-side javascript validation, not Struts 1.1 compatible. 
+  * ArrayTool -- A generic Tool that works with arrays.  Now, use the ListTool that also works transparently with lists.
   * BrowserSniffer -- A browser sniffer tool. Depends on jdk 1.4 for regexps.
-  * [http://velosurf.sourceforge.net/ Velosurf] -- A database mapping tool for Velocity.
+  * EscapeTool -- A generic Tool that works with escaping.  Depends on commons-lang 2.0.
  
  ==== Macro Library ====
  The mailing list often has questions/suggestions for for common macros. We're just getting started on this endeavor, so please share with us any ideas you have.

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