Version Info"

From Documentation
m (correct highlight (via JWB))
 
Line 21: Line 21:
 
**org.springframework.web.servlet-3.0.2.RELEASE.jar
 
**org.springframework.web.servlet-3.0.2.RELEASE.jar
 
   
 
   
Put these jar files into your <tt>$myApp/WEB-INF/lib/</tt><tt>
+
Put these jar files into your <code>$myApp/WEB-INF/lib/</code><code>
  
Here $myApp represents the name of your web application.</tt>
+
Here $myApp represents the name of your web application.</code>
  
 
Note: For earlier ZK Spring 1.1.0 release see [[#ZK Spring 1.1.0 Release configuration details | ZK Spring 1.1.0 Release configuration details]] for copying spring.jar
 
Note: For earlier ZK Spring 1.1.0 release see [[#ZK Spring 1.1.0 Release configuration details | ZK Spring 1.1.0 Release configuration details]] for copying spring.jar
  
 
{{ ZKDevelopersGuidePageFooter}}
 
{{ ZKDevelopersGuidePageFooter}}

Latest revision as of 10:38, 19 January 2022

Stop.png This documentation is for an older version of ZK. For the latest one, please click here.



ZK Spring integrations 3.0RC has been tested to work with with ZK 5.0.1, Spring core 3.0.2 and Spring Security 3.0.2 releases.

Copy Spring binaries into your Web library

Before using Spring, you have to download it, and put the jar file into the directory of your web application.

  1. Download Spring Core framework 3.0.2 release binaries download
  2. Since 3.0.x release Spring is distributed as a collection fo Spring module jar files instead of a single spring.jar. You need following Spring module jar files on your class-path for using zkspring-core.jar of ZK Spring 3.0RC release.
    • org.springframework.aop-3.0.2.RELEASE.jar
    • org.springframework.asm-3.0.2.RELEASE.jar
    • org.springframework.beans-3.0.2.RELEASE.jar
    • org.springframework.context-3.0.2.RELEASE.jar
    • org.springframework.context.support-3.0.2.RELEASE.jar
    • org.springframework.core-3.0.2.RELEASE.jar
    • org.springframework.expression-3.0.2.RELEASE.jar
    • org.springframework.transaction-3.0.2.RELEASE.jar
    • org.springframework.web-3.0.2.RELEASE.jar
    • org.springframework.web.servlet-3.0.2.RELEASE.jar

Put these jar files into your $myApp/WEB-INF/lib/

Here $myApp represents the name of your web application.

Note: For earlier ZK Spring 1.1.0 release see ZK Spring 1.1.0 Release configuration details for copying spring.jar



Last Update : 2022/01/19

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.