Example 7.15 Front Strategy Sample Code <%@page contentType="text/html"%> <%@ page import="corepatterns.util.*" %> JSP Front Controller

Employee Profile

<% /**Control logic goes here... At some point in this code block we retrieve employee information, encapsulate it within a value object and place this bean in request scope with the key "employee". This code has been omitted. We either dispatch to another JSP at this point or simply allow the remaining portions of scriptlet code to execute**/ %>
First Name : ">
Last Name : ">
Employee ID : ">