Servlet to JSP (10%)

Due: Monday, Apr. 9, 2007

Convert the CounterContextSync servlet (CounterContextSync.java) into a Jave Server Page named CounterContextSync.jsp.
The JSP version should function exactly the same as the servlet version.

Your JSP version must make use of the following JSP features:
  1. Declaration: <%! %>
  2. Scriptlet: <% %>
  3. Expression: <%= %>
  4. Directive: <%@ %>
  5. and JavaBeans. (Hint: you will need to modify InMemoryCounter.java to make it a JavaBean class.)
This link contains detailed information about how to use these features.

Email me your CounterContextSync.jsp file before class Monday, Apr. 9, 2007.
Make sure your solution works on your machine before sending it to me.