Documentation regarding Custom Utility Class for Velocity

2013-08-08 Thread O. Olson
Hi,     I am wondering if there is any documentation on writing your own Utility Class or Custom Tool to add to Velocity. The only place I found some help is http://www.sergiy.ca/how-to-create-custom-tools-for-apache-velocity/  (There is something regarding Custom Tools at

Re: Documentation regarding Custom Utility Class for Velocity

2013-08-08 Thread Sergiu Dumitriu
It depends on what you mean by velocity tools. As the description on http://velocity.apache.org/tools/releases/2.0/ says, a tool is just a Plain Old Java Object, so any Java object can act as a tool. Officially, a tool is something that can be automatically placed in the context when you have a

Re: Documentation regarding Custom Utility Class for Velocity

2013-08-08 Thread O. Olson
12:10 Oggetto: Re: Documentation regarding Custom Utility Class for Velocity It depends on what you mean by velocity tools. As the description on http://velocity.apache.org/tools/releases/2.0/ says, a tool is just a Plain Old Java Object, so any Java object can act as a tool. Officially, a tool

Re: Documentation regarding Custom Utility Class for Velocity

2013-08-08 Thread O. Olson
- Da: O. Olson olson_...@yahoo.it A: Velocity Users List user@velocity.apache.org Cc: Inviato: Giovedì 8 Agosto 2013 12:29 Oggetto: Re: Documentation regarding Custom Utility Class for Velocity Thank you Sergiu for your quick response. I think what I wanted was really a Plain Old Java Object

Re: Documentation regarding Custom Utility Class for Velocity

2013-08-08 Thread O. Olson
originale - Da: Nathan Bubna nbu...@gmail.com A: Velocity Users List user@velocity.apache.org; O. Olson olson_...@yahoo.it Cc: Inviato: Giovedì 8 Agosto 2013 14:06 Oggetto: Re: Documentation regarding Custom Utility Class for Velocity If you are putting the MyUtil class into the context