I saw a good resource and a cool meme today: “hyperpolyglot”. That’s where I found some good side-by-side cheat sheets for scripting languages. As the days go on, I find myself working in many different languages simultaneously and it sure is nice to have a reminder around to look up the maddeningly different syntax for each.
August 5th, 2010
How To Include Other Velocity Templates From Apache Camel
I was surprised to discover today that, out of the box, it’s difficult to include one Velocity template from another if you are using Apache Camel. For once, a search of the Internet didn’t easily find the solution.
So, for the benefit of others, here is the solution….
-