登录
首页 » Java » JavaEE_orderItem

JavaEE_orderItem

于 2009-01-14 发布 文件大小:2173KB
0 170
下载积分: 1 下载次数: 157

代码说明:

  JavaEE订餐项目的功能:用户登录、用户注册、添加订餐信息、查询订餐、结算、权限验证(For reservations, please JavaEE project functions: user login, user registration, add the reservation information, inquiries, reservation, settlement, permission to verify)

文件列表:

Struts_Project
..............\.classpath
..............\.mymetadata
..............\.mystrutsdata
..............\.project
..............\src
..............\...\build.xml
..............\...\com
..............\...\...\amaker
..............\...\...\......\bean
..............\...\...\......\....\Meal.java
..............\...\...\......\....\MealBean.java
..............\...\...\......\....\MealType.java
..............\...\...\......\....\SystemMember.java
..............\...\...\......\dao
..............\...\...\......\...\impl
..............\...\...\......\...\....\MealDaoImpl.java
..............\...\...\......\...\....\SystemMemberDaoImpl.java
..............\...\...\......\...\MealDao.java
..............\...\...\......\...\SystemMemberDao.java
..............\...\...\......\filter
..............\...\...\......\......\SessionFilter.java
..............\...\...\......\struts
..............\...\...\......\......\action
..............\...\...\......\......\......\LoginAction.java
..............\...\...\......\......\......\MealAction.java
..............\...\...\......\......\......\RegisterAction.java
..............\...\...\......\......\ApplicationResources.properties
..............\...\...\......\......\ApplicationResources_ch_CN.properties
..............\...\...\......\......\form
..............\...\...\......\......\....\LoginForm.java
..............\...\...\......\......\....\MealForm.java
..............\...\...\......\......\....\RegisterForm.java
..............\...\...\......\......\Test.java
..............\...\...\......\temp
..............\...\...\......\....\ApplicationResources.properties
..............\...\...\......\....\ApplicationResources_ch_CN.properties
..............\...\...\......\test
..............\...\...\......\....\SystemMemberDaoImplTest.java
..............\...\...\......\util
..............\...\...\......\....\ConnectionUtil.java
..............\...\...\......\....\SQLConstants.java
..............\...\DBConfig.properties
..............\WebRoot
..............\.......\login.jsp
..............\.......\META-INF
..............\.......\........\MANIFEST.MF
..............\.......\pages
..............\.......\.....\main.jsp
..............\.......\.....\meal.jsp
..............\.......\register.jsp
..............\.......\WEB-INF
..............\.......\.......\.struts-config.mex
..............\.......\.......\c.tld
..............\.......\.......\classes
..............\.......\.......\.......\build.xml
..............\.......\.......\.......\com
..............\.......\.......\.......\...\amaker
..............\.......\.......\.......\...\......\bean
..............\.......\.......\.......\...\......\....\Meal.class
..............\.......\.......\.......\...\......\....\MealBean.class
..............\.......\.......\.......\...\......\....\MealType.class
..............\.......\.......\.......\...\......\....\SystemMember.class
..............\.......\.......\.......\...\......\dao
..............\.......\.......\.......\...\......\...\impl
..............\.......\.......\.......\...\......\...\....\MealDaoImpl.class
..............\.......\.......\.......\...\......\...\....\SystemMemberDaoImpl.class
..............\.......\.......\.......\...\......\...\MealDao.class
..............\.......\.......\.......\...\......\...\SystemMemberDao.class
..............\.......\.......\.......\...\......\filter
..............\.......\.......\.......\...\......\......\SessionFilter.class
..............\.......\.......\.......\...\......\struts
..............\.......\.......\.......\...\......\......\action
..............\.......\.......\.......\...\......\......\......\LoginAction.class
..............\.......\.......\.......\...\......\......\......\MealAction.class
..............\.......\.......\.......\...\......\......\......\RegisterAction.class
..............\.......\.......\.......\...\......\......\ApplicationResources.properties
..............\.......\.......\.......\...\......\......\ApplicationResources_ch_CN.properties
..............\.......\.......\.......\...\......\......\form
..............\.......\.......\.......\...\......\......\....\LoginForm.class
..............\.......\.......\.......\...\......\......\....\MealForm.class
..............\.......\.......\.......\...\......\......\....\RegisterForm.class
..............\.......\.......\.......\...\......\......\Test.class
..............\.......\.......\.......\...\......\temp
..............\.......\.......\.......\...\......\....\ApplicationResources.properties
..............\.......\.......\.......\...\......\....\ApplicationResources_ch_CN.properties
..............\.......\.......\.......\...\......\test
..............\.......\.......\.......\...\......\....\SystemMemberDaoImplTest.class
..............\.......\.......\.......\...\......\util
..............\.......\.......\.......\...\......\....\ConnectionUtil.class
..............\.......\.......\.......\...\......\....\SQLConstants.class
..............\.......\.......\.......\DBConfig.properties
..............\.......\.......\lib
..............\.......\.......\...\antlr.jar
..............\.......\.......\...\commons-beanutils.jar
..............\.......\.......\...\commons-digester.jar
..............\.......\.......\...\commons-fileupload.jar
..............\.......\.......\...\commons-logging.jar
..............\.......\.......\...\commons-validator.jar
..............\.......\.......\...\jakarta-oro.jar

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MyCalculator
    利用Java 图形界面写的一个简易计算器,功能强大,界面友好(Using Java graphical interface to write a simple calculator, powerful, user-friendly)
    2013-12-28 17:22:10下载
    积分:1
  • spring-demo
    spring demo as spring boot
    2020-06-25 14:40:02下载
    积分:1
  • ex01
    1.1 作业描述 设计一个生成和显示时间的分布式应用程序,实现以下功能: 1、 一个服务器生成时间,并在多个不同节点的客户端上显示。 2、 客户端有多种时间显示方式,如模拟时钟、数字时钟。 1.2 作业要求 下面是设计时需要满足的四个要求: 1、 打破客户端和服务器开发过程中的紧耦合。 2、 打破客户端和服务器运行时的紧耦合,即不需要固定的机器,不限制客户端的数目等。 3、 允许客户端显示不同的事件。 4、 使用RPC机制或RMI机制。 (1.1 Design a job description to generate and display time distributed applications, the following functions: 1, a time server generates and displays on the client several different nodes. 2, the client has a variety of time display, such as an analog clock, a digital clock. 1.2 Operating Requirements The following is required to meet four design requirements: 1, breaking client and server development process tightly coupled. 2, breaking the tight coupling client and server runtime that does not require a fixed machine, does not limit the number of clients and so on. 3, allows clients to display different events. 4, using the RPC mechanism or RMI mechanism.)
    2014-01-22 16:18:51下载
    积分:1
  • xchart-demo-3.5.4.src
    xchart源代码,包含了大量的条形统计图 ,曲线 ,折线,弧形等众多画图源码(xchart source code Contains a large number of bar statistics curves, polygons arcs and many other drawing source code.)
    2019-06-05 13:03:06下载
    积分:1
  • SharpNeatV2
    java file for tsp problem solution and neural network sample mode .diffrent techniques in neural network
    2010-10-07 12:57:31下载
    积分:1
  • 0916660
    学生成绩管理系统,带数据库,希望能给大家帮助()
    2018-05-15 09:02:40下载
    积分:1
  • mozilla-shell-emulation
    Sets up fake implementations of MDC built-in objects and functions necessary to run the tests in V8.
    2014-02-02 22:43:09下载
    积分:1
  • ATM
    ATM 功能1.使用该提款机必须先注册 功能2 使用注册的用户名和密码登录使用本系统(校验) 以下三个功能用接口实现功能3 存钱功能4 取钱功能5 查询余额每次存 钱数+ 每次取钱 钱数-,余额>03、4、5——switch 校验 (ATM function 1 must first register to use the cash machines function 2 uses the registered user name and password to use the system (check) the following three functions with interface functionality 3 4 get money saving features functions balance each deposit 5 queries of money+ time withdrawals of money- the balance> 0 3,4,5- switch check)
    2011-11-12 23:50:42下载
    积分:1
  • hengshudao
    JAVA横竖倒显示输入的字符串 代码,代码出处:http://www.itneng.com/thread-4121-1-1.html 代码可直接编译(JAVA print)
    2013-11-18 21:42:04下载
    积分:1
  • JavaSE
    javaSE基础教程,个人总结,适合初学者。(javaSE based tutorial, personal summary, suitable for beginners)
    2014-03-15 21:16:14下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载