Adding dependency jar files – HP Integrity NonStop J-Series User Manual
Page 105

<td> <form:input path="firstname"/> </td>
</tr>
<tr>
<td align="left" width="20%">Last Name :</td>
<td> <form:input path="lastname"/> </td>
</tr>
<tr>
<td align="left" width="20%">Age :</td>
<td> <form:input path="age"/> </td>
</tr>
<tr>
<td align="left" width="20%">Email :</td>
<td> <form:input path="email"/> </td>
</tr>
</table>
<br>
<input type="submit" align="left" value="Insert">
</form:form>
</body>
</html>
Adding Dependency JAR Files
Add the following JAR file required for XML parsing:
Table 3 XML Parser Dependency JAR File
Source Location
Dependency JAR Files
<Spring Dependency Home>/org.dom4j/
com.springsource.org.dom4j/1.6.1
com.springsource.org.dom4j-1.6.1.ja
To add the dependency JAR file in the project library path and to resolve the J2EE module
dependency on it, follow the instructions described in
“Adding Dependency JAR Files in the Project
.
NOTE:
The code of the EmpInfo application developed so far is located in <My SASH
Home>\spring\getting-started\EmpInfo-InParts\Part-5
The project directory structure for the EmpInfo application must appear as follows:
Overview of EmpInfo 105