I have a list of strings in the memory. I want to load all of them as velocity templates during the application startup. How do I do it ?
I know how to create template from a string from here: How to use String as Velocity Template?
But I want to know how to load all template strings in one shot