<%-- Copyright 2001 Sun Microsystems, Inc. All Rights Reserved. This software is the proprietary information of Sun Microsystems, Inc. Use is subject to license terms. --%> <%@ include file="initdestroy.jsp" %> Book Description <%@ include file="banner.jsp" %>
  <% //Get the identifier of the book to display String bookId = request.getParameter("bookId"); bookDB.setBookId(bookId); BookDetails book = bookDB.getBookDetails(); %>

<%=book.getTitle()%>

 By <%=book.getFirstName()%> <%=book.getSurname()%>   (<%=book.getYear()%>)
 

Here's what the critics say:

<%=book.getDescription()%>

Our price: <%=currency.getFormat()%>

Add To Your Shopping Cart      Continue Shopping