Welcome![Sign In][Sign Up]
Location:
Search - struts bean

Search list

[xml-soap-webserviceNtSky

Description: 采用struts+xml+mysql写成,里面包含详细的文档和完全公开的BEAN,主要技术:XML,log4j,dom4j,struts,jstl,并且程序中使用多种设计模式,内含安装动画、源程序管理员的用户名和密码为ntsky、ntsky888 -using struts xml mysql languages, which contains a detailed documentation and a fully open Beans, mainly technology : XML, USE, dom4j, struts, JSTL, and use a variety of procedures designed model includes the installation of animation, and the program administrator user name and password for ntsky. ntsky888
Platform: | Size: 9923779 | Author: icefreeman | Hits:

[JSP/JavaStrutsAddUser

Description: 这是本人编辑运行过的一个极好的学习struts的入门例子,执行了添加用户的过程. JBuilder7编辑环境 需要打包后在jboss5/postgresql环境运行 里面的JSP/bean/web.xml代码都具有典型意义 -this is my editorial run by an excellent learning struts entry example, the implementation of the process of adding users. JBuilder7 editing environment requires packing after jboss5/postgresql environment running inside the JSP / bean / web.xml code typical
Platform: | Size: 4915115 | Author: 郭发发 | Hits:

[JSP/Java中间商经营系统

Description: 中间商系统 1 数据库 Access2000 2 版本 jsp2.0+servlet2.4+jstl1.1+Tomcat5.5.9+JDK1.5 3 IDE工具 JBuilder2006 4 需要改的地方 com.wang.bean DataBean 的构造函数的数据库URL需要改成自己的环境 这个程序虽然没有什么技术难点 但是完全遵循MVC框架来开发的 希望可以让大家得到些知识 BY GTON 2006大年初一 北京的公司注意 本人需要一份高薪工作 简历 我叫王宁 20岁 由于文字有限 就说一下我掌握的技术把 语言: java(jsp,servlet,javaBean,struts,hibernate...) javascript+DOM应用 xml语言 javascript和xml的应用 asp.net(C#) html css delphi7 数据库: MSSQLserver MySQL ORACLE 可以看懂UML建模图 有多个项目经验(不细说了)-brokering a database system Access2000 two versions jsp2.0 servlet2 .4 jstl1.1 Tomcat5.5.9 JDK1.5 three JBuilder IDE tools 2006 4 need to change the local com.wang.bean DataBean Constructors data URL for the need to change their procedures for the environment despite a lack of any technical difficulties but fully comply with the framework to open MVC fat hope we can gain more knowledge BY GTON 2,006 companies belonging to Beijing, I need a biographical notes were better paid job, I called 20-year-old Wang Ning Because writing what I say, a limited grasp of technology to language : java (jsp, servlet, javaBean, struts, Apache ...) javascript DOM application xml language javascr ipt and xml of Asp. net (C#) html css delphi7 database : ORACLE MSSQLserver MySQL can understand UML plans a numb
Platform: | Size: 456848 | Author: 唐正 | Hits:

[JSP/JavaBuildingInfo

Description: 使用J2EE Struts开发的房地产信息咨询系统,数据使用Sql Server2000 服务器为Tomcat 4.1,包里面有Bean源代码和布置好的工程文件,解压后只要将工程文件拷贝到Tomcat服务器里面的webapps下面即可开启服务器,在浏览器当中输入http://localhost:8080/Building进行浏览-use Struts J2EE development of the real estate information and consulting system. data server using SQL Server 2000 for Tomcat 4.1, Bean packet with a source code layout and good engineering documents, unpacked once the project files are copied to the server inside the Tomcat webapps below services can be opened All in a browser, which imported http://localhost : 8080/Building browsing
Platform: | Size: 1973895 | Author: uruz7 | Hits:

[JSP/Javabeantaglibs

Description: struts标签库范例 bean标签 应用
Platform: | Size: 1667246 | Author: 潘吉祥 | Hits:

[JSP/Javacart

Description: 使用Struts +Hibernate +spring技术的一个配置框架,可以在这个框架基础上实现自己的业务页面功能 ,使用spring容器IOC对所有的bean进行管理,使用aop配置事务。
Platform: | Size: 5704987 | Author: zhu | Hits:

[Other resourcedaxing2007

Description: 大象购物系统,使用jsp和Java Bean来构建一个网上书店。第一部分是普通程序,用于客户在网上选购图书,第二部分是管理程序,用于在服务器端处理客户的定单。 [educationarticle.rar] - 采用MySQL作为后台数据库,采用标准MVC三层架构。此系统是有实际论文管理需求的学校进行论文管理的系统,使学校等机构在自己的局域网上搭建的B/S结构办公平台,?BR> [asp.net网上书店.rar] - 此代码是用c#写的程序. [bookt.jsp.rar] - 网上书店的源码,开发用到了jsp JAVABEAN STRUTS 等等,用于毕业设计的,欢迎大家下载 [2006312.rar] - ASP网上书店开发系统论文,还请大家多多指教!
Platform: | Size: 59750 | Author: AARON | Hits:

[JSPJava 实用系统开发指南JavaPractice

Description: ·VI· 目 录 前言 第1章 高性能聊天系统...................................................................................................1 1.1 系统需求...........................................................................................................1 1.2 架构设计...........................................................................................................2 1.2.1 Java事件模型.....................................................................................................2 1.2.2 架构设计图.......................................................................................................5 1.2.3 协议设计.........................................................................................................5 1.2.4 多线程...........................................................................................................6 1.2.5 线程池...........................................................................................................9 1.2.6 非堵塞I/O........................................................................................................11 1.3 Socket核心设计和实现...............................................................................................13 1.3.1 TCP和Reactor模式.................................................................................................14 1.3.2 UDP实现..........................................................................................................19 1.3.3 客户端实现.......................................................................................................22 1.4 Socket接口设计和实现..............................................................................................28 1.4.1 队列和对象类型..................................................................................................28 1.4.2 访问者模式定义..................................................................................................32 1.4.3 访问者模式实现..................................................................................................36 1.4.4 协议封装........................................................................................................39 1.4.5 重整Refactoring.................................................................................................41 1.5 应用接口设计和实现................................................................................................45 1.5.1 Connection API..................................................................................................46 1.5.2 ConnectionFactory API...........................................................................................49 1.5.3 TcpConnection API...............................................................................................53 1.5.4 UdpConnection API...............................................................................................54 1.6 应用层设计和实现..................................................................................................56 1.6.1 客户端聊天测试..................................................................................................56 1.6.2 服务器聊天测试..................................................................................................58 1.7 性能测试..........................................................................................................59 1.8 小结..............................................................................................................61 第2章 简单的用户注册系统..............................................................................................62 2.1 需求分析............................................................................................................62 2.2 系统设计............................................................................................................62 2.2.1 JSP/Servlet与J2EE.................................................................................................63 2.2.2 结构设计图........................................................................................................64 2.2.3 JSP/JavaBeans技术要点.............................................................................................65 2.2.4 JDBC和连接池......................................................................................................68 2.2.5 数据库设计........................................................................................................70 2.3 类的详细设计和实现..................................................................................................71 2.3.1 Facade模式........................................................................................................71 2.3.2 JDBC通用操作类....................................................................................................73 2.3.3 E-mail发送通用类..................................................................................................78 2.3.4 用户资料管理......................................................................................................79 2.3.5 密码数据操作类....................................................................................................83 2.3.6 登陆验证功能......................................................................................................85 2.4 界面编程实现........................................................................................................87 2.4.1 登陆验证页面......................................................................................................87 2.4.2 注册页面..........................................................................................................88 2.5 调试、发布和运行....................................................................................................90 2.5.1 单元测试..........................................................................................................91 2.5.2 快速配置开发环境..................................................................................................92 2.5.3 Tomcat配置和调试..................................................................................................93 2.5.4 Tomcat连接池使用..................................................................................................95 2.6 Hibernate使用.......................................................................................................99 2.7 小结................................................................................................................103 第3章 Jive论坛系统.....................................................................................................107 3.1 Jive功能需求.......................................................................................................107 3.2 Jive与设计模式.....................................................................................................108 3.2.1 设计模式.........................................................................................................109 3.2.2 ForumFactory与工厂模式...........................................................................................109 3.2.3 统一入口与单态模式...............................................................................................113 3.2.4 访问控制与代理模式...............................................................................................114 3.2.5 批量分页查询与迭代模式...........................................................................................115 3.2.6 过滤器与装饰模式.................................................................................................120 3.2.7 主题监测与观察者模式.............................................................................................124 3.3 Jive安全管理机制...................................................................................................128 3.3.1 安全验证机制.....................................................................................................129 3.3.2 用户资料管理.....................................................................................................132 3.4 Jive的缓存机制.....................................................................................................133 3.4.1 缓存原理和实现...................................................................................................133 3.4.2 缓存使用.........................................................................................................136 3.4.3 小结.............................................................................................................139 3.5 Jive的其他组件技术.................................................................................................140 3.5.1 Jive的树形结构...................................................................................................140 3.5.2 XML和JDOM........................................................................................................143 3.5.3 全文检索和Lucene.................................................................................................147 3.5.4 Jive的中文问题...................................................................................................152 3.6 Jive图形处理.......................................................................................................154 3.6.1 图片上传处理.....................................................................................................154 3.6.2 服务器端图形处理.................................................................................................157 3.7 Jive安装调试运行...................................................................................................159 3.8 小结...............................................................................................................160 第4章 网站内容管理系统.................................................................................................161 4.1 需求分析...........................................................................................................161 4.2 架构设计...........................................................................................................162 4.2.1 系统架构图.......................................................................................................163 4.2.2 MVC模式和Struts..................................................................................................164 4.2.3 DBO模式和Castor..................................................................................................167 4.2.4 Cache设计........................................................................................................172 4.3 详细设计和实现.....................................................................................................173 4.3.1 基本对象设计.....................................................................................................173 4.3.2 数据模型的实现...................................................................................................174 4.3.3 抽象工厂(Abstract Factory)模式...................................................................................175 4.3.4 生成器(Builder)模式..............................................................................................180 4.4 表现层的实现.......................................................................................................187 4.4.1 Strut相关设置....................................................................................................187 4.4.2 创建PageForm.....................................................................................................189 4.4.3 创建PageAction...................................................................................................192 4.4.4 创建page.jsp页面.................................................................................................194 4.4.5 自定义标签库.....................................................................................................196 4.4.6 创建SavePageAction...............................................................................................199 4.4.7 Tile模板.........................................................................................................201 4.4.8 创建cmsMenu.jsp..................................................................................................203 4.4.9 创建index.jsp....................................................................................................203 4.4.10 小技巧..........................................................................................................204 4.5 项目重整Refactoring................................................................................................205 4.6 调试、发布和运行...................................................................................................206 4.6.1 配置和运行.......................................................................................................206 4.6.2 Log调试信息的配置................................................................................................206 4.7 小结...............................................................................................................207 第5章 订阅信息系统.....................................................................................................209 5.1 需求分析...........................................................................................................209 5.2 架构设计...........................................................................................................209 5.2.1 Cache和Pool......................................................................................................210 5.2.2 EJB框架体系......................................................................................................211 5.2.3 架构图...........................................................................................................213 5.2.4 接口框架设计.....................................................................................................213 5.3 EJB详细设计和实现..................................................................................................214 5.3.1 业务对象建模.....................................................................................................215 5.3.2 开发环境配置.....................................................................................................216 5.3.3 CMP图形开发......................................................................................................217 5.3.4 实体Bean.........................................................................................................221 5.3.5 Facade Session Bean..............................................................................................229 5.3.6 Transfer Object模式..............................................................................................232 5.4 Web与EJB接口框架...................................................................................................233 5.4.1 框架的设计.......................................................................................................233 5.4.2 框架的实现.......................................................................................................235 5.4.3 框架的使用.......................................................................................................243 5.5 表现层的设计和实现.................................................................................................247 5.5.1 创建ActionForm...................................................................................................247 5.5.2 创建Action 类....................................................................................................248 5.5.3 创建JSP页面......................................................................................................248 5.6 调试配置和运行.....................................................................................................249 5.6.1 JBoss和MySQL的配置...............................................................................................250 5.6.2 JNDI配置.........................................................................................................251 5.6.3 部署和发布.......................................................................................................253 5.6.4 调试和测试.......................................................................................................254 5.7 小结...............................................................................................................254 第6章 用户安全管理系统.................................................................................................256 6.1 需求分析...........................................................................................................256 6.2 架构设计...........................................................................................................256 6.2.1 角色.............................................................................................................257 6.2.2 J2EE的JAAS.......................................................................................................257 6.2.3 单点登录.........................................................................................................259 6.2.4 邮件发送组件.....................................................................................................261 6.3 详细设计和实现.....................................................................................................261 6.3.1 业务对象建模.....................................................................................................261 6.3.2 数据库设计.......................................................................................................263 6.3.3 实体bean实现.....................................................................................................263 6.3.4 Session Bean实现.................................................................................................266 6.3.5 EJB容器安全配置..................................................................................................273 6.4 JMS 邮件发送组件...................................................................................................275 6.4.1 消息发送器.......................................................................................................276 6.4.2 MDB..............................................................................................................279 6.5 Web层的实现........................................................................................................282 6.5.1 用户资料管理.....................................................................................................282 6.5.2 Web容器安全配置..................................................................................................287 6.6 调试配置和运行.....................................................................................................289 6.6.1 JAAS配置.........................................................................................................290 6.6.2 邮件服务的配置...................................................................................................291 6.6.3 部署和发布.......................................................................................................292 6.7 小结...............................................................................................................292 第7章 EJB方法调用框架..................................................................................................294 7.1 框架概况...........................................................................................................294 7.1.1 远程调用技术背景.................................................................................................294 7.1.2 框架结构.........................................................................................................295 7.2 框架设计..........................................................................................................296 7.2.1 代理(Proxy)模式...............................................................................................296 7.2.2 动态代理........................................................................................................298 7.2.3 反射(Reflection)和方法调用....................................................................................300 7.2.4 HTTP协议和对象序列化............................................................................................302 7.2.5 框架设计图......................................................................................................304 7.2.6 HTTPSession和缓存机制...........................................................................................305 7.2.7 基于HTTP的安全机制..............................................................................................306 7.3 类的详细设计和实现................................................................................................309 7.3.1 基本业务对象....................................................................................................310 7.3.2 动态代理工厂....................................................................................................312 7.3.3 肥客户端/服务器架构下实现.......................................................................................315 7.3.4 Web层代理Servlet Proxy..........................................................................................322 7.3.5 浏览器/服务器架构下实现.........................................................................................324 7.3.6 核心代理Business Proxy实现......................................................................................327 7.4 框架的使用和调试..................................................................................................333 7.4.1 配置............................................................................................................333 7.4.2 浏览器/服务器架构下的应用.......................................................................................335 7.4.3 肥客户端/服务器架构下的应用.....................................................................................336 7.5 小结..............................................................................................................337 第8章 网上商店系统...................................................................................................338 8.1 系统需求和设计...................................................................................................338 8.1.1 基本业务对象...................................................................................................339 8.1.2 数据表设计.....................................................................................................340 8.2 数据操作通用框架.................................................................................................344 8.2.1 框架的提炼和设计...............................................................................................347 8.2.2 增、删、改、查框架实现.........................................................................................352 8.3 商品类别管理功能的实现...........................................................................................356 8.3.1 创建Session Bean................................................................................................357 8.3.2 EJB配置.........................................................................................................358 8.3.3 创建Category相关类实现..........................................................................................360 8.3.4 Web配置.........................................................................................................361 8.3.5 创建Category.jsp................................................................................................362 8.4 商品管理功能的实现................................................................................................364 8.4.1 创建ProductManager..............................................................................................364 8.4.2 EJB配置.........................................................................................................366 8.4.3 创建Product相关类实现...........................................................................................368 8.4.4 Web配置.........................................................................................................369 8.4.5 创建product.jsp.................................................................................................370 8.4.6 商品图片上传功能................................................................................................374 8.5 商品批量查询和多页显示............................................................................................376 8.5.1 DAO模式.........................................................................................................377 8.5.2 Strut框架下设计和实现...........................................................................................385 8.5.3 页导航条实现....................................................................................................388 8.6 购物车功能的实现..................................................................................................393 8.6.1 有状态Session Bean..............................................................................................393 8.6.2 Web功能实现.....................................................................................................396 8.7 小结..............................................................................................................399
Platform: | Size: 31514707 | Author: fengbozs@163.com | Hits:

[xml-soap-webserviceNtSky

Description: 采用struts+xml+mysql写成,里面包含详细的文档和完全公开的BEAN,主要技术:XML,log4j,dom4j,struts,jstl,并且程序中使用多种设计模式,内含安装动画、源程序管理员的用户名和密码为ntsky、ntsky888 -using struts xml mysql languages, which contains a detailed documentation and a fully open Beans, mainly technology : XML, USE, dom4j, struts, JSTL, and use a variety of procedures designed model includes the installation of animation, and the program administrator user name and password for ntsky. ntsky888
Platform: | Size: 9923584 | Author: icefreeman | Hits:

[JSP/JavaBuildingInfo

Description: 使用J2EE Struts开发的房地产信息咨询系统,数据使用Sql Server2000 服务器为Tomcat 4.1,包里面有Bean源代码和布置好的工程文件,解压后只要将工程文件拷贝到Tomcat服务器里面的webapps下面即可开启服务器,在浏览器当中输入http://localhost:8080/Building进行浏览-use Struts J2EE development of the real estate information and consulting system. data server using SQL Server 2000 for Tomcat 4.1, Bean packet with a source code layout and good engineering documents, unpacked once the project files are copied to the server inside the Tomcat webapps below services can be opened All in a browser, which imported http://localhost : 8080/Building browsing
Platform: | Size: 1973248 | Author: uruz7 | Hits:

[JSP/Javabeantaglibs

Description: struts标签库范例 bean标签 应用
Platform: | Size: 1667072 | Author: 潘吉祥 | Hits:

[JSP/Javacart

Description: 使用Struts +Hibernate +spring技术的一个配置框架,可以在这个框架基础上实现自己的业务页面功能 ,使用spring容器IOC对所有的bean进行管理,使用aop配置事务。-The use of Struts+ Hibernate+ Spring technology in a configuration framework, this framework can be based on its business page feature, the use of spring to all IOC container to manage the bean, the use of AOP configuration Affairs.
Platform: | Size: 5705728 | Author: zhu | Hits:

[JSP/Javadaxing2007

Description: 大象购物系统,使用jsp和Java Bean来构建一个网上书店。第一部分是普通程序,用于客户在网上选购图书,第二部分是管理程序,用于在服务器端处理客户的定单。 [educationarticle.rar] - 采用MySQL作为后台数据库,采用标准MVC三层架构。此系统是有实际论文管理需求的学校进行论文管理的系统,使学校等机构在自己的局域网上搭建的B/S结构办公平台,?BR> [asp.net网上书店.rar] - 此代码是用c#写的程序. [bookt.jsp.rar] - 网上书店的源码,开发用到了jsp JAVABEAN STRUTS 等等,用于毕业设计的,欢迎大家下载 [2006312.rar] - ASP网上书店开发系统论文,还请大家多多指教!-err
Platform: | Size: 59392 | Author: AARON | Hits:

[JSP/Javabuaaforum

Description: 北航继续教育学院论坛的源码,演示网址www.buaaforum.com,采用struts+spring+ibats技术,数据库用 mysql-Beihang University School of Continuing Education Forum of the source code, demonstration site www.buaaforum.com, using struts+ Spring+ Ibats technology, database using mysql
Platform: | Size: 12270592 | Author: 吴天 | Hits:

[JSP/JavauploadForm

Description: 实现文件的上传下载,使用Java的struts进行开发-The uploading and downloading files, use Java to develop the struts
Platform: | Size: 382976 | Author: 王海民 | Hits:

[JSP/JavaJAVAframework

Description: 本课程学习完毕后学员可以熟练掌握以下内容 ·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
Platform: | Size: 9129984 | Author: 方平 | Hits:

[JSPJava-Struts

Description: Struts力图从整体上减轻构造企业级Web应用的负担,并提供国际化和数据库连接池支持。Struts体系可以看成两个相对独立的部分:第一个部分是Struts API,用于编写支持Struts的应用组件;第二部分是Struts的JSP标记库,由html、bean、logic和template四个标记组成-Struts structure seeks to reduce the overall burden of enterprise-class Web applications and provides internationalization and database connection pooling support. Struts system can be seen as two relatively independent parts: The first part is the Struts API, used for the preparation of the application components to support Struts second part of Struts' s JSP tag library, from html, bean, logic, and template of four markers composition
Platform: | Size: 689152 | Author: 张小明 | Hits:

[JSP/Javastruts2-tags

Description: struts2 标签的使用,有:action、bean、debug、inculde、param、date以及表单UI等多种标签源代码。-The use struts2 tags there: action, bean, debug, inculde, param, date and label the form UI and other sources.
Platform: | Size: 5043200 | Author: mayu | Hits:

[JSP/JavaLoginDemo

Description: 登录实例,本实例基于SSH,实现用户登录,增加用户和用户列表-Login example
Platform: | Size: 43008 | Author: szbobyue | Hits:

[JSP/Javabean

Description: 基于struts框架的java web开发小程序之bean部分-Based java web development framework struts bean small part of the program
Platform: | Size: 1024 | Author: lgr | Hits:
« 12 »

CodeBus www.codebus.net