资源简介
简单的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 ja
vascript 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\.myme
文件 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\me
文件 375 2009-03-09 13:34 chap09\WebRoot\WEB-INF\web.xm
文件 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个文件信息
- 上一篇:编译原理第二版 龙书
- 下一篇:高级画板项目图片集
相关资源
- javaweb用户验证码登录session
- 基于struts2+spring+hibernate的JavaEE课设
- 基于redis服务的tomcat容器session共享配
- Maven构建Struts项目
- 使用SMPP发送短信
- httpservletrequest的jar包
- 达内 java 全套视频百度云分享
- Struts2+SQL Server实现登录
- SSH框架的搭建-Java连接MySQL数据库时需
- jsp+Struts+hibernate基本框架搭建demo
- jsp个人信息管理系统
- how2j_offline_2020.01.31.zip
- struts1 poi Excel批量导入支持xls和xlsx-源
- jsp+sql简单购物车
- 精通Java EEEclipse Struts2 Hibernate Spring整
- 用Struts2+JDBC+Mysql写的增删改查分页
- tomcat6+redis做session共享亲测可用
- mysql+java图书馆管理系统
- struts2+hibernate 注册与登陆源代码
- JAVA-WEB单点登录
- 银行系统项目源码java
- struts包,struts-core-1.3.8.jar
- struts2-core-2.2.3.1.jar
- Session-JavaWeb专题
- 名片管理系统(jsp+Struts+javabean)
- nginx+redis session所需jar包tomcat8.0以上版
- Struts2注解开发jar
- tomcat8实现session共享jar包
- commons-digester-2.0.jar
- struts2-spring-plugin-2.3.15.1.jar
评论
共有 条评论