Creating the iemployeedao.java file, After modification, the web.xml file appears as – HP Integrity NonStop J-Series User Manual
Page 285
![background image](/manuals/397993/285/background.png)
After modification, the web.xml file appears as:
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
version="2.4">
org.springframework.web.servlet.DispatcherServlet
org.apache.myfaces.component.html.util.ExtensionsFilter
Creating the IEmployeeDao.java File
Create a Java interface named IEmployeeDao.java to implement the EmployeeDao.java
class. The IEmployeeDao.java is placed with its implementation class in the
com.hp.empinfo.service
package.
To create the IEmployeeDao.java file, complete the following steps:
Integrating MyFaces into Spring 285