HP Integrity NonStop J-Series User Manual
Page 52

http://www.springframework.org/schema/jee/spring-jee-2.5.xsd
http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx-2.5.xsd">
Adding Dependency JAR Files in the Project Library Path
Because the EmpInfo application uses the Spring framework, it requires the following dependency
JAR files.
Table 10 Spring Dependency JAR Files
Dependency JAR Files
com.springsource.org.apache.commons.
logging-1.1.1.jar
com.springsource.javax.servlet-2.5.0.jar
org.springframework.aop-3.0.2.RELEASE.jar
org.springframework.asm-3.0.2.RELEASE.jar
org.springframework.aspects-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.instrument-3.0.2.RELEASE.jar
org.springframework.instrument.tomcat-3.0.2.RELEASE.jar
org.springframework.jdbc-3.0.2.RELEASE.jar
org.springframework.jms-3.0.2.RELEASE.jar
org.springframework.orm-3.0.2.RELEASE.jar
org.springframework.oxm-3.0.2.RELEASE.jar
org.springframework.test-3.0.2.RELEASE.jar
org.springframework.transaction-3.0.2.RELEASE.jar
org.springframework.web-3.0.2.RELEASE.jar
org.springframework.web.portlet-3.0.2.RELEASE.jar
org.springframework.web.servlet-3.0.2.RELEASE.jar
org.springframework.web.struts-3.0.2.RELEASE.jar
NOTE:
All the jar files mentioned in the above table can be found in the following spring
repository:
1.
In the Project Explorer frame, right-click EmpInfo and select Properties.
The Java Build Path dialog box appears.
2.
From the type filter text, select Java Build Path.
3.
Click the Libraries tab.
4.
Click Add External JARs to add each of the above-mentioned dependency JAR files and then,
browse to specify the location of each of the dependency JAR files.
52
Spring Framework