Paul Krill
Editor at Large

Velocity Java engine picks up speed

news
Nov 14, 20052 mins

Apache effort adds improved tools

Providing an alternative to JavaServer Pages (JSP) Web development and the PHP (Hypertext Preprocessor) scripting language, Apache’s Jakarta Velocity tools team is touting open source tools to function with the Velocity Java template engine.

Version 1.2 of VelocityTools, a sub-project of Velocity, is now available for download. Velocity enables use of a template language to reference objects defined in Java code and can be used in Web development or to generate SQL, PostScript, and XML from templates.

“VelocityTools 1.2 offers a variety of improvements over the 1.1 release,” said Nathan Bubna, who serves as lead on the Velocity Tools project, in an email. “In terms of infrastructure, the most significant is the ability to configure tool parameters via the toolbox definition file. There are also many new tools available for simplifying template development, including tools for working with lists and arrays transparently, sorting lists, alternating over value sets, and more.”

“VelocityTools 1.2 also offers compatibility with the latest Struts releases for those using our Struts integration tools,” Bubna said.

When used for Web applications, Velocity separates Java code from Web pages, making the Web site more maintainable and offering an alternative to JSP or PHP, according to the Apache Jakarta Project.

Asked why developers may seek alternatives to PHP or JSP, Bubna said there are many reasons.

“Primarily, I would say that good MVC [Model View Controller] practices are easier with Velocity,” he said. “Also, Velocity is very easy to learn, and once learned, it can be used in any context, not merely in Web development.”

With Velocity, an MVC model is applied in Web page design, enabling designers to focus solely on creating a site that looks good, while programmers can focus on writing top-notch code, Apache Jakarta said.

The goal of Velocity is “to provide a simple, easy-to-use, cross-platform, Java-friendly template engine useful in many types of software applications [and] to not evolve into a full-fledged scripting language,” Bubna said.

Velocity is five years old, Bubna said. There are 184 projects dependent on Velocity within Apache alone, based on statistics that Bubna gathered.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author