I was just reading this line: The first thing the format() method does is load a Velocity template from the classpath named output.vm Please explain what was meant by...
When programming in Java, you make other classes available to the class you are writing by putting something like this at the top of your source file: import org.javaguy.coolframework.MyClass;...