文件名称:cookie中用字符串方式存储session信息实现的购物车模块
文件大小:1.25MB
文件格式:ZIP
更新时间:2015-05-03 12:06:09
cookie中用字符串方式存储,session信息,购物车模块
购物车案例:
基本设计思想:
(1)使用session机制,保存用户状态(用户购买的商品)。
(2)为了方便对购买操作的处理(比如,购买商品、
删除已经购买的商品、查看已经购买的商品、计价等等),
设计一个Cart类,封装这些操作。Cart对象会放在Session对象里。
具体的设计:
表:t_computer
create table t_computer(
id bigint primary key auto_increment,
name varchar(50),
description varchar(100),
pic varchar(255),
price double(8,2));
实体类:
Computer
dao:
ComputerDAO
Comuter findById(long id)
List
【文件预览】:
cookie中用字符串方式存储session内的信息实现的购物车模块
----.settings()
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------.jsdtscope(500B)
----src()
--------dao()
--------test()
--------bean()
--------web()
--------entity()
--------util()
----.project(1KB)
----WebRoot()
--------css()
--------computer_list.jsp(3KB)
--------img()
--------META-INF()
--------WEB-INF()
--------cart.jsp(4KB)
----.mymetadata(309B)
----.classpath(414B)
----.myeclipse()