Java Reference
In-Depth Information
L ISTING 22.3
Continued
<tr>
<td><a href=”/trader/index.jsp”>Home</a></td>
</tr>
</table>
The final section of the trader layout is the client area. This will change based on the view that
is currently being represented. Each view is described in the following sections. All of your
views will use JSP includes to incorporate the Title Bar and Navigation into their individual
layouts.
Index View
The Index View will be represented by the file index.jsp . It will act as the home page for
your Trader application. An image of the Index View is in Figure 22.4.
F IGURE 22.4
The Index View.
The source for the Index View is in Listing 22.4.
Search WWH ::




Custom Search