前两天配Velocity时候出现了一些诡异的小错误,最终我用的是杀手锏,把Velocity跟Velocity-Tools所有的jar全都解压进了WEB-INF/lib下,但是这样做,过多的jar会大大降低程序运行的速度。
activation.jar -------------------- 给mail.jar用的
antlr-2.7.5H3.jar ----------------- 给hibernate用的
asm-attrs.jar --------------------- 给hibernate用的
asm.jar --------------------------- 给hibernate用的
cglib-2.1.jar --------------------- 给hibernate用的
commons-collections-2.1.1.jar ----- 给hibernate用的
commons-fileupload.jar ------------ 给webwork文件上传用的
commons-logging-1.0.4.jar --------- 日志,大家都用,我也用:)
cos-multipart.jar ----------------- 给webwork文件上传用的(可以拿掉)
dom4j-1.6.jar --------------------- 给hibernate用的
ehcache-1.1.jar ------------------- 给hibernate用的
hibernate3.jar -------------------- hibernate
jta.jar --------------------------- 给hibernate用的
mail.jar -------------------------- mail
ognl.jar -------------------------- 给webwork用的
oscore.jar ------------------------ 给webwork用的
pell-multipart.jar ---------------- 给webwork文件上传用的(可以去掉)
velocity-dep-1.4.jar -------------- velocity
webwork-2.1.7.jar ----------------- webwork
xwork.jar ------------------------- webwork
这是洪亮gg给我的他做项目时候的jar集合,部分是给hibernate用的。剩下的是给webwork用的。关于velocity只有一个velocity-dep-1.4.jar包。