• 大小: 13.03M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-23
  • 语言: Java
  • 标签: Struts  Spring  hiberante  

资源简介

struts+hiberante+spring 通用增删修(入门级示例源码)

资源截图

代码片段和文件信息

package com.tgb.dao;

import java.util.List;

import com.tgb.entity.User;

public interface UserDao {

public User getUser(String id);

public List getAllUser();

public void addUser(User user);

public boolean delUser(String id);

public boolean updateUser(User user);
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-05-30 10:00  test_ssh\
     文件         727  2013-05-30 14:15  test_ssh\.classpath
     文件        1041  2013-05-30 10:00  test_ssh\.project
     目录           0  2013-05-30 10:00  test_ssh\.settings\
     文件         503  2013-05-30 10:00  test_ssh\.settings\.jsdtscope
     文件         364  2013-05-30 10:00  test_ssh\.settings\org.eclipse.jdt.core.prefs
     文件         478  2013-05-30 10:00  test_ssh\.settings\org.eclipse.wst.common.component
     文件         305  2013-05-30 16:21  test_ssh\.settings\org.eclipse.wst.common.project.facet.core.xml
     文件          49  2013-05-30 10:00  test_ssh\.settings\org.eclipse.wst.jsdt.ui.superType.container
     文件           6  2013-05-30 10:00  test_ssh\.settings\org.eclipse.wst.jsdt.ui.superType.name
     目录           0  2013-05-30 10:00  test_ssh\build\
     目录           0  2013-05-30 14:15  test_ssh\build\classes\
     目录           0  2013-05-30 14:15  test_ssh\build\classes\com\
     目录           0  2013-05-30 14:15  test_ssh\build\classes\com\tgb\
     目录           0  2013-05-30 14:15  test_ssh\build\classes\com\tgb\dao\
     文件         410  2013-05-30 14:15  test_ssh\build\classes\com\tgb\dao\UserDao.class
     文件        2272  2013-05-30 17:30  test_ssh\build\classes\com\tgb\dao\UserDaoImpl.class
     目录           0  2013-05-30 14:15  test_ssh\build\classes\com\tgb\entity\
     文件        1280  2013-05-30 16:19  test_ssh\build\classes\com\tgb\entity\User.class
     目录           0  2013-05-30 14:15  test_ssh\build\classes\com\tgb\manager\
     文件         422  2013-05-30 14:15  test_ssh\build\classes\com\tgb\manager\UserManager.class
     文件        1278  2013-05-30 14:45  test_ssh\build\classes\com\tgb\manager\UserManagerImpl.class
     目录           0  2013-05-30 14:15  test_ssh\build\classes\com\tgb\web\
     文件        2907  2013-05-31 09:20  test_ssh\build\classes\com\tgb\web\UserController.class
     目录           0  2013-05-31 10:23  test_ssh\build\classes\config\
     目录           0  2013-05-31 10:38  test_ssh\build\classes\config\spring\
     文件         845  2013-05-31 10:38  test_ssh\build\classes\config\spring\spring-beans.xml
     文件        2290  2013-05-31 10:37  test_ssh\build\classes\config\spring\spring-common.xml
     文件        1126  2013-05-30 11:28  test_ssh\build\classes\config\spring\spring-mvc.xml
     目录           0  2013-05-30 10:06  test_ssh\src\
     目录           0  2013-05-30 10:05  test_ssh\src\com\
............此处省略64个文件信息

评论

共有 条评论