资源简介
采用spring struts2框架搭建
-----------------------------------------------------------------------------------
后台管理
现阶段只有一个功能,即新投票发起功能(addvote.jsp);
-----------------------------------------------------------------------------------
前台管理
(1)参与投票用户登录页面(index.jsp);
(2)用户投票页面(welcome.jsp);
(3)投票结果显示页面(result.jsp);
其他说明
(1)在“jdbc.properties”文件中配置Mysql数据库相关参数,主要是连接url,username,password;
(2)新发起的投票主题,需要手动在数据库中将其status改为"Open",用户才能对该主题进行投票;
(3)暂时一次只能进行一个主题的投票,已经完成投票操作的主题,需要手动将其status改为"Closed";
(1)在“jdbc.properties”文件中配置Mysql数据库相关参数,主要是连接url,username,password;
(2)新发起的投票主题,需要手动在数据库中将其status改为"Open",用户才能对该主题进行投票;
(3)暂时一次只能进行一个主题的投票,已经完成投票操作的主题,需要手动将其status改为"Closed";
代码片段和文件信息
package cn.vote.action;
import javax.annotation.Resource;
import cn.vote.service.VoteService;
import cn.vote.table.Votetheme;
import cn.vote.timer.Timer;
import cn.vote.util.StatusConst;
import com.opensymphony.xwork2.ActionSupport;
import freemarker.log.Logger;
public class AddVoteAction extends ActionSupport {
/**
*
*/
private static final long serialVersionUID = 1L;
Logger logger = Logger.getLogger(this.getClass().getName());
private Votetheme vote;
@Resource
private VoteService voteService;
public String addVote(){
vote.setCreatetime(Timer.getCurrentTime());
vote.setStatus(StatusConst.NEW);
if(vote.getVotemin()==null){
vote.setVotemax(1);
vote.setVotemin(1);
}
Votetheme newVote = voteService.addVote(vote);
if(newVote != null && newVote.getId() !=
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4517 2014-07-19 11:03 voteSystem-master\databa
文件 2907 2014-07-19 11:03 voteSystem-master\databa
文件 666 2014-07-19 11:03 voteSystem-master\databa
文件 36 2014-07-19 11:03 voteSystem-master\README.md
文件 623 2014-07-19 11:03 voteSystem-master\VoteSystem\.classpath
文件 1007 2014-07-19 11:03 voteSystem-master\VoteSystem\.project
文件 491 2014-07-19 11:03 voteSystem-master\VoteSystem\.settings\.jsdtscope
文件 186 2014-07-19 11:03 voteSystem-master\VoteSystem\.settings\org.eclipse.core.resources.prefs
文件 50 2014-07-19 11:03 voteSystem-master\VoteSystem\.settings\org.eclipse.core.runtime.prefs
文件 357 2014-07-19 11:03 voteSystem-master\VoteSystem\.settings\org.eclipse.jdt.core.prefs
文件 554 2014-07-19 11:03 voteSystem-master\VoteSystem\.settings\org.eclipse.wst.common.component
文件 296 2014-07-19 11:03 voteSystem-master\VoteSystem\.settings\org.eclipse.wst.common.project.facet.core.xm
文件 49 2014-07-19 11:03 voteSystem-master\VoteSystem\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2014-07-19 11:03 voteSystem-master\VoteSystem\.settings\org.eclipse.wst.jsdt.ui.superType.name
文件 2057 2014-07-19 11:03 voteSystem-master\VoteSystem\build\classes\cn\vote\action\AddVoteAction.class
文件 1896 2014-07-19 11:03 voteSystem-master\VoteSystem\build\classes\cn\vote\action\LoginAction.class
文件 5249 2014-07-19 11:03 voteSystem-master\VoteSystem\build\classes\cn\vote\action\VoteAction.class
文件 963 2014-07-19 11:03 voteSystem-master\VoteSystem\build\classes\cn\vote\dao\GenericDAO.class
文件 3484 2014-07-19 11:03 voteSystem-master\VoteSystem\build\classes\cn\vote\dao\GenericDaoHibernate.class
文件 3731 2014-07-19 11:03 voteSystem-master\VoteSystem\build\classes\cn\vote\impl\LoginServiceImpl.class
文件 800 2014-07-19 11:03 voteSystem-master\VoteSystem\build\classes\cn\vote\impl\UserServiceImpl.class
文件 6210 2014-07-19 11:03 voteSystem-master\VoteSystem\build\classes\cn\vote\impl\VoteServiceImpl.class
文件 185 2014-07-19 11:03 voteSystem-master\VoteSystem\build\classes\cn\vote\inter\UserServiceInter.class
文件 2789 2014-07-19 11:03 voteSystem-master\VoteSystem\build\classes\cn\vote\model\Users.class
文件 2895 2014-07-19 11:03 voteSystem-master\VoteSystem\build\classes\cn\vote\model\Voteinfo.class
文件 2756 2014-07-19 11:03 voteSystem-master\VoteSystem\build\classes\cn\vote\model\Voteitem.class
文件 4210 2014-07-19 11:03 voteSystem-master\VoteSystem\build\classes\cn\vote\model\Votetheme.class
文件 259 2014-07-19 11:03 voteSystem-master\VoteSystem\build\classes\cn\vote\service\LoginService.class
文件 634 2014-07-19 11:03 voteSystem-master\VoteSystem\build\classes\cn\vote\service\VoteService.class
文件 1085 2014-07-19 11:03 voteSystem-master\VoteSystem\build\classes\cn\vote\table\Users.class
............此处省略202个文件信息
相关资源
- java微服务实战书籍
- javaweb投票系统(源码+数据库脚本)
- java7开发规范
- 种子公司无纸化办公业务系统(静态
- 解决方案:java.security.InvalidKeyExcepti
- java读写csv文件(数据上传匹配)
- [Java网络编程(第3版2004)].(Java.Ne
- ice rpc网络编程(php/java/c#/ruby/等多种
- java struts2 Demo
- 《Java并发编程的艺术》pdf
- httpclient爬取美图
- Java编程思想(中文第4版)
- Java并发编程的艺术
- Java调用腾讯云接口发送短信验证码项
- java游戏:将GIF转 字符GIF
- 《iText实战(第2版)文字版》pdf
- 编写高质量代码 改善Java程序的151个
- 支付宝手机网站支付SDKDemo(官方)
- 支付宝电脑网站支付 SDK Demo(官方)
- 支付宝当面付SDK Demo(官方)-JAVA版
- Introduction to Neural Networks 2nd edition
- Linux下JAVA程序调用so库的接口函数(
- DJ NativeSwing开源包
- javaTCP模拟多用户服务器
- Guns框架技术文档
- Java常用类 上篇
- Java 解决Gdx游戏引擎中文显示问题 方
- 基于java的雷电游戏
- 两套 五子棋小游戏源码(控制台+Ja
- java飞机大战源码(改良版)
评论
共有 条评论