资源简介
ssh 投票系统,登陆注册查询功能,显示投票结果和比例,添加新投票
代码片段和文件信息
package control;
import java.util.List;
import service.IVoteService;
import service.VoteServiceImpl;
import com.opensymphony.xwork2.ActionContext;
import com.opensymphony.xwork2.ActionSupport;
import entity_xml.VoteItem;
import entity_xml.VoteOption;
import entity_xml.VoteSubject;
import entity_xml.VoteUser;
public class VoteAction extends ActionSupport {
private IVoteService voteService;
private String msg;
private List listItem;//Item List
private List listSub;//subject List
private VoteUser vu;
private List listOption;//Option List
private VoteSubject subject;
private VoteItem item=new VoteItem();
private Long [] itemOptionId;
private VoteOption vopOption=new VoteOption();
private Long subjectId;
public Long getSubjectId() {
return subjectId;
}
public void setSubjectId(Long subjectId) {
this.subjectId = subjectId;
}
public VoteOption getVopOption() {
return vopOption;
}
public void setVopOption(VoteOption vopOption) {
this.vopOption = vopOption;
}
public Long[] getItemOptionId() {
return itemOptionId;
}
public void setItemOptionId(Long[] itemOptionId) {
this.itemOptionId = itemOptionId;
}
public VoteSubject getSubject() {
if(subject==null){
if(subjectId!=null){
subject=voteService.getVSByID(subjectId);
}
}
return subject;
}
public void setSubject(VoteSubject subject) {
this.subject=subject;
}
public VoteItem getItem() {
return item;
}
public void setItem(VoteItem item) {
this.item = item;
}
public List getListItem() {
return listItem;
}
public void setListItem(List listItem) {
this.listItem = listItem;
}
public List getListOption() {
return listOption;
}
public void setListOption(List listOption) {
this.listOption = listOption;
}
public List getListSub() {
return listSub;
}
public void setListSub(List listSub) {
this.listSub = listSub;
}
public VoteUser getVu() {
return vu;
}
public void setVu(VoteUser vu) {
this.vu = vu;
}
public IVoteService getVoteService() {
return voteService;
}
public void setVoteService(IVoteService voteService) {
this.voteService = voteService;
}
public String getMsg() {
return msg;
}
public void setMsg(String msg) {
this.msg = msg;
}
public VoteAction() {
voteService=new VoteServiceImpl();
}
//用户登陆
public String login(){
VoteUser vs=voteService.login(vu.getVuUserName()vu.getVuPassword());
if(vs!=null){
ActionContext.getContext().getSession().put(“loginUser“ vs);
return “success“;
}
else {
msg=“用户名或密码错误!“;
return “error“;
}
}
//用户注册
public String register(){
try {
voteService.register(vu);
} catch (Exception e) {
e.printStackTrace();
return “error“;
}
return “regsuccess“;
}
//得到全部subject
public St
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 7840 2011-10-27 09:39 投票系统\vote.sql
文件 2847 2011-06-13 19:07 投票系统\vote\.classpath
文件 538 2011-06-11 17:47 投票系统\vote\.myhibernatedata
文件 285 2011-10-30 20:08 投票系统\vote\.myme
文件 1612 2011-06-11 18:09 投票系统\vote\.project
文件 500 2011-06-11 17:42 投票系统\vote\.settings\.jsdtscope
文件 330 2011-06-11 17:42 投票系统\vote\.settings\org.eclipse.jdt.core.prefs
文件 49 2011-06-11 17:42 投票系统\vote\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2011-06-11 17:42 投票系统\vote\.settings\org.eclipse.wst.jsdt.ui.superType.name
文件 1183 2011-10-27 10:02 投票系统\vote\src\hibernate.cfg.xm
文件 712 2011-07-15 15:36 投票系统\vote\src\struts.xm
文件 3961 2011-10-30 21:41 投票系统\vote\src\control\VoteAction.java
文件 1168 2011-06-13 19:10 投票系统\vote\src\dao\ba
文件 3204 2011-06-11 17:45 投票系统\vote\src\dao\HibernateSessionFactory.java
文件 400 2011-06-11 17:48 投票系统\vote\src\dao\Iba
文件 1155 2011-06-11 18:29 投票系统\vote\src\entity_xm
文件 1142 2011-06-11 17:47 投票系统\vote\src\entity_xm
文件 1349 2011-06-11 18:29 投票系统\vote\src\entity_xm
文件 1496 2011-06-11 17:47 投票系统\vote\src\entity_xm
文件 1389 2011-06-11 18:29 投票系统\vote\src\entity_xm
文件 1435 2011-06-11 17:47 投票系统\vote\src\entity_xm
文件 1511 2011-06-11 18:29 投票系统\vote\src\entity_xm
文件 1846 2011-06-11 17:47 投票系统\vote\src\entity_xm
文件 523 2011-10-30 21:41 投票系统\vote\src\service\IVoteService.java
文件 2153 2011-10-30 21:48 投票系统\vote\src\service\VoteServiceImpl.java
文件 1302 2011-06-16 00:05 投票系统\vote\src\tranFilter\TranFilter.java
文件 3044 2011-07-15 15:03 投票系统\vote\WebRoot\addSubject.jsp
文件 1654 2011-07-15 15:03 投票系统\vote\WebRoot\add_success.jsp
文件 833 2011-06-16 00:10 投票系统\vote\WebRoot\error.jsp
文件 2252 2011-06-12 17:59 投票系统\vote\WebRoot\index.jsp
............此处省略105个文件信息
- 上一篇:中国海拔高度DEM空间分布数据1km分辨率
- 下一篇:浙江大学陈越数据结构课件
相关资源
- ssh demo,简单的struts2 spring hibernate整合
- hibernate-release-5.0.7.Final.zip
- 最新版本的Struts2+Spring4+Hibernate4框架整
- 传智播客2016hibernate框架学习笔记
- hibernate-release-4.2.4.Final(1)
- ssh租房系统项目源码-附数据库
- Struts1+Spring+Hibernate整合注册登录(B
- 最新hibernate 4.1.1.Final版本
- Spring+SpringMVC+hibernate完美整合包
- 网上选课系统(源码+论文)SSH strut
- Struts2 Spring Hibernate的配置及登录()
- Hibernate在线考试项目
- 微博系统源代码ssh
- Struts2+Hibernate+Spring的考勤系统实现的
- 名片管理系统 Struts2+Hibernate
- 精通Eclipse整合Web开发——StrutsSpring
- SpringBoot/SpringMVC/Hibernate整合源码不用
- 一个完整的ssh框架搭建的登陆注册系
- hibernate-3.0.zip
- hibernate-release-5.0.7.Final资源包
- Spring4 整合SpringMVC Hibernate5 SpringSecur
- vip会员管理系统、 基于spirng mvc、 s
- 基于 Struts2,Hibernate,Spring 框架开发
- 基于spring mvc、spring、hibernate、bootst
- 通用开发平台spring mvc + spring + bootst
- mongodb+spring+strust框架完整版本
- 2017最新SSH整合案例注意:本案例使用
- 达内项目 学生课程及成绩管理系统
- 基于ssh框架简单的学生信息管理系统
- Struts2+Hibernate4+Spring4集合简单
评论
共有 条评论