Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - action dao
Search - action dao - List
DL : 0
一个简单的打开、查询事件功能,这个包括Action、Model、ActionForm、Dao程序-a simple open inquiries functions, including the Action, Model, ActionForm, Dao procedures
Date : 2008-10-13 Size : 4kb User : 李恶恶

使用数据库存储过程的STRUTS应用程序.本程序在SQLSERVER数据库中建立两个数据库关联查询的存储过程,并建立了一个可以调用该过程的数据库应用程序,通过DAO进行存储,结果返回到Action中,最后在JSP中显示结果
Date : 2008-10-13 Size : 1.96mb User : 张瑞

现阶段内置模板可以生成的包括: 可以生成java的hibernat model+annotation,hibernate model+xml,dao,manager,struts+struts2 action类 生成jsp的增删改查. (生成的代码与rapid-framework绑定才比较有意义) 通常代码生成器存在的问题. * 二次开发困难 * 过于智能,自动插入我们的项目中,程序员还需考虑旧的代码会不会被覆盖的问题 * 没有将存放模板的目录名称及文件名称利用起来,导致还需配置每个模板文件生成的文件名,目录结构 具体请查看我写的文章:为何代码生成器都要这么智能呢? 本代码生成器的特性 * 基于FreeMarker模板语言 * 基于数据库,并支持多种数据库(mysql,sql server,oracle测试通过) * 半手工方式,生成的代码放在某个目录,再手工拷贝回来工作区 * 易于做二次开发,整个生成器本身就是java源代码,源代码核心十分精简,并且鼓励你做修改代码,也可以作为任何语言的代码生成器 * 配置简单,只有一个配置文件generator.properties * 以application方式运行生成器,生成不同的table直接修改相关java代码即可 * 将文件系统的目录名称及文件名称作为生成器的一部分,模板文件的的名称与目录名称可以直接引用相关变量,如 ${basepackage}/${className}.java (${className}=Blog,则会生成Blog.java) * 以@testExpression结尾的模板文件为有条件忽略,如果testExpression的值在数据模型为true则生成该文件,生成的文件不会包含@testExpression,反之则不生成该文件(应用场景:用于在是否要生成hibernate联合主建的文件中) * 支持文件插入操作,如模板输出生成的地方已经有该同名的文件存在,并且文件中有包含"webapp-generator-insert- location"标记,则模板生成的内容会插入在该标记之后.该特性对如生成的spring配置内容插入spring配置文件十分有用
Date : 2011-02-22 Size : 2.94mb User : jeekchen

DL : 0
LyBBS论坛系统主要是为了完成信息的发布与交流,采用基于JSP+Servlet+Action的MVC架构,采用Struts1.2标准,兼容于Java 2 Standard Edition 1.3、1.4和1.5(5.0),兼容于Windows/Linux等多种操作系统平台,兼容于Tomcat/Resin/WebLogic/WebSphere等多种JSP服务器容器,兼容于MySQL /DB2/Oracle/MSSQL系列数据库。采用Model II 架构,前台JSP主要完成数据显示,Action类负责前台数据的接收和处理,DAO层完成数据库的查询、更新、删除、插入等操作,论坛对于常用数据使用了大量的缓存,我们针对不同的类型数据设计了不同数据缓存类,对数据库我们采用了数据库连接池,用户可以在配置文件中配置不同的连接池或者不使用连接池,对表操作也采用了预处理、批处理、事务处理等多种方式,用户可以在配置文件中配置数据库连接参数,包括连接数,超过连接数的处理方式,是否缓存SQL,缓存多少的SQL等等,目前,论坛可以非常有效的管理内存,提高稳定性、并发性和运行效率。
Date : 2011-07-03 Size : 12.98mb User : wqisch@163.com

DL : 0
一个简单的打开、查询事件功能,这个包括Action、Model、ActionForm、Dao程序-a simple open inquiries functions, including the Action, Model, ActionForm, Dao procedures
Date : 2025-12-29 Size : 4kb User : 李恶恶

使用数据库存储过程的STRUTS应用程序.本程序在SQLSERVER数据库中建立两个数据库关联查询的存储过程,并建立了一个可以调用该过程的数据库应用程序,通过DAO进行存储,结果返回到Action中,最后在JSP中显示结果-Using the database stored procedure STRUTS application. This procedure SQLSERVER database in the establishment of two database query associated storage process and the establishment of a process can call the database application, through the DAO store the results back to the Action, the final in the JSP to display the results
Date : 2025-12-29 Size : 1.96mb User : 张瑞

springlive的例子,从搭建工作环境,然后熟悉业务流程、工作计划、进度控制等等项目相关的东东开始,到今天一个功能完备的管理系统已经出现在我的眼前,感到一种成就感。 想一想,起初对STRUTS只停留在书本的认识上,也就是能够看个明白,不过经过这个月的摸爬滚打也算有些入门了,也了解了STRUTS项目是如何进行开发的。 记得第一天开工作计划是这样的:先是开发数据库值对象(VO)-数据库访问对象(DAO)-DAO的测试用例-业务逻辑对象(BO)-BO的测试用例-JSP页面-ACTIONFORM-ACTION。大概是这样的一个流程吧,现在分别说一下各个阶段是如何进行的。
Date : 2025-12-29 Size : 2.74mb User : wanserver

本课程学习完毕后学员可以熟练掌握以下内容 ·Struts框架 讲解MVC标准实现框架Struts的基本配置及基本使用,讲解了Struts的基本工作原理,常用标签(HTML、LOGIC、 BEAN)、各种主要Action(Action、ForwardAction、DispatchAction)、Struts验证框架、Struts国际化、Struts解 决重复提交及文件上传操作等。 ·Hibernate框架 讲解Hibernate框架的基本ORMapping实现及Hibernate主要的配置操作,并讲解了Hibernate数据检索操作、实体映射 技术、复合主键、实体层设计、容器映射技术及复杂的数据关联技术,并结合之前讲解的struts框架与DAO设计模式和 数据关联技术一起完成了三个大的项目开发练习,以帮助读者巩固Hibernate及Struts的使用。 ·Spring框架 结合Java基础中的对象产生介绍了Spring产生的主要目的,并通过代码详细讲解了Spring中各主要配置文件的作用, 并讲解了Spring中的Ioc、AOP技术和Jdbc模板技术,最后讲解了如何将Spring与Struts、Hibernate三个框架联合进 行开发,在最后的案例讲解中,重点讲解了SSH框架联合开发技术。 -After studying this course students can master the following Struts framework On the standard MVC framework Struts implementation of the basic configuration and basic use, to explain the basic working principle of Struts, commonly used tags (HTML, LOGIC, BEAN), the main Action (Action, ForwardAction, DispatchAction), Struts validation framework, Struts internationalization, Struts solution Must duplicate submission and file upload operation. Hibernate Framework Hibernate framework to explain the basic implementation ORMapping and Hibernate configuration of the main operation and on the Hibernate data retrieval operation, physical mapping Technology, composite primary keys, physical layer design, container mapping technique and complex data association techniques, combined with prior to the struts on the DAO framework and design patterns and Data association technique with three completed project development exercises to help readers to consolidate the use of Hibernate
Date : 2025-12-29 Size : 8.71mb User : 方平

DL : 0
基于ssh三层架构的JAVA开发简单示例,包含service,dao,action,pojo-Ssh-based three-tier architecture, JAVA development of a simple example, including service, dao, action, pojo
Date : 2025-12-29 Size : 22kb User : chenyingjian

公司内部用户、任务与计划管理的系统,B/S结构;该系统使用Struts框架与MySql数据库,Tomcat6.0作Web服务器,使用CVS进行源 代码版本控制,使用MyEclipse6.5作开发工具。 使用该系统的角色有系统管理员、主管和员工;系统管理员可以添加人员并分配其角色(主管和员工),主管可以制定任务、查看自已布置的任务、跟踪实施中的任 务、查看部下的人员;员工可以查看主管布置的任务、为任务制订计划、自已制订的计划的管理、反馈与提交计划; 实现了三种不同角色(系统管理员、主管和员工)的登陆与权限控制,内部采用了权限过滤器来控制权限,前端JSP(View)页面采用Struts标签库和 EL表达式语言,后端使用Struts Action(Control)作为控制器接受用户请求,并根据用户输入使用业务逻辑层与DAO层实现数据访问,并将业务数据封装到 JavaBean(Model)并用Action来决定跳转到相应的JSP页面访问JavaBean显示数据。 -Internal users, tasks and program management system, B/S structure the system uses the Struts framework and MySql database, Tomcat6.0 for Web server, use CVS for source code version control, use MyEclipse6.5 for development tools. Roles using the system administrator, supervisors and employees system administrators can add staff and assign its role (managers and employees), head of the task can be formulated, see their own layout tasks, tracking the implementation of the tasks, view the underlying staff staff can view the task in charge arrangement for the task of planning, the management of their own development plans, feedback and submit a plan To achieve three different roles (system administrator, managers and employees) of landing and access control, the internal use of the authority to control the permissions filter, front-end JSP (View) page using Struts tag libraries and the EL expression language, back-end use Struts Action (Control) as the controller to accept u
Date : 2025-12-29 Size : 1.5mb User : 何森

DL : 0
1. 视图采用JSP技术结合Structs强大的标签库来实现业务的核心部件是控制器,它由Structs的控制组件ActionServlet、ActionMapping、及Action来实现。 2. 业务中有业务逻辑类,是由JavaBean来实现的。 3. JavaBean里封装了对Hibernate中DAO类和持久化对象的调用,业务通过Hibernate实现的模型与数据库进行交互。 -1. View Structs using JSP technology with a powerful tag library to achieve the core component of the business is the controller, which consists of the control components Structs ActionServlet, ActionMapping, and Action to achieve. 2. The business class in business logic is implemented by a JavaBean. 3. JavaBean to encapsulate the DAO for Hibernate persistent object class and calls, the business model implemented by Hibernate to interact with the database.
Date : 2025-12-29 Size : 2kb User : 周严妍

在struts、spring、hibernate三个框架的基础上,分层搭建: model层:主要存放数据库中的表反转后的java及xml文件 DAO 层:存放对各表中数据的操作,是一个接口层 DAOImpl层:对DAO中方法的实现 service 层:业务逻辑层 serviceImpl层:对service层方法的实现 action层:控制页面跳转 JSP层:主要是页面的设计 直接接触用户的层-In struts, spring, hibernate on the basis of the three frameworks, hierarchical structures: model level: the main storage of the database table after reverse java and xml file DAO layer: the data stored on the operating table, is an interface layer DAOImpl layer: the method of implementation of DAO service layers: business logic serviceImpl layer: the implementation of the service layer method of action layer: control page Jump JSP layer: The main page design is the direct contact with the user' s level
Date : 2025-12-29 Size : 27.3mb User : 吴明

系统逻辑结构 在struts、spring、hibernate三个框架的基础上,分层搭建: model层:主要存放数据库中的表反转后的java及xml文件 DAO 层:存放对各表中数据的操作,是一个接口层 DAOImpl层:对DAO中方法的实现 service 层:业务逻辑层 serviceImpl层:对service层方法的实现 action层:控制页面跳转 JSP层:主要是页面的设计 直接接触用户的层-System logical structure in the struts, spring, hibernate on the basis of the three frameworks, hierarchical structures: model level: the main storage of the database table after reverse java and xml file DAO layer: the data stored on the operating table is an interface layer DAOImpl layer: the method of implementation of DAO service layers: business logic serviceImpl layer: the implementation of the service layer method of action layer: control page Jump JSP layer: The main page design is the direct contact with the user' s level
Date : 2025-12-29 Size : 28.27mb User : 吴明

DL : 0
rapid-framework是一个以spring为核心的项目脚手架(或者称为胶水框架),框架将各个零散的框架(struts,strust2,springmvc,hibernate,ibatis,spring_jdbc,flex)搭建好,并内置一个代码生成器,辅助项目开发,可以生成java的hibernat,model,dao,manager,struts+struts2 action类,可以生成jsp的增删改查及列表页面 -rapid-framework is a spring at the core of the project scaffolding (or known as the glue framework), the various fragmented framework frameworks (struts, strust2, springmvc, hibernate, ibatis, spring_jdbc, flex) to build a good and a built-in code generation , an auxiliary project development, can generate the java hibernat, model, dao, manager, struts+ struts2 action class, can generate the CRUD and jsp list page
Date : 2025-12-29 Size : 32.14mb User : MR LIANG

struts2的基础类库,可用于action及service和dao的定义,供参考。-struts2 base class library can be used for action and the definition of service and dao, for reference.
Date : 2025-12-29 Size : 20kb User : qusba

DL : 0
该源码完整实现了学生选课系统,分为action、dao、entity三个类。-The source a complete implementation of the student elective system into action, the dao, the entity three classes.
Date : 2025-12-29 Size : 1.09mb User : yangyujia

利用hbm产生bean,dao,dao.impl,service,service.impl,action,配置文件的程序-generate bean,dao,dao.impl,service,service.impl,action and configuration using hbm.xml
Date : 2025-12-29 Size : 65kb User : 方弘宇

SSH2代码生成器,主要针对后台的src目录下的entity,dao,service action三层6个包下的代码 有兴趣的可以研究下-SSH2 code generation, mainly for the package under the code in the src directory under the background of the entity, dao, the service action three-six who are interested can study
Date : 2025-12-29 Size : 6.61mb User : luolianshou

Struts2+Spring3+mybatis3的示例,可以正常运行:自动扫描dao层、注解注入action、service及到层-The Struts2+Spring3+mybatis3 example, normal operation: automatic scanning dao layer annotations into the action, service, and to layer
Date : 2025-12-29 Size : 13.58mb User : 张弛

功能:java版本代码生成器,目前支持mysql数据库的。能自动生成ssh框架下的action、service、dao层代码 使用:使用小应用程序运行CodeClient.java文件出现界面,选中数据库,点击开始生成即可-Function: java version of the code generator,mysql database. Ssh under the framework of action can automatically generate code for use of the service, the dao layer: the use of small applications running CodeClient.java interface, select the database file, click start generating can be
Date : 2025-12-29 Size : 1.47mb User : 123456
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.