Load Apache Velocity template from bundled project
I recently found myself needing to embed a velocity template in a project that was being bundled with the web app that I was developing, this meant that the template file would only be accessible from inside a jar file. I found this blog Apache Velocity - How to load...