• 大小: 26KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-08
  • 语言: Java
  • 标签: struts  session  

资源简介

简单的session购物车,只是用Java文件输出的jsp页面。

资源截图

代码片段和文件信息

package coreservlets;
public class Catalog {
  private static CatalogItem[] items =
    { new CatalogItem
      (“hall001“
       “Core Servlets and JavaServer Pages “ +
         “2nd Edition
 (Volume 1)“ +
         “ by Marty Hall and Larry Brown“
       “The definitive reference on servlets “ +
         “and JSP from Prentice Hall and \n“ +
         “Sun Microsystems Press.

Nominated for “ +
         “the Nobel Prize in Literature.“
       39.95)
      new CatalogItem
        (“hall002“
         “Core Web Programming 2nd Edition “ +
           “by Marty Hall and Larry Brown“
         “One stop shopping for the Web programmer. “ +
           “Topics include \n“ +
           “

  • Thorough coverage of Java 2; “ +
               “including Threads Networking Swing \n“ +
               “Java 2D RMI JDBC and Collections\n“ +
               “
  • A fast introduction to HTML 4.01 “ +
               “including frames style sheets and layers.\n“ +
               “
  • A fast introduction to HTTP 1.1 “ +
               “servlets and JavaServer Pages.\n“ +
               “
  • A quick overview of javascript 1.2\n“ +
               “

         49.99)
      new CatalogItem
        (“lewis001“
         “The Chronicles of Narnia by C.S. Lewis“
           “The classic children‘s adventure pitting “ +
           “Aslan the Great Lion and his followers\n“ +
           “against the White Witch and the forces “ +
           “of evil. Dragons magicians quests \n“ +
           “and talking animals wound around a deep “ +
           “spiritual allegory. Series includes\n“ +
           “The Magician‘s Nephew\n“ +
           “The Lion the Witch and the Wardrobe\n“ +
           “The Horse and His Boy\n“ +
           “Prince Caspian\n“ +
           “The Voyage of the Dawn Treader\n“ +
           “The Silver Chair and \n“ +
           “The Last Battle.“
         19.95)
      new CatalogItem
        (“alexander001“
         “The Prydain Series by Lloyd Alexander“
           “Humble pig-keeper Taran joins mighty “ +
           “Lord Gwydion in his battle against\n“ +
           “Arawn the Lord of Annuvin. Joined by “ +
           “his loyal friends the beautiful princess\n“ +
           “Eilonwy wannabe bard Fflewddur Fflam“ +
           “and furry half-man Gurgi Taran discovers “ +
           “courage nobility and other values along\n“ +
           “the way. Series includes\n“ +
           “The Book of Three\n“ +
           “The Black Cauldron\n“ +
           “The Castle of Llyr\n“ +
           “Taran Wanderer and\n“ +
           “The High King.“
         19.95)
      new CatalogItem
        (“rowling001“
         “The Harry Potter Series by J.K. Rowling“
         “The first five of the popular stories “ +
           “about wizard-in-training Harry Potter\n“ +
      

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        340  2009-03-09 13:34  chap09\.classpath

     文件        291  2009-03-09 13:34  chap09\.mymetadata

     文件       1224  2009-03-12 11:02  chap09\.project

     文件       3821  2009-03-12 14:48  chap09\src\coreservlets\Catalog.java

     文件       1093  2009-03-12 14:48  chap09\src\coreservlets\CatalogItem.java

     文件       2426  2009-03-12 14:48  chap09\src\coreservlets\CatalogPage.java

     文件       1497  2009-03-12 14:48  chap09\src\coreservlets\ItemOrder.java

     文件        638  2009-03-12 14:48  chap09\src\coreservlets\KidsBooksPage.java

     文件       4986  2009-03-12 16:19  chap09\src\coreservlets\OrderPage.java

     文件       2328  2009-03-12 14:48  chap09\src\coreservlets\ShoppingCart.java

     文件       2027  2009-03-12 14:48  chap09\src\coreservlets\ShowItems.java

     文件       2623  2009-03-12 14:48  chap09\src\coreservlets\ShowSession.java

     文件        604  2009-03-12 14:48  chap09\src\coreservlets\TechBooksPage.java

     文件        847  2009-03-09 13:35  chap09\WebRoot\Checkout.htm

     文件        889  2009-03-12 15:56  chap09\WebRoot\Checkout.jsp

     文件        634  2009-03-12 11:16  chap09\WebRoot\OrderForm.htm

     文件         39  2009-03-09 13:34  chap09\WebRoot\meta-INF\MANIFEST.MF

     文件        375  2009-03-09 13:34  chap09\WebRoot\WEB-INF\web.xml

     文件       3343  2009-04-01 13:32  chap09\WebRoot\WEB-INF\classes\coreservlets\Catalog.class

     文件       1354  2009-04-01 13:32  chap09\WebRoot\WEB-INF\classes\coreservlets\CatalogItem.class

     文件       3112  2009-04-01 13:32  chap09\WebRoot\WEB-INF\classes\coreservlets\CatalogPage.class

     文件       1536  2009-04-01 13:32  chap09\WebRoot\WEB-INF\classes\coreservlets\ItemOrder.class

     文件        648  2009-04-01 13:32  chap09\WebRoot\WEB-INF\classes\coreservlets\KidsBooksPage.class

     文件       4541  2009-04-01 13:32  chap09\WebRoot\WEB-INF\classes\coreservlets\OrderPage.class

     文件       1538  2009-04-01 13:32  chap09\WebRoot\WEB-INF\classes\coreservlets\ShoppingCart.class

     文件       2527  2009-04-01 13:32  chap09\WebRoot\WEB-INF\classes\coreservlets\ShowItems.class

     文件       2904  2009-04-01 13:32  chap09\WebRoot\WEB-INF\classes\coreservlets\ShowSession.class

     文件        611  2009-04-01 13:32  chap09\WebRoot\WEB-INF\classes\coreservlets\TechBooksPage.class

     目录          0  2009-12-21 12:49  chap09\WebRoot\WEB-INF\classes\coreservlets

     目录          0  2009-12-21 12:49  chap09\WebRoot\WEB-INF\classes

............此处省略11个文件信息

评论

共有 条评论