About
Community
Docs
Tools
Comparisons
Site Translations
|
Older Velocity News
|
Hey, Maybe We're On The Right Track After All...
Give this
a read. The latest version of Resin, a
popular servlet engine, has added what they call a "Velocity-like syntax" to their JSP
implementation. As they say on their site :
"The Resin-2.0.3 release allows an alternate JSP expression syntax similar to the Apache Velocity project that many find more maintainable than the JSP pointy brackets. Resin's syntax extension is compatible with the usual JSP features like tag libraries."
We do think that this is a step in the right direction for JSPs, making the page content easier to
write and maintain.
However, we want to emphasize to users that this isn't the same thing as using
Velocity - this is a small subset of the Velocity syntax which
was reimplemented in Resin.
Velocity is much more than an alternative syntax to the scriptlets and
tags found in JSPs - it's a full-featured templating engine, fully portable to any
J2EE servlet container, that offers many advanges over JSPs in the J2EE
web application environment. It also an excellent templating tool
for other kinds of applications written in Java.
So if you are interested in portable alternatives to JSP, we strongly
encourage you look deeper into what Velocity has to offer.
And if you must use JSPs and want to incorporate Velocity into your
current or new JSP-based web applications, take a look at our
Veltag JSP taglib which allows the full
power of Velocity in your JSPs.
Velocidoc Released
Velocidoc, a Velocimacro documentation tool modeled after
Javadoc, is now available. Use Javadoc-style comments in your
Velocimacro libraries, and use Velocidoc to generate HTML
documentation.
New Apache Site Generated with Anakia
The new web site of the
Apache Software Foundation
is now generated using
Anakia,
the Velocity-based XML transformation tool.
Take a look.
Need To Mix JSP and Velocity?
Take a look at a new contribution, a
Velocity taglib that lets you
use Velocity right in your JSPs.
4 published articles covering Velocity
Getting Up
to Speed with Velocity is a really well written article by Jim
Jagielski about the merits of using a tool like Velocity.
Many people believe that Velocity can only be used in the context of web
applications. This excellent JavaWorld
article by Leon Messerschmidt shows that the design of Velocity is
such that it can be used in a myriad of applications.
The Java Developer Journal recently published an
edited version of the YMTD article by Jon
Stevens as the cover story for their July edition.
The Sun Dot-Com Builder developer information site has a "Best Practices" product profile on Velocity. Check it out
here. Thanks Sun!
4 Products/Projects Now Depend on Velocity
Gentleware, Xadra and Vamp have built products which depend on Velocity.
J/Top, a server monitoring project, also uses Velocity for email output
formatting.
We have listed them on our ever expanding Powered By Velocity page.
5 Web Frameworks Now Support Velocity
Turbine, JPublish, Melati, Maverick and WebWork
all support Velocity.
We have listed them on our ever expanding Powered By Velocity page.
|
|
|