Shop with UseBean

Introduction

Our Shop.jsp, if you recall, has been using java.util.ArrayList for the shopping cart. The ArrayList class is Serializable and has a zero arg constructor. Thus, ArrayList is a bean and can be used as the "class" in a jsp:useBean tag.

Final Code

  • Source: Shop.jsp
  • Run It

  • Shop.jsp