2013年1月19日 星期六

spring3.2 + struts2 的 lib 配置

spring 3.2 的配置上有一個差別。
也就是asm 這個獨立的jar檔要把它移除,因為asm已經被放在
spring-core-3.2.0.RELEASE.jar 中了。

要配置spring 3.2 + struts 2.3的話,最少需要這幾個jar 檔才能跑起來。

commons: (下載大包的struts壓縮檔中都有)
commons-beanutils-1.8.0
commons-collections-3.1
commons-fileupload-1.2.2
commons-io-2.0.1
commons-lang-2.4
commons-lang3-3.1
commons-logging-1.1.1

for spring: (當然是從spring的大包來)
spring-beans-3.2.0.RELEASE
spring-context-3.2.0.RELEASE
spring-core-3.2.0.RELEASE
spring-expression-3.2.0.RELEASE
spring-web-3.2.0.RELEASE

for struts2: ( from struts的大包)
struts2-core-2.3.8
struts2-spring-plugin-2.3.8
xwork-core-2.3.8

others: ( from struts的大包)
freemarker-2.3.19
javassist-3.11.0.GA
ognl-3.0.6

沒有留言:

張貼留言