http://velocity.gilluminate.com/
Velocity Suite Dreamweaver Extension
Download
Dreamweaver Extension v. 1.2.3 - VelocitySuite.mxp (22 KB) released July 2, 2006
Source Files - VelocitySuiteSource.zip (71 KB)
Introduction
I've been using Dreamweaver for several years now, even before it was actually a beneficial tool. Now, it seems, I can't live without it. So when I started a new job with a company that was heavily using Velocity with JBoss I quickly became frustrated with the lack of compatibility with Dreamweaver. I tried finding an extension or some type of support, but all I could find were multiple requests for such. I had written several Flash Extensions by then, so I decided to take the plunge into creating the Velocity Suite extension. It's far from perfect, but so far I've been very happy with the results.
Features
Gives full Velocity (VTL) funcitonality to Dreamweaver, including the following:
1. Inserts a "Velocity" object with tools to automatically insert VTL code into your document. (appears as "Insert" tab in MX 2004 and up).
2. Adds Velocity's .vm extension in DreamWeaver and associates .vm files with Dreamweaver.
3. Adds "Velocity" as a new document type in Dreamweaver. Also adds a Default.vm page which will open as the new document when Velocity is selected.
4. Let's .vm files act as thought they were .html files, including color coding, tag hints, etc.
5. Adds Third Party Tag support.
6. Adds Translators for #include and #parse, making the included file visible in the design view.
Note: including multiple files within a single #include statement [i.e. #include( "disclaimer.txt", "opinion.txt" ) ] is not currently supported by Third Party Tags or Translators in this extension.
http://dev.csdn.net/develop/article/25/25184.shtm
Velocity -- Java Web 开发新技术
http://www.westing.cn/xblog/?p=37
Velocity插件大全
http://www.westing.cn/xblog/?p=31
Dreamweaver的一个小技巧:让velocity页面被正确识别
http://www.westing.cn/xblog/?page_id=78
Velocity用户手册—中文版(系列)
http://www.westing.cn/xblog/?page_id=79
Struts 与 Velocity 的集成(系列)
http://www.blueidea.com/tech/program/2003/891.asp
使用 Velocity 模板引擎开发网站
http://tech.163.com/04/1230/03/18QOI5ME0009159J.html
用WebWork、JSP、Velocity建立注册页面