资源简介
这是个网上购书系统,主要使用了struts2+Mybatis+oracle技术
代码片段和文件信息
package com.baizhi.wuyh.action;
import java.util.List;
import java.util.Map;
import com.baizhi.wuyh.entity.Book;
import com.baizhi.wuyh.service.BookService;
import com.baizhi.wuyh.service.impl.BookServiceImpl;
import com.opensymphony.xwork2.ActionContext;
public class BookAction {
//到首页
public String toMain(){
Mapject> sessionMap = ActionContext.getContext().getSession();
try{
object account = sessionMap.get(“account“);
if(account == null){
return “main“;
}else{
return “address“;
}
}catch(Exception e){
sessionMap.put(“msg“ e.getMessage());
return “register_ok“;
}
}
//查询编辑推荐
public String selectRecommend(){
Mapject> sessionMap = ActionContext.getContext().getSession();
try{
BookService service = new BookServiceImpl();
List recommend = service.findByCustomerScore();
sessionMap.put(“recommend“ recommend);
return “recommend“;
}catch(Exception e){
sessionMap.put(“msg“ e.getMessage());
return “recommend“;
}
}
//查询热销图书
public String selectHot(){
Mapject> sessionMap = ActionContext.getContext().getSession();
try{
BookService service = new BookServiceImpl();
List hot = service.findBySaleNumber();
sessionMap.put(“hot“ hot);
return “hot“;
}catch(Exception e){
sessionMap.put(“msg“ e.getMessage());
return “hot“;
}
}
//查询最新上架图书
public String selectLatest(){
Mapject> sessionMap = ActionContext.getContext().getSession();
try{
BookService service = new BookServiceImpl();
List latest = service.findByPutAway();
sessionMap.put(“latest“ latest);
return “new“;
}catch(Exception e){
sessionMap.put(“msg“ e.getMessage());
return “new“;
}
}
//查询新书热卖
public String selectHotBoard(){
Mapject> sessionMap = ActionContext.getContext().getSession();
try{
BookService service = new BookServiceImpl();
List hotBoard = service.findByPutAwayAndSaleNumber();
sessionMap.put(“hotBoard“ hotBoard);
return “hotBoard“;
}catch(Exception e){
sessionMap.put(“msg“ e.getMessage());
return “hotBoard“;
}
}
//查询图书详细信息
public String selectProduct(){
Mapject> sessionMap = ActionContext.getContext().getSession();
try{
BookService service = new BookServiceImpl();
Book book = service.findById(id);
this.book = book;
return “product“;
}catch(Exception e){
sessionMap.put(“msg“ e.getMessage());
return “product“;
}
}
private Integer id;
private Book book;
public Book getBook() {
return book;
}
public void setBook(Book book) {
this.book = book;
}
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-11-15 16:39 DangDang_wyh\
文件 652 2016-11-15 16:39 DangDang_wyh\.classpath
目录 0 2016-11-15 16:32 DangDang_wyh\.myeclipse\
文件 297 2016-11-15 16:39 DangDang_wyh\.myme
文件 1751 2016-11-15 16:39 DangDang_wyh\.project
目录 0 2016-11-15 16:40 DangDang_wyh\.settings\
文件 500 2016-11-15 16:40 DangDang_wyh\.settings\.jsdtscope
文件 57 2016-11-15 16:40 DangDang_wyh\.settings\org.eclipse.core.resources.prefs
文件 364 2016-11-15 16:40 DangDang_wyh\.settings\org.eclipse.jdt.core.prefs
文件 539 2016-11-15 16:40 DangDang_wyh\.settings\org.eclipse.wst.common.component
文件 252 2016-11-15 16:40 DangDang_wyh\.settings\org.eclipse.wst.common.project.facet.core.xm
文件 49 2016-11-15 16:40 DangDang_wyh\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2016-11-15 16:40 DangDang_wyh\.settings\org.eclipse.wst.jsdt.ui.superType.name
目录 0 2016-11-15 16:40 DangDang_wyh\config\
目录 0 2016-11-15 16:40 DangDang_wyh\config\com\
目录 0 2016-11-15 16:40 DangDang_wyh\config\com\baizhi\
目录 0 2016-11-15 16:40 DangDang_wyh\config\com\baizhi\wuyh\
目录 0 2016-11-15 16:40 DangDang_wyh\config\com\baizhi\wuyh\dao\
目录 0 2016-11-15 16:40 DangDang_wyh\config\com\baizhi\wuyh\dao\impl\
文件 637 2016-11-15 16:40 DangDang_wyh\config\com\baizhi\wuyh\dao\impl\AddressDAOImpl.xm
文件 3456 2016-11-15 16:40 DangDang_wyh\config\com\baizhi\wuyh\dao\impl\BookDAOImpl.xm
文件 3527 2016-11-15 16:40 DangDang_wyh\config\com\baizhi\wuyh\dao\impl\CategoryDAOImpl.xm
文件 1226 2016-11-15 16:40 DangDang_wyh\config\com\baizhi\wuyh\dao\impl\OrderDAOImpl.xm
文件 1026 2016-11-15 16:40 DangDang_wyh\config\com\baizhi\wuyh\dao\impl\OrderItemDAOImpl.xm
文件 2941 2016-11-15 16:40 DangDang_wyh\config\com\baizhi\wuyh\dao\impl\UserDAOImpl.xm
目录 0 2016-11-15 16:40 DangDang_wyh\config\com\baizhi\wuyh\struts\
目录 0 2016-11-15 16:40 DangDang_wyh\config\com\baizhi\wuyh\struts\book\
文件 1596 2016-11-15 16:40 DangDang_wyh\config\com\baizhi\wuyh\struts\book\book.xm
目录 0 2016-11-15 16:40 DangDang_wyh\config\com\baizhi\wuyh\struts\cart\
文件 1133 2016-11-15 16:40 DangDang_wyh\config\com\baizhi\wuyh\struts\cart\cart.xm
目录 0 2016-11-15 16:40 DangDang_wyh\config\com\baizhi\wuyh\struts\category\
............此处省略596个文件信息
- 上一篇:北极熊扫描器4.5最新版
- 下一篇:SSM两表增删查
评论
共有 条评论