beautypg.com

Modifying the index.jsp file, Modifying the, Index.jsp – HP Integrity NonStop H-Series User Manual

Page 137: File

background image

xmlns:aop="http://www.springframework.org/schema/aop"
xmlns:p="http://www.springframework.org/schema/p"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:jee="http://www.springframework.org/schema/jee"
xmlns:tx="http://www.springframework.org/schema/tx"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-2.5.xsd
http://www.springframework.org/schema/jee
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">

class="com.hp.empinfo.web.EmployeeController">

insert


com.hp.empinfo.domain.Employee


emp

class="com.hp.empinfo.web.EmployeeController">

retrieveordelete


com.hp.empinfo.domain.Employee


emprord


class="org.springframework.web.servlet.view.InternalResourceViewResolver">
value="org.springframework.web.servlet.view.JstlView">


Modifying the

index.jsp

File

Modify the

index.jsp

file in the

EmpInfo/WebContent

directory to provide the links to

retrieve or delete a page as shown:

<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
"http://www.w3.org/TR/html4/loose.dtd">
<%@ include file="/WEB-INF/jsp/include.jsp" %>



Spring Getting Started - EmpInfo Application


Welcome to the EmpInfo Application

Overview of EmpInfo

137

This manual is related to the following products: