实例介绍
易买网项目。包含SqlServer数据库和orcal数据库文件,实现了易买网所有功能,包含数据库。温馨提示:此项目老师知道,千万不要被发现了奥!
【实例截图】
【核心代码】
易买网
└── 易买网
├── context.xml
├── java web源代码
│ └── EasyBuy
│ ├── WebRoot
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── MyJsp.jsp
│ │ ├── WEB-INF
│ │ │ ├── classes
│ │ │ │ └── bdqn
│ │ │ │ └── xyr
│ │ │ │ └── easybuy
│ │ │ │ ├── Biz
│ │ │ │ │ ├── easyBuy_CommentBiz.class
│ │ │ │ │ ├── easyBuy_NewsBiz.class
│ │ │ │ │ ├── easyBuy_OrderBiz.class
│ │ │ │ │ ├── easyBuy_ProductBiz.class
│ │ │ │ │ ├── easyBuy_Product_CategoryBiz.class
│ │ │ │ │ └── easyBuy_UserBiz.class
│ │ │ │ ├── BizImpl
│ │ │ │ │ ├── easyBuy_CommentBizImpl.class
│ │ │ │ │ ├── easyBuy_NewsBizImpl.class
│ │ │ │ │ ├── easyBuy_OrderBizImpl.class
│ │ │ │ │ ├── easyBuy_ProductBizImpl.class
│ │ │ │ │ ├── easyBuy_Product_CategoryBizImpl.class
│ │ │ │ │ └── easyBuy_UserBizImpl.class
│ │ │ │ ├── Control
│ │ │ │ │ ├── ManageOrderServlet.class
│ │ │ │ │ ├── easyBuy_CommentServlet.class
│ │ │ │ │ ├── easyBuy_NewsServlet.class
│ │ │ │ │ ├── easyBuy_OrderServlet.class
│ │ │ │ │ ├── easyBuy_ProductServlet.class
│ │ │ │ │ ├── easyBuy_Product_CategoryServlet.class
│ │ │ │ │ ├── easyBuy_UserServlet.class
│ │ │ │ │ ├── easyBuy_index.class
│ │ │ │ │ ├── manage.class
│ │ │ │ │ └── productModify.class
│ │ │ │ ├── Dao
│ │ │ │ │ ├── baseDao.class
│ │ │ │ │ ├── easyBuy_CommentDao.class
│ │ │ │ │ ├── easyBuy_NewsDao.class
│ │ │ │ │ ├── easyBuy_OrderDao.class
│ │ │ │ │ ├── easyBuy_ProductDao.class
│ │ │ │ │ ├── easyBuy_Product_CategoryDao.class
│ │ │ │ │ └── easyBuy_UserDao.class
│ │ │ │ ├── DaoImpl
│ │ │ │ │ ├── easyBuy_CommentDaoImpl.class
│ │ │ │ │ ├── easyBuy_NewsDaoImpl.class
│ │ │ │ │ ├── easyBuy_OrderDaoImpl.class
│ │ │ │ │ ├── easyBuy_ProductDaoImpl.class
│ │ │ │ │ ├── easyBuy_Product_CategoryDaoImpl.class
│ │ │ │ │ └── easyBuy_UserDaoImpl.class
│ │ │ │ └── javabean
│ │ │ │ ├── EasyBuy_Comment.class
│ │ │ │ ├── EasyBuy_News.class
│ │ │ │ ├── EasyBuy_Product.class
│ │ │ │ ├── EasyBuy_User.class
│ │ │ │ ├── easyBuy_Order.class
│ │ │ │ └── easyBuy_Product_Category.class
│ │ │ └── web.xml
│ │ ├── changeImage.jsp
│ │ ├── chat-room.jsp
│ │ ├── css
│ │ │ ├── adRotator.css
│ │ │ ├── scrollTop.css
│ │ │ └── style.css
│ │ ├── demo.jsp
│ │ ├── guestbook.jsp
│ │ ├── images
│ │ │ ├── adRotator_1.jpg
│ │ │ ├── adRotator_2.jpg
│ │ │ ├── adRotator_3.jpg
│ │ │ ├── adRotator_4.jpg
│ │ │ ├── adRotator_5.jpg
│ │ │ ├── bg.png
│ │ │ ├── float.jpg
│ │ │ ├── logo.gif
│ │ │ ├── product
│ │ │ │ ├── 0.jpg
│ │ │ │ ├── 0_tiny.gif
│ │ │ │ ├── 1.jpg
│ │ │ │ ├── 10.jpg
│ │ │ │ ├── 101.jpg
│ │ │ │ ├── 11.jpg
│ │ │ │ ├── 2.jpg
│ │ │ │ ├── 21.jpg
│ │ │ │ ├── 3.jpg
│ │ │ │ ├── 31.jpg
│ │ │ │ ├── 4.jpg
│ │ │ │ ├── 41.jpg
│ │ │ │ ├── 5.jpg
│ │ │ │ ├── 51.jpg
│ │ │ │ ├── 6.jpg
│ │ │ │ ├── 61.jpg
│ │ │ │ ├── 7.jpg
│ │ │ │ ├── 71.jpg
│ │ │ │ ├── 8.jpg
│ │ │ │ ├── 81.jpg
│ │ │ │ ├── 9.jpg
│ │ │ │ └── 91.jpg
│ │ │ ├── scrollTop_1.jpg
│ │ │ ├── scrollTop_2.jpg
│ │ │ ├── scrollTop_3.jpg
│ │ │ ├── scrollTop_4.jpg
│ │ │ ├── scrollTop_5.jpg
│ │ │ ├── scrollTop_6.jpg
│ │ │ ├── scrollTop_7.jpg
│ │ │ ├── special_logo.gif
│ │ │ ├── special_menu.jpg
│ │ │ └── special_top.jpg
│ │ ├── img
│ │ │ ├── 01.jpg
│ │ │ ├── 02.jpg
│ │ │ ├── 03.jpg
│ │ │ ├── 04.jpg
│ │ │ ├── btn_01.jpg
│ │ │ ├── btn_02.jpg
│ │ │ ├── btn_03.jpg
│ │ │ ├── btn_04.jpg
│ │ │ └── icon_arrow.gif
│ │ ├── index.jsp
│ │ ├── index_sort.jsp
│ │ ├── jia
│ │ │ ├── ckecenterpop.js
│ │ │ ├── ckepop.js
│ │ │ ├── comment-reply.js
│ │ │ ├── images
│ │ │ │ ├── img_012.gif
│ │ │ │ ├── img_exit.gif
│ │ │ │ ├── img_so.gif
│ │ │ │ ├── jiathis_ico.png
│ │ │ │ └── r2.gif
│ │ │ ├── jia.css
│ │ │ ├── jiathis_r.js
│ │ │ └── m.js
│ │ ├── login.jsp
│ │ ├── manage
│ │ │ ├── guestbook-modify.jsp
│ │ │ ├── guestbook.jsp
│ │ │ ├── manage-result.jsp
│ │ │ ├── news-add.jsp
│ │ │ ├── news-modify.jsp
│ │ │ ├── news.jsp
│ │ │ ├── order-modify.jsp
│ │ │ ├── order.jsp
│ │ │ ├── orderDefail.jsp
│ │ │ ├── product-add.jsp
│ │ │ ├── product-modify.jsp
│ │ │ ├── product.jsp
│ │ │ ├── productClass-add.jsp
│ │ │ ├── productClass-modify.jsp
│ │ │ ├── productClass.jsp
│ │ │ ├── user-add.jsp
│ │ │ ├── user-modify.jsp
│ │ │ └── user.jsp
│ │ ├── news-view.jsp
│ │ ├── product-list.jsp
│ │ ├── product-view.jsp
│ │ ├── reg-result.jsp
│ │ ├── register.jsp
│ │ ├── scripts
│ │ │ ├── Area.xml
│ │ │ ├── adRotator.js
│ │ │ ├── address.js
│ │ │ ├── function-manage.js
│ │ │ ├── function.js
│ │ │ └── scrollTop.js
│ │ ├── scroll.jsp
│ │ ├── shopping-result.jsp
│ │ └── shopping.jsp
│ └── src
│ └── bdqn
│ └── xyr
│ └── easybuy
│ ├── Biz
│ │ ├── easyBuy_CommentBiz.java
│ │ ├── easyBuy_NewsBiz.java
│ │ ├── easyBuy_OrderBiz.java
│ │ ├── easyBuy_ProductBiz.java
│ │ ├── easyBuy_Product_CategoryBiz.java
│ │ └── easyBuy_UserBiz.java
│ ├── BizImpl
│ │ ├── easyBuy_CommentBizImpl.java
│ │ ├── easyBuy_NewsBizImpl.java
│ │ ├── easyBuy_OrderBizImpl.java
│ │ ├── easyBuy_ProductBizImpl.java
│ │ ├── easyBuy_Product_CategoryBizImpl.java
│ │ └── easyBuy_UserBizImpl.java
│ ├── Control
│ │ ├── ManageOrderServlet.java
│ │ ├── easyBuy_CommentServlet.java
│ │ ├── easyBuy_NewsServlet.java
│ │ ├── easyBuy_OrderServlet.java
│ │ ├── easyBuy_ProductServlet.java
│ │ ├── easyBuy_Product_CategoryServlet.java
│ │ ├── easyBuy_UserServlet.java
│ │ ├── easyBuy_index.java
│ │ ├── manage.java
│ │ └── productModify.java
│ ├── Dao
│ │ ├── baseDao.java
│ │ ├── easyBuy_CommentDao.java
│ │ ├── easyBuy_NewsDao.java
│ │ ├── easyBuy_OrderDao.java
│ │ ├── easyBuy_ProductDao.java
│ │ ├── easyBuy_Product_CategoryDao.java
│ │ └── easyBuy_UserDao.java
│ ├── DaoImpl
│ │ ├── easyBuy_CommentDaoImpl.java
│ │ ├── easyBuy_NewsDaoImpl.java
│ │ ├── easyBuy_OrderDaoImpl.java
│ │ ├── easyBuy_ProductDaoImpl.java
│ │ ├── easyBuy_Product_CategoryDaoImpl.java
│ │ └── easyBuy_UserDaoImpl.java
│ └── javabean
│ ├── EasyBuy_Comment.java
│ ├── EasyBuy_News.java
│ ├── EasyBuy_Product.java
│ ├── EasyBuy_User.java
│ ├── easyBuy_Order.java
│ └── easyBuy_Product_Category.java
├── oracle数据库
│ ├── EasyBuy.dmp
│ ├── EasyBuy.pde
│ ├── EasyBuy.sql
│ ├── 请读我.txt
│ └── 易买网需求说明.doc
├── server.xml
├── tomcat服务器
│ └── apache-tomcat-6.0.29
│ ├── LICENSE
│ ├── NOTICE
│ ├── RELEASE-NOTES
│ ├── RUNNING.txt
│ ├── bin
│ │ ├── bootstrap.jar
│ │ ├── catalina-tasks.xml
│ │ ├── catalina.bat
│ │ ├── catalina.sh
│ │ ├── commons-daemon-native.tar.gz
│ │ ├── commons-daemon.jar
│ │ ├── cpappend.bat
│ │ ├── digest.bat
│ │ ├── digest.sh
│ │ ├── service.bat
│ │ ├── setclasspath.bat
│ │ ├── setclasspath.sh
│ │ ├── shutdown.bat
│ │ ├── shutdown.sh
│ │ ├── startup.bat
│ │ ├── startup.sh
│ │ ├── tcnative-1.dll
│ │ ├── tomcat-juli.jar
│ │ ├── tomcat-native.tar.gz
│ │ ├── tomcat6.exe
│ │ ├── tomcat6w.exe
│ │ ├── tool-wrapper.bat
│ │ ├── tool-wrapper.sh
│ │ ├── version.bat
│ │ └── version.sh
│ ├── conf
│ │ ├── Catalina
│ │ │ └── localhost
│ │ │ ├── host-manager.xml
│ │ │ └── manager.xml
│ │ ├── catalina.policy
│ │ ├── catalina.properties
│ │ ├── context.xml
│ │ ├── logging.properties
│ │ ├── server.xml
│ │ ├── tomcat-users.xml
│ │ └── web.xml
│ ├── lib
│ │ ├── annotations-api.jar
│ │ ├── catalina-ant.jar
│ │ ├── catalina-ha.jar
│ │ ├── catalina-tribes.jar
│ │ ├── catalina.jar
│ │ ├── el-api.jar
│ │ ├── jasper-el.jar
│ │ ├── jasper-jdt.jar
│ │ ├── jasper.jar
│ │ ├── jsp-api.jar
│ │ ├── ojdbc14.jar
│ │ ├── servlet-api.jar
│ │ ├── sqljdbc.jar
│ │ ├── tomcat-coyote.jar
│ │ ├── tomcat-dbcp.jar
│ │ ├── tomcat-i18n-es.jar
│ │ ├── tomcat-i18n-fr.jar
│ │ └── tomcat-i18n-ja.jar
│ ├── logs
│ │ ├── catalina.2012-03-26.log
│ │ ├── catalina.2012-03-27.log
│ │ ├── catalina.2012-03-28.log
│ │ ├── catalina.2012-03-29.log
│ │ ├── catalina.2012-03-30.log
│ │ ├── catalina.2012-04-02.log
│ │ ├── catalina.2012-04-03.log
│ │ ├── catalina.2012-04-04.log
│ │ ├── catalina.2012-04-07.log
│ │ ├── catalina.2012-06-03.log
│ │ ├── host-manager.2012-03-26.log
│ │ ├── host-manager.2012-03-27.log
│ │ ├── host-manager.2012-03-28.log
│ │ ├── host-manager.2012-03-29.log
│ │ ├── host-manager.2012-03-30.log
│ │ ├── host-manager.2012-04-02.log
│ │ ├── host-manager.2012-04-03.log
│ │ ├── host-manager.2012-04-04.log
│ │ ├── host-manager.2012-04-07.log
│ │ ├── host-manager.2012-06-03.log
│ │ ├── localhost.2012-03-26.log
│ │ ├── localhost.2012-03-27.log
│ │ ├── localhost.2012-03-28.log
│ │ ├── localhost.2012-03-29.log
│ │ ├── localhost.2012-03-30.log
│ │ ├── localhost.2012-04-02.log
│ │ ├── localhost.2012-04-03.log
│ │ ├── localhost.2012-04-04.log
│ │ ├── localhost.2012-04-07.log
│ │ ├── localhost.2012-06-03.log
│ │ ├── manager.2012-03-26.log
│ │ ├── manager.2012-03-27.log
│ │ ├── manager.2012-03-28.log
│ │ ├── manager.2012-03-29.log
│ │ ├── manager.2012-03-30.log
│ │ ├── manager.2012-04-02.log
│ │ ├── manager.2012-04-03.log
│ │ ├── manager.2012-04-04.log
│ │ ├── manager.2012-04-07.log
│ │ └── manager.2012-06-03.log
│ ├── webapps
│ │ ├── EasyBuy
│ │ │ ├── META-INF
│ │ │ │ └── MANIFEST.MF
│ │ │ ├── MyJsp.jsp
│ │ │ ├── WEB-INF
│ │ │ │ ├── classes
│ │ │ │ │ └── bdqn
│ │ │ │ │ └── xyr
│ │ │ │ │ └── easybuy
│ │ │ │ │ ├── Biz
│ │ │ │ │ │ ├── easyBuy_CommentBiz.class
│ │ │ │ │ │ ├── easyBuy_NewsBiz.class
│ │ │ │ │ │ ├── easyBuy_OrderBiz.class
│ │ │ │ │ │ ├── easyBuy_ProductBiz.class
│ │ │ │ │ │ ├── easyBuy_Product_CategoryBiz.class
│ │ │ │ │ │ └── easyBuy_UserBiz.class
│ │ │ │ │ ├── BizImpl
│ │ │ │ │ │ ├── easyBuy_CommentBizImpl.class
│ │ │ │ │ │ ├── easyBuy_NewsBizImpl.class
│ │ │ │ │ │ ├── easyBuy_OrderBizImpl.class
│ │ │ │ │ │ ├── easyBuy_ProductBizImpl.class
│ │ │ │ │ │ ├── easyBuy_Product_CategoryBizImpl.class
│ │ │ │ │ │ └── easyBuy_UserBizImpl.class
│ │ │ │ │ ├── Control
│ │ │ │ │ │ ├── easyBuy_CommentServlet.class
│ │ │ │ │ │ ├── easyBuy_NewsServlet.class
│ │ │ │ │ │ ├── easyBuy_OrderServlet.class
│ │ │ │ │ │ ├── easyBuy_ProductServlet.class
│ │ │ │ │ │ ├── easyBuy_Product_CategoryServlet.class
│ │ │ │ │ │ ├── easyBuy_UserServlet.class
│ │ │ │ │ │ ├── easyBuy_index.class
│ │ │ │ │ │ └── manage.class
│ │ │ │ │ ├── Dao
│ │ │ │ │ │ ├── baseDao.class
│ │ │ │ │ │ ├── easyBuy_CommentDao.class
│ │ │ │ │ │ ├── easyBuy_NewsDao.class
│ │ │ │ │ │ ├── easyBuy_OrderDao.class
│ │ │ │ │ │ ├── easyBuy_ProductDao.class
│ │ │ │ │ │ ├── easyBuy_Product_CategoryDao.class
│ │ │ │ │ │ └── easyBuy_UserDao.class
│ │ │ │ │ ├── DaoImpl
│ │ │ │ │ │ ├── easyBuy_CommentDaoImpl.class
│ │ │ │ │ │ ├── easyBuy_NewsDaoImpl.class
│ │ │ │ │ │ ├── easyBuy_OrderDaoImpl.class
│ │ │ │ │ │ ├── easyBuy_ProductDaoImpl.class
│ │ │ │ │ │ ├── easyBuy_Product_CategoryDaoImpl.class
│ │ │ │ │ │ └── easyBuy_UserDaoImpl.class
│ │ │ │ │ └── javabean
│ │ │ │ │ ├── EasyBuy_Comment.class
│ │ │ │ │ ├── EasyBuy_News.class
│ │ │ │ │ ├── EasyBuy_Product.class
│ │ │ │ │ ├── EasyBuy_User.class
│ │ │ │ │ ├── easyBuy_Order.class
│ │ │ │ │ └── easyBuy_Product_Category.class
│ │ │ │ ├── lib
│ │ │ │ │ ├── jsf-api.jar
│ │ │ │ │ ├── jsf-impl.jar
│ │ │ │ │ └── jstl-1.2.jar
│ │ │ │ └── web.xml
│ │ │ ├── chat-room.jsp
│ │ │ ├── css
│ │ │ │ └── style.css
│ │ │ ├── guestbook.jsp
│ │ │ ├── images
│ │ │ │ ├── bg.png
│ │ │ │ ├── logo.gif
│ │ │ │ └── product
│ │ │ │ ├── 0.jpg
│ │ │ │ ├── 0_tiny.gif
│ │ │ │ ├── 1.jpg
│ │ │ │ ├── 10.jpg
│ │ │ │ ├── 2.jpg
│ │ │ │ ├── 3.jpg
│ │ │ │ ├── 4.jpg
│ │ │ │ ├── 5.jpg
│ │ │ │ ├── 6.jpg
│ │ │ │ ├── 7.jpg
│ │ │ │ ├── 8.jpg
│ │ │ │ └── 9.jpg
│ │ │ ├── index.jsp
│ │ │ ├── index_sort.jsp
│ │ │ ├── login.jsp
│ │ │ ├── manage
│ │ │ │ ├── guestbook-modify.html
│ │ │ │ ├── guestbook-modify.jsp
│ │ │ │ ├── guestbook.html
│ │ │ │ ├── guestbook.jsp
│ │ │ │ ├── index.html
│ │ │ │ ├── manage-result.html
│ │ │ │ ├── manage-result.jsp
│ │ │ │ ├── news-add.html
│ │ │ │ ├── news-add.jsp
│ │ │ │ ├── news-modify.html
│ │ │ │ ├── news-modify.jsp
│ │ │ │ ├── news.html
│ │ │ │ ├── news.jsp
│ │ │ │ ├── order-modify.html
│ │ │ │ ├── order-modify.jsp
│ │ │ │ ├── order.html
│ │ │ │ ├── order.jsp
│ │ │ │ ├── product-add.html
│ │ │ │ ├── product-add.jsp
│ │ │ │ ├── product-modify.html
│ │ │ │ ├── product-modify.jsp
│ │ │ │ ├── product.html
│ │ │ │ ├── product.jsp
│ │ │ │ ├── productClass-add.html
│ │ │ │ ├── productClass-add.jsp
│ │ │ │ ├── productClass-modify.html
│ │ │ │ ├── productClass-modify.jsp
│ │ │ │ ├── productClass.html
│ │ │ │ ├── productClass.jsp
│ │ │ │ ├── user-add.html
│ │ │ │ ├── user-add.jsp
│ │ │ │ ├── user-modify.html
│ │ │ │ ├── user-modify.jsp
│ │ │ │ ├── user.html
│ │ │ │ └── user.jsp
│ │ │ ├── news-view.jsp
│ │ │ ├── product-list.jsp
│ │ │ ├── product-view.jsp
│ │ │ ├── reg-result.jsp
│ │ │ ├── register.jsp
│ │ │ ├── scripts
│ │ │ │ ├── function-manage.js
│ │ │ │ └── function.js
│ │ │ ├── shopping-result.jsp
│ │ │ └── shopping.jsp
│ │ ├── EasyBuy.myeclipse.bak
│ │ │ ├── META-INF
│ │ │ │ └── MANIFEST.MF
│ │ │ ├── MyJsp.jsp
│ │ │ ├── WEB-INF
│ │ │ │ ├── classes
│ │ │ │ │ └── bdqn
│ │ │ │ │ └── xyr
│ │ │ │ │ └── easybuy
│ │ │ │ │ ├── Biz
│ │ │ │ │ │ ├── easyBuy_CommentBiz.class
│ │ │ │ │ │ ├── easyBuy_NewsBiz.class
│ │ │ │ │ │ ├── easyBuy_OrderBiz.class
│ │ │ │ │ │ ├── easyBuy_ProductBiz.class
│ │ │ │ │ │ ├── easyBuy_Product_CategoryBiz.class
│ │ │ │ │ │ └── easyBuy_UserBiz.class
│ │ │ │ │ ├── BizImpl
│ │ │ │ │ │ ├── easyBuy_CommentBizImpl.class
│ │ │ │ │ │ ├── easyBuy_NewsBizImpl.class
│ │ │ │ │ │ ├── easyBuy_OrderBizImpl.class
│ │ │ │ │ │ ├── easyBuy_ProductBizImpl.class
│ │ │ │ │ │ ├── easyBuy_Product_CategoryBizImpl.class
│ │ │ │ │ │ └── easyBuy_UserBizImpl.class
│ │ │ │ │ ├── Control
│ │ │ │ │ │ ├── easyBuy_CommentServlet.class
│ │ │ │ │ │ ├── easyBuy_NewsServlet.class
│ │ │ │ │ │ ├── easyBuy_OrderServlet.class
│ │ │ │ │ │ ├── easyBuy_ProductServlet.class
│ │ │ │ │ │ ├── easyBuy_Product_CategoryServlet.class
│ │ │ │ │ │ ├── easyBuy_UserServlet.class
│ │ │ │ │ │ ├── easyBuy_index.class
│ │ │ │ │ │ └── manage.class
│ │ │ │ │ ├── Dao
│ │ │ │ │ │ ├── baseDao.class
│ │ │ │ │ │ ├── easyBuy_CommentDao.class
│ │ │ │ │ │ ├── easyBuy_NewsDao.class
│ │ │ │ │ │ ├── easyBuy_OrderDao.class
│ │ │ │ │ │ ├── easyBuy_ProductDao.class
│ │ │ │ │ │ ├── easyBuy_Product_CategoryDao.class
│ │ │ │ │ │ └── easyBuy_UserDao.class
│ │ │ │ │ ├── DaoImpl
│ │ │ │ │ │ ├── easyBuy_CommentDaoImpl.class
│ │ │ │ │ │ ├── easyBuy_NewsDaoImpl.class
│ │ │ │ │ │ ├── easyBuy_OrderDaoImpl.class
│ │ │ │ │ │ ├── easyBuy_ProductDaoImpl.class
│ │ │ │ │ │ ├── easyBuy_Product_CategoryDaoImpl.class
│ │ │ │ │ │ └── easyBuy_UserDaoImpl.class
│ │ │ │ │ └── javabean
│ │ │ │ │ ├── EasyBuy_Comment.class
│ │ │ │ │ ├── EasyBuy_News.class
│ │ │ │ │ ├── EasyBuy_Product.class
│ │ │ │ │ ├── EasyBuy_User.class
│ │ │ │ │ ├── easyBuy_Order.class
│ │ │ │ │ └── easyBuy_Product_Category.class
│ │ │ │ ├── lib
│ │ │ │ │ ├── jsf-api.jar
│ │ │ │ │ ├── jsf-impl.jar
│ │ │ │ │ └── jstl-1.2.jar
│ │ │ │ └── web.xml
│ │ │ ├── chat-room.jsp
│ │ │ ├── css
│ │ │ │ └── style.css
│ │ │ ├── guestbook.jsp
│ │ │ ├── images
│ │ │ │ ├── bg.png
│ │ │ │ ├── logo.gif
│ │ │ │ └── product
│ │ │ │ ├── 0.jpg
│ │ │ │ ├── 0_tiny.gif
│ │ │ │ ├── 1.jpg
│ │ │ │ ├── 10.jpg
│ │ │ │ ├── 2.jpg
│ │ │ │ ├── 3.jpg
│ │ │ │ ├── 4.jpg
│ │ │ │ ├── 5.jpg
│ │ │ │ ├── 6.jpg
│ │ │ │ ├── 7.jpg
│ │ │ │ ├── 8.jpg
│ │ │ │ └── 9.jpg
│ │ │ ├── index.jsp
│ │ │ ├── index_sort.jsp
│ │ │ ├── login.jsp
│ │ │ ├── manage
│ │ │ │ ├── guestbook-modify.html
│ │ │ │ ├── guestbook.html
│ │ │ │ ├── guestbook.jsp
│ │ │ │ ├── index.html
│ │ │ │ ├── manage-result.html
│ │ │ │ ├── news-add.html
│ │ │ │ ├── news-modify.html
│ │ │ │ ├── news-modify.jsp
│ │ │ │ ├── news.html
│ │ │ │ ├── order-modify.html
│ │ │ │ ├── order-modify.jsp
│ │ │ │ ├── order.html
│ │ │ │ ├── order.jsp
│ │ │ │ ├── product-add.html
│ │ │ │ ├── product-add.jsp
│ │ │ │ ├── product-modify.html
│ │ │ │ ├── product-modify.jsp
│ │ │ │ ├── product.html
│ │ │ │ ├── product.jsp
│ │ │ │ ├── productClass-add.html
│ │ │ │ ├── productClass-add.jsp
│ │ │ │ ├── productClass-modify.html
│ │ │ │ ├── productClass-modify.jsp
│ │ │ │ ├── productClass.html
│ │ │ │ ├── productClass.jsp
│ │ │ │ ├── user-add.html
│ │ │ │ ├── user-add.jsp
│ │ │ │ ├── user-modify.html
│ │ │ │ ├── user.html
│ │ │ │ └── user.jsp
│ │ │ ├── news-view.jsp
│ │ │ ├── product-list.jsp
│ │ │ ├── product-view.jsp
│ │ │ ├── reg-result.jsp
│ │ │ ├── register.jsp
│ │ │ ├── scripts
│ │ │ │ ├── function-manage.js
│ │ │ │ └── function.js
│ │ │ ├── shopping-result.jsp
│ │ │ └── shopping.jsp
│ │ ├── ROOT
│ │ │ ├── RELEASE-NOTES.txt
│ │ │ ├── WEB-INF
│ │ │ │ └── web.xml
│ │ │ ├── asf-logo-wide.gif
│ │ │ ├── build.xml
│ │ │ ├── favicon.ico
│ │ │ ├── index.html
│ │ │ ├── index.jsp
│ │ │ ├── tomcat-power.gif
│ │ │ ├── tomcat.gif
│ │ │ └── tomcat.svg
│ │ ├── docs
│ │ │ ├── BUILDING.txt
│ │ │ ├── RELEASE-NOTES.txt
│ │ │ ├── RUNNING.txt
│ │ │ ├── WEB-INF
│ │ │ │ └── web.xml
│ │ │ ├── aio.html
│ │ │ ├── api
│ │ │ │ └── index.html
│ │ │ ├── appdev
│ │ │ │ ├── build.xml.txt
│ │ │ │ ├── deployment.html
│ │ │ │ ├── index.html
│ │ │ │ ├── installation.html
│ │ │ │ ├── introduction.html
│ │ │ │ ├── processes.html
│ │ │ │ ├── sample
│ │ │ │ │ ├── build.xml
│ │ │ │ │ ├── docs
│ │ │ │ │ │ └── README.txt
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sample.war
│ │ │ │ │ ├── src
│ │ │ │ │ │ └── mypackage
│ │ │ │ │ │ └── Hello.java
│ │ │ │ │ └── web
│ │ │ │ │ ├── WEB-INF
│ │ │ │ │ │ └── web.xml
│ │ │ │ │ ├── hello.jsp
│ │ │ │ │ ├── images
│ │ │ │ │ │ └── tomcat.gif
│ │ │ │ │ └── index.html
│ │ │ │ ├── source.html
│ │ │ │ └── web.xml.txt
│ │ │ ├── apr.html
│ │ │ ├── architecture
│ │ │ │ ├── index.html
│ │ │ │ ├── overview.html
│ │ │ │ ├── requestProcess
│ │ │ │ │ ├── requestProcess.pdf
│ │ │ │ │ └── roseModel.mdl
│ │ │ │ ├── requestProcess.html
│ │ │ │ ├── startup
│ │ │ │ │ ├── serverStartup.pdf
│ │ │ │ │ └── serverStartup.txt
│ │ │ │ └── startup.html
│ │ │ ├── balancer-howto.html
│ │ │ ├── building.html
│ │ │ ├── cgi-howto.html
│ │ │ ├── changelog.html
│ │ │ ├── class-loader-howto.html
│ │ │ ├── cluster-howto.html
│ │ │ ├── config
│ │ │ │ ├── ajp.html
│ │ │ │ ├── cluster-channel.html
│ │ │ │ ├── cluster-deployer.html
│ │ │ │ ├── cluster-interceptor.html
│ │ │ │ ├── cluster-listener.html
│ │ │ │ ├── cluster-manager.html
│ │ │ │ ├── cluster-membership.html
│ │ │ │ ├── cluster-receiver.html
│ │ │ │ ├── cluster-sender.html
│ │ │ │ ├── cluster-valve.html
│ │ │ │ ├── cluster.html
│ │ │ │ ├── context.html
│ │ │ │ ├── engine.html
│ │ │ │ ├── executor.html
│ │ │ │ ├── globalresources.html
│ │ │ │ ├── host.html
│ │ │ │ ├── http.html
│ │ │ │ ├── index.html
│ │ │ │ ├── listeners.html
│ │ │ │ ├── loader.html
│ │ │ │ ├── manager.html
│ │ │ │ ├── realm.html
│ │ │ │ ├── resources.html
│ │ │ │ ├── server.html
│ │ │ │ ├── service.html
│ │ │ │ ├── systemprops.html
│ │ │ │ └── valve.html
│ │ │ ├── connectors.html
│ │ │ ├── default-servlet.html
│ │ │ ├── deployer-howto.html
│ │ │ ├── developers.html
│ │ │ ├── extras.html
│ │ │ ├── funcspecs
│ │ │ │ ├── fs-admin-apps.html
│ │ │ │ ├── fs-admin-objects.html
│ │ │ │ ├── fs-admin-opers.html
│ │ │ │ ├── fs-default.html
│ │ │ │ ├── fs-invoker.html
│ │ │ │ ├── fs-jdbc-realm.html
│ │ │ │ ├── fs-jndi-realm.html
│ │ │ │ ├── fs-memory-realm.html
│ │ │ │ ├── index.html
│ │ │ │ └── mbean-names.html
│ │ │ ├── html-manager-howto.html
│ │ │ ├── images
│ │ │ │ ├── add.gif
│ │ │ │ ├── asf-logo.gif
│ │ │ │ ├── code.gif
│ │ │ │ ├── design.gif
│ │ │ │ ├── docs.gif
│ │ │ │ ├── fix.gif
│ │ │ │ ├── printer.gif
│ │ │ │ ├── tomcat.gif
│ │ │ │ ├── tomcat.svg
│ │ │ │ ├── update.gif
│ │ │ │ └── void.gif
│ │ │ ├── index.html
│ │ │ ├── introduction.html
│ │ │ ├── jasper-howto.html
│ │ │ ├── jndi-datasource-examples-howto.html
│ │ │ ├── jndi-resources-howto.html
│ │ │ ├── logging.html
│ │ │ ├── manager-howto.html
│ │ │ ├── maven-jars.html
│ │ │ ├── mbeans-descriptor-howto.html
│ │ │ ├── monitoring.html
│ │ │ ├── proxy-howto.html
│ │ │ ├── realm-howto.html
│ │ │ ├── security-manager-howto.html
│ │ │ ├── setup.html
│ │ │ ├── ssi-howto.html
│ │ │ ├── ssl-howto.html
│ │ │ ├── tribes
│ │ │ │ ├── faq.html
│ │ │ │ ├── introduction.html
│ │ │ │ └── setup.html
│ │ │ ├── virtual-hosting-howto.html
│ │ │ └── windows-service-howto.html
│ │ ├── examples
│ │ │ ├── WEB-INF
│ │ │ │ ├── classes
│ │ │ │ │ ├── CookieExample.class
│ │ │ │ │ ├── CookieExample.java
│ │ │ │ │ ├── HelloWorldExample.class
│ │ │ │ │ ├── HelloWorldExample.java
│ │ │ │ │ ├── LocalStrings.properties
│ │ │ │ │ ├── LocalStrings_en.properties
│ │ │ │ │ ├── LocalStrings_es.properties
│ │ │ │ │ ├── LocalStrings_fr.properties
│ │ │ │ │ ├── LocalStrings_pt.properties
│ │ │ │ │ ├── RequestHeaderExample.class
│ │ │ │ │ ├── RequestHeaderExample.java
│ │ │ │ │ ├── RequestInfoExample.class
│ │ │ │ │ ├── RequestInfoExample.java
│ │ │ │ │ ├── RequestParamExample.class
│ │ │ │ │ ├── RequestParamExample.java
│ │ │ │ │ ├── SessionExample.class
│ │ │ │ │ ├── SessionExample.java
│ │ │ │ │ ├── cal
│ │ │ │ │ │ ├── Entries.class
│ │ │ │ │ │ ├── Entries.java
│ │ │ │ │ │ ├── Entry.class
│ │ │ │ │ │ ├── Entry.java
│ │ │ │ │ │ ├── JspCalendar.class
│ │ │ │ │ │ ├── JspCalendar.java
│ │ │ │ │ │ ├── TableBean.class
│ │ │ │ │ │ └── TableBean.java
│ │ │ │ │ ├── chat
│ │ │ │ │ │ ├── ChatServlet$MessageSender.class
│ │ │ │ │ │ ├── ChatServlet.class
│ │ │ │ │ │ └── ChatServlet.java
│ │ │ │ │ ├── checkbox
│ │ │ │ │ │ ├── CheckTest.class
│ │ │ │ │ │ └── CheckTest.java
│ │ │ │ │ ├── colors
│ │ │ │ │ │ ├── ColorGameBean.class
│ │ │ │ │ │ └── ColorGameBean.java
│ │ │ │ │ ├── compressionFilters
│ │ │ │ │ │ ├── CompressionFilter.class
│ │ │ │ │ │ ├── CompressionFilter.java
│ │ │ │ │ │ ├── CompressionFilterTestServlet.class
│ │ │ │ │ │ ├── CompressionFilterTestServlet.java
│ │ │ │ │ │ ├── CompressionResponseStream.class
│ │ │ │ │ │ ├── CompressionResponseStream.java
│ │ │ │ │ │ ├── CompressionServletResponseWrapper.class
│ │ │ │ │ │ └── CompressionServletResponseWrapper.java
│ │ │ │ │ ├── dates
│ │ │ │ │ │ ├── JspCalendar.class
│ │ │ │ │ │ └── JspCalendar.java
│ │ │ │ │ ├── error
│ │ │ │ │ │ ├── Smart.class
│ │ │ │ │ │ └── Smart.java
│ │ │ │ │ ├── examples
│ │ │ │ │ │ ├── ExampleTagBase.class
│ │ │ │ │ │ ├── ExampleTagBase.java
│ │ │ │ │ │ ├── FooTag.class
│ │ │ │ │ │ ├── FooTag.java
│ │ │ │ │ │ ├── FooTagExtraInfo.class
│ │ │ │ │ │ ├── FooTagExtraInfo.java
│ │ │ │ │ │ ├── LogTag.class
│ │ │ │ │ │ ├── LogTag.java
│ │ │ │ │ │ ├── ShowSource.class
│ │ │ │ │ │ └── ShowSource.java
│ │ │ │ │ ├── filters
│ │ │ │ │ │ ├── ExampleFilter.class
│ │ │ │ │ │ ├── ExampleFilter.java
│ │ │ │ │ │ ├── RequestDumperFilter.class
│ │ │ │ │ │ ├── RequestDumperFilter.java
│ │ │ │ │ │ ├── SetCharacterEncodingFilter.class
│ │ │ │ │ │ └── SetCharacterEncodingFilter.java
│ │ │ │ │ ├── jsp2
│ │ │ │ │ │ └── examples
│ │ │ │ │ │ ├── BookBean.class
│ │ │ │ │ │ ├── BookBean.java
│ │ │ │ │ │ ├── FooBean.class
│ │ │ │ │ │ ├── FooBean.java
│ │ │ │ │ │ ├── el
│ │ │ │ │ │ │ ├── Functions.class
│ │ │ │ │ │ │ └── Functions.java
│ │ │ │ │ │ └── simpletag
│ │ │ │ │ │ ├── EchoAttributesTag.class
│ │ │ │ │ │ ├── EchoAttributesTag.java
│ │ │ │ │ │ ├── FindBookSimpleTag.class
│ │ │ │ │ │ ├── FindBookSimpleTag.java
│ │ │ │ │ │ ├── HelloWorldSimpleTag.class
│ │ │ │ │ │ ├── HelloWorldSimpleTag.java
│ │ │ │ │ │ ├── RepeatSimpleTag.class
│ │ │ │ │ │ ├── RepeatSimpleTag.java
│ │ │ │ │ │ ├── ShuffleSimpleTag.class
│ │ │ │ │ │ ├── ShuffleSimpleTag.java
│ │ │ │ │ │ ├── TileSimpleTag.class
│ │ │ │ │ │ └── TileSimpleTag.java
│ │ │ │ │ ├── listeners
│ │ │ │ │ │ ├── ContextListener.class
│ │ │ │ │ │ ├── ContextListener.java
│ │ │ │ │ │ ├── SessionListener.class
│ │ │ │ │ │ └── SessionListener.java
│ │ │ │ │ ├── num
│ │ │ │ │ │ ├── NumberGuessBean.class
│ │ │ │ │ │ └── NumberGuessBean.java
│ │ │ │ │ ├── servletToJsp.class
│ │ │ │ │ ├── servletToJsp.java
│ │ │ │ │ ├── sessions
│ │ │ │ │ │ ├── DummyCart.class
│ │ │ │ │ │ └── DummyCart.java
│ │ │ │ │ ├── util
│ │ │ │ │ │ ├── HTMLFilter.class
│ │ │ │ │ │ └── HTMLFilter.java
│ │ │ │ │ └── validators
│ │ │ │ │ ├── DebugValidator.class
│ │ │ │ │ └── DebugValidator.java
│ │ │ │ ├── jsp
│ │ │ │ │ ├── applet
│ │ │ │ │ │ └── Clock2.java
│ │ │ │ │ ├── debug-taglib.tld
│ │ │ │ │ └── example-taglib.tld
│ │ │ │ ├── jsp2
│ │ │ │ │ └── jsp2-example-taglib.tld
│ │ │ │ ├── lib
│ │ │ │ │ ├── jstl.jar
│ │ │ │ │ └── standard.jar
│ │ │ │ ├── tags
│ │ │ │ │ ├── displayProducts.tag
│ │ │ │ │ ├── helloWorld.tag
│ │ │ │ │ ├── panel.tag
│ │ │ │ │ └── xhtmlbasic.tag
│ │ │ │ └── web.xml
│ │ │ ├── index.html
│ │ │ ├── jsp
│ │ │ │ ├── cal
│ │ │ │ │ ├── Entries.java.html
│ │ │ │ │ ├── Entry.java.html
│ │ │ │ │ ├── JspCalendar.java.html
│ │ │ │ │ ├── TableBean.java.html
│ │ │ │ │ ├── cal1.jsp
│ │ │ │ │ ├── cal1.jsp.html
│ │ │ │ │ ├── cal2.jsp
│ │ │ │ │ ├── cal2.jsp.html
│ │ │ │ │ ├── calendar.html
│ │ │ │ │ └── login.html
│ │ │ │ ├── chat
│ │ │ │ │ ├── index.jsp
│ │ │ │ │ ├── index.jsp.html
│ │ │ │ │ ├── login.jsp
│ │ │ │ │ ├── login.jsp.html
│ │ │ │ │ ├── post.jsp
│ │ │ │ │ └── post.jsp.html
│ │ │ │ ├── checkbox
│ │ │ │ │ ├── CheckTest.html
│ │ │ │ │ ├── check.html
│ │ │ │ │ ├── checkresult.jsp
│ │ │ │ │ ├── checkresult.jsp.html
│ │ │ │ │ └── cresult.html
│ │ │ │ ├── colors
│ │ │ │ │ ├── ColorGameBean.html
│ │ │ │ │ ├── clr.html
│ │ │ │ │ ├── colors.html
│ │ │ │ │ ├── colrs.jsp
│ │ │ │ │ └── colrs.jsp.html
│ │ │ │ ├── dates
│ │ │ │ │ ├── date.html
│ │ │ │ │ ├── date.jsp
│ │ │ │ │ └── date.jsp.html
│ │ │ │ ├── error
│ │ │ │ │ ├── er.html
│ │ │ │ │ ├── err.jsp
│ │ │ │ │ ├── err.jsp.html
│ │ │ │ │ ├── error.html
│ │ │ │ │ ├── errorpge.jsp
│ │ │ │ │ └── errorpge.jsp.html
│ │ │ │ ├── forward
│ │ │ │ │ ├── forward.jsp
│ │ │ │ │ ├── forward.jsp.html
│ │ │ │ │ ├── fwd.html
│ │ │ │ │ ├── one.jsp
│ │ │ │ │ ├── one.jsp.html
│ │ │ │ │ └── two.html
│ │ │ │ ├── images
│ │ │ │ │ ├── code.gif
│ │ │ │ │ ├── execute.gif
│ │ │ │ │ ├── read.gif
│ │ │ │ │ └── return.gif
│ │ │ │ ├── include
│ │ │ │ │ ├── foo.html
│ │ │ │ │ ├── foo.jsp
│ │ │ │ │ ├── foo.jsp.html
│ │ │ │ │ ├── inc.html
│ │ │ │ │ ├── include.jsp
│ │ │ │ │ └── include.jsp.html
│ │ │ │ ├── index.html
│ │ │ │ ├── jsp2
│ │ │ │ │ ├── el
│ │ │ │ │ │ ├── Functions.java.html
│ │ │ │ │ │ ├── basic-arithmetic.html
│ │ │ │ │ │ ├── basic-arithmetic.jsp
│ │ │ │ │ │ ├── basic-arithmetic.jsp.html
│ │ │ │ │ │ ├── basic-comparisons.html
│ │ │ │ │ │ ├── basic-comparisons.jsp
│ │ │ │ │ │ ├── basic-comparisons.jsp.html
│ │ │ │ │ │ ├── functions.html
│ │ │ │ │ │ ├── functions.jsp
│ │ │ │ │ │ ├── functions.jsp.html
│ │ │ │ │ │ ├── implicit-objects.html
│ │ │ │ │ │ ├── implicit-objects.jsp
│ │ │ │ │ │ └── implicit-objects.jsp.html
│ │ │ │ │ ├── jspattribute
│ │ │ │ │ │ ├── FooBean.java.html
│ │ │ │ │ │ ├── HelloWorldSimpleTag.java.html
│ │ │ │ │ │ ├── ShuffleSimpleTag.java.html
│ │ │ │ │ │ ├── TileSimpleTag.java.html
│ │ │ │ │ │ ├── jspattribute.html
│ │ │ │ │ │ ├── jspattribute.jsp
│ │ │ │ │ │ ├── jspattribute.jsp.html
│ │ │ │ │ │ ├── shuffle.html
│ │ │ │ │ │ ├── shuffle.jsp
│ │ │ │ │ │ └── shuffle.jsp.html
│ │ │ │ │ ├── jspx
│ │ │ │ │ │ ├── basic.html
│ │ │ │ │ │ ├── basic.jspx
│ │ │ │ │ │ ├── basic.jspx.html
│ │ │ │ │ │ ├── svgexample.html
│ │ │ │ │ │ ├── textRotate.html
│ │ │ │ │ │ ├── textRotate.jpg
│ │ │ │ │ │ ├── textRotate.jspx
│ │ │ │ │ │ └── textRotate.jspx.html
│ │ │ │ │ ├── misc
│ │ │ │ │ │ ├── EchoAttributesTag.java.html
│ │ │ │ │ │ ├── coda.jspf
│ │ │ │ │ │ ├── coda.jspf.html
│ │ │ │ │ │ ├── config.html
│ │ │ │ │ │ ├── config.jsp
│ │ │ │ │ │ ├── config.jsp.html
│ │ │ │ │ │ ├── dynamicattrs.html
│ │ │ │ │ │ ├── dynamicattrs.jsp
│ │ │ │ │ │ ├── dynamicattrs.jsp.html
│ │ │ │ │ │ ├── prelude.jspf
│ │ │ │ │ │ └── prelude.jspf.html
│ │ │ │ │ ├── simpletag
│ │ │ │ │ │ ├── BookBean.java.html
│ │ │ │ │ │ ├── FindBookSimpleTag.java.html
│ │ │ │ │ │ ├── Functions.java.html
│ │ │ │ │ │ ├── HelloWorldSimpleTag.java.html
│ │ │ │ │ │ ├── RepeatSimpleTag.java.html
│ │ │ │ │ │ ├── book.html
│ │ │ │ │ │ ├── book.jsp
│ │ │ │ │ │ ├── book.jsp.html
│ │ │ │ │ │ ├── hello.html
│ │ │ │ │ │ ├── hello.jsp
│ │ │ │ │ │ ├── hello.jsp.html
│ │ │ │ │ │ ├── repeat.html
│ │ │ │ │ │ ├── repeat.jsp
│ │ │ │ │ │ └── repeat.jsp.html
│ │ │ │ │ └── tagfiles
│ │ │ │ │ ├── displayProducts.tag.html
│ │ │ │ │ ├── hello.html
│ │ │ │ │ ├── hello.jsp
│ │ │ │ │ ├── hello.jsp.html
│ │ │ │ │ ├── helloWorld.tag.html
│ │ │ │ │ ├── panel.html
│ │ │ │ │ ├── panel.jsp
│ │ │ │ │ ├── panel.jsp.html
│ │ │ │ │ ├── panel.tag.html
│ │ │ │ │ ├── products.html
│ │ │ │ │ ├── products.jsp
│ │ │ │ │ ├── products.jsp.html
│ │ │ │ │ └── xhtmlbasic.tag.html
│ │ │ │ ├── jsptoserv
│ │ │ │ │ ├── hello.jsp
│ │ │ │ │ ├── hello.jsp.html
│ │ │ │ │ ├── jsptoservlet.jsp
│ │ │ │ │ ├── jsptoservlet.jsp.html
│ │ │ │ │ ├── jts.html
│ │ │ │ │ └── servletToJsp.java.html
│ │ │ │ ├── num
│ │ │ │ │ ├── numguess.html
│ │ │ │ │ ├── numguess.jsp
│ │ │ │ │ └── numguess.jsp.html
│ │ │ │ ├── plugin
│ │ │ │ │ ├── applet
│ │ │ │ │ │ ├── Clock2.class
│ │ │ │ │ │ └── Clock2.java
│ │ │ │ │ ├── plugin.html
│ │ │ │ │ ├── plugin.jsp
│ │ │ │ │ └── plugin.jsp.html
│ │ │ │ ├── security
│ │ │ │ │ └── protected
│ │ │ │ │ ├── error.jsp
│ │ │ │ │ ├── error.jsp.html
│ │ │ │ │ ├── index.jsp
│ │ │ │ │ ├── index.jsp.html
│ │ │ │ │ ├── login.jsp
│ │ │ │ │ └── login.jsp.html
│ │ │ │ ├── sessions
│ │ │ │ │ ├── DummyCart.html
│ │ │ │ │ ├── carts.html
│ │ │ │ │ ├── carts.jsp
│ │ │ │ │ ├── carts.jsp.html
│ │ │ │ │ └── crt.html
│ │ │ │ ├── simpletag
│ │ │ │ │ ├── foo.html
│ │ │ │ │ ├── foo.jsp
│ │ │ │ │ └── foo.jsp.html
│ │ │ │ ├── snp
│ │ │ │ │ ├── snoop.html
│ │ │ │ │ ├── snoop.jsp
│ │ │ │ │ └── snoop.jsp.html
│ │ │ │ ├── source.jsp
│ │ │ │ ├── source.jsp.html
│ │ │ │ ├── tagplugin
│ │ │ │ │ ├── choose.html
│ │ │ │ │ ├── choose.jsp
│ │ │ │ │ ├── choose.jsp.html
│ │ │ │ │ ├── foreach.html
│ │ │ │ │ ├── foreach.jsp
│ │ │ │ │ ├── foreach.jsp.html
│ │ │ │ │ ├── howto.html
│ │ │ │ │ ├── if.html
│ │ │ │ │ ├── if.jsp
│ │ │ │ │ ├── if.jsp.html
│ │ │ │ │ └── notes.html
│ │ │ │ └── xml
│ │ │ │ ├── xml.html
│ │ │ │ ├── xml.jsp
│ │ │ │ └── xml.jsp.html
│ │ │ └── servlets
│ │ │ ├── cookies.html
│ │ │ ├── helloworld.html
│ │ │ ├── images
│ │ │ │ ├── code.gif
│ │ │ │ ├── execute.gif
│ │ │ │ └── return.gif
│ │ │ ├── index.html
│ │ │ ├── reqheaders.html
│ │ │ ├── reqinfo.html
│ │ │ ├── reqparams.html
│ │ │ └── sessions.html
│ │ ├── host-manager
│ │ │ ├── META-INF
│ │ │ │ └── context.xml
│ │ │ ├── WEB-INF
│ │ │ │ └── web.xml
│ │ │ ├── images
│ │ │ │ ├── add.gif
│ │ │ │ ├── asf-logo.gif
│ │ │ │ ├── code.gif
│ │ │ │ ├── design.gif
│ │ │ │ ├── docs.gif
│ │ │ │ ├── fix.gif
│ │ │ │ ├── tomcat.gif
│ │ │ │ ├── update.gif
│ │ │ │ └── void.gif
│ │ │ └── manager.xml
│ │ └── manager
│ │ ├── 401.jsp
│ │ ├── META-INF
│ │ │ └── context.xml
│ │ ├── WEB-INF
│ │ │ ├── jsp
│ │ │ │ ├── sessionDetail.jsp
│ │ │ │ └── sessionsList.jsp
│ │ │ └── web.xml
│ │ ├── images
│ │ │ ├── add.gif
│ │ │ ├── asf-logo.gif
│ │ │ ├── code.gif
│ │ │ ├── design.gif
│ │ │ ├── docs.gif
│ │ │ ├── fix.gif
│ │ │ ├── tomcat.gif
│ │ │ ├── update.gif
│ │ │ └── void.gif
│ │ ├── status.xsd
│ │ └── xform.xsl
│ └── work
│ └── Catalina
│ └── localhost
│ ├── EasyBuy
│ │ ├── SESSIONS.ser
│ │ └── org
│ │ └── apache
│ │ └── jsp
│ │ ├── MyJsp_jsp.class
│ │ ├── MyJsp_jsp.java
│ │ ├── guestbook_jsp.class
│ │ ├── guestbook_jsp.java
│ │ ├── index_005fsort_jsp.class
│ │ ├── index_005fsort_jsp.java
│ │ ├── index_jsp.class
│ │ ├── index_jsp.java
│ │ ├── login_jsp.class
│ │ ├── login_jsp.java
│ │ ├── manage
│ │ │ ├── guestbook_jsp.class
│ │ │ ├── guestbook_jsp.java
│ │ │ ├── news_002dmodify_jsp.class
│ │ │ ├── news_002dmodify_jsp.java
│ │ │ ├── news_jsp.class
│ │ │ ├── news_jsp.java
│ │ │ ├── order_jsp.class
│ │ │ ├── order_jsp.java
│ │ │ ├── productClass_002dadd_jsp.class
│ │ │ ├── productClass_002dadd_jsp.java
│ │ │ ├── productClass_jsp.class
│ │ │ ├── productClass_jsp.java
│ │ │ ├── product_002dadd_jsp.class
│ │ │ ├── product_002dadd_jsp.java
│ │ │ ├── product_jsp.class
│ │ │ ├── product_jsp.java
│ │ │ ├── user_002dadd_jsp.class
│ │ │ ├── user_002dadd_jsp.java
│ │ │ ├── user_jsp.class
│ │ │ └── user_jsp.java
│ │ ├── news_002dview_jsp.class
│ │ ├── news_002dview_jsp.java
│ │ ├── product_002dlist_jsp.class
│ │ ├── product_002dlist_jsp.java
│ │ ├── product_002dview_jsp.class
│ │ ├── product_002dview_jsp.java
│ │ ├── register_jsp.class
│ │ ├── register_jsp.java
│ │ ├── shopping_002dresult_jsp.class
│ │ ├── shopping_002dresult_jsp.java
│ │ ├── shopping_jsp.class
│ │ └── shopping_jsp.java
│ ├── Newq
│ │ └── SESSIONS.ser
│ ├── News
│ │ ├── SESSIONS.ser
│ │ └── org
│ │ └── apache
│ │ └── jsp
│ │ ├── new_jsp.class
│ │ └── new_jsp.java
│ ├── Textjsp
│ │ ├── SESSIONS.ser
│ │ └── org
│ │ └── apache
│ │ └── jsp
│ │ ├── index_jsp.class
│ │ └── index_jsp.java
│ ├── _
│ │ └── SESSIONS.ser
│ ├── docs
│ │ └── SESSIONS.ser
│ ├── examples
│ │ └── SESSIONS.ser
│ ├── fenye
│ │ ├── SESSIONS.ser
│ │ └── org
│ │ └── apache
│ │ └── jsp
│ │ ├── index_jsp.class
│ │ └── index_jsp.java
│ ├── hello
│ │ └── SESSIONS.ser
│ ├── host-manager
│ │ └── SESSIONS.ser
│ ├── manager
│ │ ├── SESSIONS.ser
│ │ └── org
│ │ └── apache
│ │ └── jsp
│ │ ├── _401_jsp.class
│ │ └── _401_jsp.java
│ ├── myHello
│ │ └── SESSIONS.ser
│ ├── news1
│ │ ├── SESSIONS.ser
│ │ └── org
│ │ └── apache
│ │ └── jsp
│ │ ├── News_jsp.class
│ │ ├── News_jsp.java
│ │ ├── addNews1_jsp.class
│ │ ├── addNews1_jsp.java
│ │ ├── addNews_jsp.class
│ │ ├── addNews_jsp.java
│ │ ├── admin_jsp.class
│ │ ├── admin_jsp.java
│ │ ├── do_jsp.class
│ │ ├── do_jsp.java
│ │ ├── index_jsp.class
│ │ └── index_jsp.java
│ ├── newss
│ │ ├── SESSIONS.ser
│ │ └── org
│ │ └── apache
│ │ └── jsp
│ │ ├── News_jsp.class
│ │ ├── News_jsp.java
│ │ ├── admin_jsp.class
│ │ ├── admin_jsp.java
│ │ ├── do_jsp.class
│ │ └── do_jsp.java
│ ├── newsss
│ │ └── SESSIONS.ser
│ └── web-jdbc
│ ├── SESSIONS.ser
│ └── org
│ └── apache
│ └── jsp
│ ├── admin_jsp.class
│ ├── admin_jsp.java
│ ├── do_jsp.class
│ ├── do_jsp.java
│ ├── index_jsp.class
│ └── index_jsp.java
├── web.xml
└── 请读我.txt
211 directories, 1028 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论