Reviews and Ratings

Nice piece of software  
5.0
 
written almost 13 years ago

It does templating well. Really my largest problem with it was getting rid of it's log file. So I set it to use the log4j logger.

Properties velocityProps = new Properties();
velocityProps.setProperty( "runtime.log.logsystem.log4j.logger", "root" );
Velocity.init(velocityProps);

Did this review help you? |