Is the org.apache.velocity.Template class thread safe for a given template file?
As an example - consider an application where there is one template file called; test.vm. Can I use a single instance of the Template class for all threads that use this template file?