資源簡介
運用JSP+Servlet+JavaBean技術,使用MVC模式。
該系統中Servlet是控制器,負責處理客戶端發送的請求,JavaBean用來做業務層,MySQL作為數據庫,Web應用服務器為Tomcat 6.0,因此在開發前,要對其進行配置,并在數據庫中插入一些記錄,供開發中測試使用。
本系統主要是供網上購物的用戶使用,同時后臺也必須有管理人員對其進行管理,以保證系統正常運行,具體功能如下:
客戶端
購物車功能,我的訂單功能,用戶注冊功能,用戶登錄功能,密碼重置功能,注銷功能。
管理端
管理員管理功能,商品管理,訂單管理,注銷。
代碼片段和文件信息
package?wyf.hxl;
import?java.io.IOException;
import?java.io.PrintWriter;
import?java.util.Map;
import?java.util.Set;
import?java.util.Vector;
import?javax.servlet.RequestDispatcher;
import?javax.servlet.ServletContext;
import?javax.servlet.ServletException;
import?javax.servlet.http.HttpServlet;
import?javax.servlet.http.HttpServletRequest;
import?javax.servlet.http.HttpServletResponse;
import?javax.servlet.http.HttpSession;
public?class?CustomerServlet?extends?HttpServlet?{
private?static?final?long?serialVersionUID?=?1L;
public?void?doGet(HttpServletRequest?request?HttpServletResponse?response)
throws?ServletException?IOException?{
this.doPost(request?response);
}
public?void?doPost(HttpServletRequest?request?HttpServletResponse?response)
thr
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????362??2013-08-29?22:56??第05章?遠洋網絡購物廣場商務系統\chaoshi\.classpath
?????文件????????294??2013-08-29?22:56??第05章?遠洋網絡購物廣場商務系統\chaoshi\.myme
?????文件???????1413??2013-08-29?23:27??第05章?遠洋網絡購物廣場商務系統\chaoshi\.project
?????文件????????500??2013-08-29?22:56??第05章?遠洋網絡購物廣場商務系統\chaoshi\.settings\.jsdtscope
?????文件????????330??2013-08-29?22:56??第05章?遠洋網絡購物廣場商務系統\chaoshi\.settings\org.eclipse.jdt.core.prefs
?????文件?????????49??2013-08-29?22:56??第05章?遠洋網絡購物廣場商務系統\chaoshi\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2013-08-29?22:56??第05章?遠洋網絡購物廣場商務系統\chaoshi\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件??????26068??2013-08-29?23:47??第05章?遠洋網絡購物廣場商務系統\chaoshi\src\wyf\hxl\CustomerServlet.java
?????文件???????9594??2013-08-29?23:52??第05章?遠洋網絡購物廣場商務系統\chaoshi\src\wyf\hxl\DB.java
?????文件????????804??2013-08-29?23:52??第05章?遠洋網絡購物廣場商務系統\chaoshi\src\wyf\hxl\ManageBean.java
?????文件??????23818??2013-08-30?00:01??第05章?遠洋網絡購物廣場商務系統\chaoshi\src\wyf\hxl\ManageServlet.java
?????文件???????2416??2013-08-30?00:02??第05章?遠洋網絡購物廣場商務系統\chaoshi\src\wyf\hxl\PaginationBean.java
?????文件????????233??2013-08-30?00:08??第05章?遠洋網絡購物廣場商務系統\chaoshi\WebRoot\admindl.jsp
?????文件????????584??2013-08-30?00:08??第05章?遠洋網絡購物廣場商務系統\chaoshi\WebRoot\almintop.jsp
?????文件???????4101??2013-08-30?00:10??第05章?遠洋網絡購物廣場商務系統\chaoshi\WebRoot\cart.jsp
?????文件???????4960??2013-08-30?00:11??第05章?遠洋網絡購物廣場商務系統\chaoshi\WebRoot\customerdd.jsp
?????文件???????6851??2013-08-30?00:11??第05章?遠洋網絡購物廣場商務系統\chaoshi\WebRoot\customerddxiugai.jsp
?????文件???????2951??2013-08-30?00:11??第05章?遠洋網絡購物廣場商務系統\chaoshi\WebRoot\customermanage.jsp
?????文件???????2480??2013-08-30?00:11??第05章?遠洋網絡購物廣場商務系統\chaoshi\WebRoot\customerpwchange.jsp
?????文件???????2461??2013-08-30?00:12??第05章?遠洋網絡購物廣場商務系統\chaoshi\WebRoot\customerxgxx.jsp
?????文件???????6263??2013-08-29?22:59??第05章?遠洋網絡購物廣場商務系統\chaoshi\WebRoot\customerzc.jsp
?????文件???????3894??2013-08-29?22:59??第05章?遠洋網絡購物廣場商務系統\chaoshi\WebRoot\ddbiao.jsp
?????文件???????2300??2013-08-29?22:59??第05章?遠洋網絡購物廣場商務系統\chaoshi\WebRoot\dl.jsp
?????文件????????880??2013-08-29?22:59??第05章?遠洋網絡購物廣場商務系統\chaoshi\WebRoot\error.jsp
?????文件???????3996??2013-08-29?23:15??第05章?遠洋網絡購物廣場商務系統\chaoshi\WebRoot\goodschange.jsp
?????文件???????4064??2013-08-29?22:59??第05章?遠洋網絡購物廣場商務系統\chaoshi\WebRoot\goodsmanage.jsp
?????文件???????7940??2013-08-29?22:59??第05章?遠洋網絡購物廣場商務系統\chaoshi\WebRoot\goodsmd.jsp
?????文件???????2773??2013-08-29?22:59??第05章?遠洋網絡購物廣場商務系統\chaoshi\WebRoot\goodsmessage.jsp
?????文件???????5048??2013-08-29?22:59??第05章?遠洋網絡購物廣場商務系統\chaoshi\WebRoot\goodssearch.jsp
?????文件????????720??2013-08-29?22:59??第05章?遠洋網絡購物廣場商務系統\chaoshi\WebRoot\houtaierror.jsp
............此處省略158個文件信息
- 上一篇:IDA調試so案例
- 下一篇:北大青鳥jsp+sql server2000的寵物醫院
評論
共有 條評論