Java Server Pages: A Code-Intensive Premium Reference- P12 doc

Java Server Pages: A Code-Intensive Premium Reference- P12 doc

Java Server Pages: A Code-Intensive Premium Reference- P12 doc

... commerce applications are shopping carts. In this chapter, we are going to create a JavaBean that encapsulates a shopping cart, a JSP that displays the contents of the shopping cart, and a JSP that ... import java. lang.Float; import java. util.Hashtable; import java. util.Enumeration; public class ShoppingCart { protected Hashtable items = new Hashtable(); - 112 - &...

Ngày tải lên: 03/07/2014, 06:20

10 256 0
Pure JSP -- Java Server Pages: A Code-Intensive Premium Reference doc

Pure JSP -- Java Server Pages: A Code-Intensive Premium Reference doc

... look at the standard actions used to reference JavaBeans and an example that uses these actions. JavaBean Standard Actions There are three standard actions defined to help integrate JavaBeans ... back in, and finally displays proof that its state was maintained. Listing 3.2: SimpleJavaBeanTester .java import java. io.*; public class SimpleJavaBeanTester { public SimpleJavaBeanTest...

Ngày tải lên: 27/06/2014, 12:20

235 350 0
Từ khóa:
w