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

Search list

[Other resourceSturts-Product

Description: 商品管理系统,采用jsp+struts框架开发,用eclipse工具开发!
Platform: | Size: 2893527 | Author: 同于 | Hits:

[Search EngineSearchEngine

Description: 1.这是一个简单的采用了Lucene的搜索引擎,本例子采用lucene+struts+ibatis的框架进行开发,使用的数据库是Oracle,搜索源是jpetstore的product表,大家在使用的时候请根据实际情况修改database.properties文件的配置。 2.本例子支持中文搜索,相关的源码包在cnSolution目录。
Platform: | Size: 1891063 | Author: xiaweicong | 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:

[JSP/JavaSturts-Product

Description: 商品管理系统,采用jsp+struts框架开发,用eclipse工具开发!-Merchandise management system, using jsp+ Struts framework for the development of tools with eclipse!
Platform: | Size: 2892800 | Author: 同于 | Hits:

[Search EngineSearchEngine

Description: 1.这是一个简单的采用了Lucene的搜索引擎,本例子采用lucene+struts+ibatis的框架进行开发,使用的数据库是Oracle,搜索源是jpetstore的product表,大家在使用的时候请根据实际情况修改database.properties文件的配置。 2.本例子支持中文搜索,相关的源码包在cnSolution目录。 -1. This is a simple use of the Lucene search engine, the examples used lucene+ Struts+ Ibatis framework for the development, use of the database is Oracle, english JPetStore source is the product table, everyone in the use of time according to the actual situation, please database.properties modify the configuration file. 2. In this example to support Chinese language search, the relevant source packages in the directory cnSolution.
Platform: | Size: 1890304 | Author: xiaweicong | Hits:

[JSP/JavaBankSystem

Description: 基于Struts的电子银行系统,网上银行是一个于现代接轨的产物-Struts-based electronic banking systems, Internet banking is a product of the modern world
Platform: | Size: 1968128 | Author: greentea | Hits:

[JSP/Javasangcheng

Description: 该电子商城系统是在J2EE平台上用Struts框架技术和MVC模式构建,后台数据库为Microsoft SQL Server。网站系统主要包括两大部分:一个是前台销售程序,用户在前端浏览、搜索商品、定购商品、结账等等。另外一个是后台信息管理程序,商家在此对本企业的相关信息发布,录入,更改网上商品信息,订单的查询,处理,并管理在商城里注册的用户等。-The electronic mall system is used in the J2EE platform technology and Struts framework to build MVC pattern, the background database for Microsoft SQL Server. Website system is mainly of two main parts: one is the sales process front, front-end users to browse, search of goods, purchase of goods, so checkout. Another is the background information management procedures, business of the enterprises in this information release, entry, change the product information online, order inquiries, processing, and management in the city where registered users.
Platform: | Size: 8975360 | Author: 石头 | Hits:

[JSP/Javashoppingcart

Description: 电子商务系统: 项目描述:该系统主要完成用户网上购物、订单管理、产品管理、管理员管理等功能。后台管理员对产品类别和产品进行管理后,前台用户通过购物车进行网上选购产品,并生成订单,期间可以修改个人信息。再由后台根据产品的发货情况对订单进行状态设置。 技术手段:采用Dao、业务、Client三层体系结构编程,采用了Struts + JSP + Servlet技术构建该框架。数据库访问采用Hibernate技术实现。中文编码问题采用过滤器解决。-E-commerce systems: Project Description: The system is mainly completed by the user on-line shopping, order management, product management, and management features such as an administrator. Background on the product category managers and product management, the future users to Cart to purchase products online, and to generate orders, personal information can be amended during the period. From the background based on product shipments on orders for the status is set. Technical means: The Dao, Business, Client programming three-tier architecture using the Struts+ JSP+ Servlet technology to build the framework. Database Access using Hibernate technology. Chinese encoding filters used to solve the problem.
Platform: | Size: 886784 | Author: 徐鹏 | Hits:

[JSP/Javaeshop

Description: 主要功能:用户管理,商品展示,订单管理,在线支付 应用技术:Struts Spring Hibernate jsp 数据库: Oracle 开发工具:MyEclipse,Tomcat -Main functions: user management, product display, order management, online payment application technology: Struts Spring Hibernate jsp Database: Oracle Development Tools: MyEclipse, Tomcat
Platform: | Size: 2081792 | Author: 阿木 | Hits:

[WEB CodeEShop

Description: jsp+JavaScript+struts+hibernate+css+mysql的网上书店(源码完整直接运行,高仿真数据库记录,身临其境网上购书吧!)和国内最好的网上书店-------当当网的框架相同,包括顾客的购物车、订单管理和留言板,支持商品搜索;后台管理员的商品、订单、会员、系统管理。界面优美,功能齐全,不可多得的优秀作品。-jsp+ JavaScript+ struts+ hibernate+ css+ mysql online bookstore (complete source code to run directly on a high simulation database records, immersive online textbook bar!) and domestic best online bookstore------ the same framework of Dangdang, including the customer' s shopping cart, order management and message boards, support product search background administrator of goods, orders, membership, system management. Interface, beautiful, full-featured, a rare outstanding works.
Platform: | Size: 16107520 | Author: 王鑫 | Hits:

[ERP-EIP-OA-PortaljavaManagement

Description: 框架:struts2+spring2.5+hibernate3.2+jsp+jquery1.3+mysql5.0 主要功能: * 网站新闻管理 * 用户注册,登录 * 商品信息管理 * 系统设置 * 管理员密码修改 * 管理员登录退出-Framework: struts2+ spring2.5+ hibernate3.2+ jsp+ jquery1.3+ mysql5.0 key features:* Site Information Management* User registration, login* Product Information Management* System Settings** Administrator Login Administrator password change exit
Platform: | Size: 21474304 | Author: 胡国华 | Hits:

[JSP/JavaStruts

Description: 新闻发布系统,你可以学习轻量级的struts-news system product ,you could download it to study ,if you can get anything ,do tanks.
Platform: | Size: 4967424 | Author: chen | Hits:

[JSP/JavaSHLogin

Description: 使用Struts+DAO+Hibernate完成用户登陆\代码。 内容: 通过Struts+DAO+Hibernate完成登陆模块开发 产品:Struts、Hibernate、MySQL、Tomcat、Eclipse/MyEclipse 技术:Struts 1.2、Hiberante ORM实现-Use Struts+ DAO+ Hibernate complete user login \ code. Content: The Struts+ DAO+ Hibernate login module to complete product development: Struts, Hibernate, MySQL, Tomcat, Eclipse/MyEclipse technologies: Struts 1.2, Hiberante ORM implementation
Platform: | Size: 27648 | Author: ying | Hits:

[JSPstruts_2_in_action

Description: Struts 2 经典书籍 . 提供web 快速开发的讲解和实例。使读者可以快速上手进行开发。-The original Struts project revolutionized Java web development and its rapid adoption resulted in the thousands of Struts-based applications deployed worldwide. Keeping pace with new ideas and trends, Apache Struts 2 has emerged as the product of a merger between the Apache Struts and OpenSymphony WebWork projects, united in their goal to develop an easy-to-use yet feature-rich framework. Struts 2 represents a revolution in design and ease of use when compared to classic Struts. It adds exciting and powerful features such as a plugin framework, JavaServer Faces integration, and XML-free configuration.Struts 2 In Action introduces the Apache Struts 2 web application framework and shows you how to quickly develop professional, production-ready modern web applications. Written by Don Brown, one of the leading developers of Struts 2, Chad Davis, a passionate Struts 2 developer, along with Scott Stanlick, this book gently walks you through the key features of Struts 2 in example-driven, ea
Platform: | Size: 3589120 | Author: yxl | Hits:

[JSP/JavaJSP_Book

Description: jsp+JavaScript+struts+hibernate+css+mysql的网上书店,包括顾客的购物车、订单管理和留言板,支持商品搜索;后台管理员的商品、订单、会员、系统管理。界面优美,功能齐全,-jsp+ JavaScript+ struts+ hibernate+ css+ mysql online bookstores, including the customer' s shopping cart, order management and message boards, support the product search background administrator of goods, orders, membership, system management. Beautiful interface, complete functions,
Platform: | Size: 5450752 | Author: fuqi | Hits:

[ERP-EIP-OA-Portalproduct

Description: product产品销售分析系统(spring +hibernate+struts)-product sales analysis system (spring+hibernate+struts)
Platform: | Size: 18367488 | Author: 易秉皇 | Hits:

[JSP/JavaSturts-Product

Description: 商品管理系统,采用jsp+struts框架开发,用eclipse工具开发!-Merchandise management system, using jsp+struts framework development, development tools with eclipse!
Platform: | Size: 3876864 | Author: 王坤 | Hits:

[JSP/JavaSturts-Product

Description: jsp+struts框架开发的商品管理系统,可以应用于中小型超市。-jsp+ struts framework for the development of the commodity management system that can be applied to small and medium sized supermarket.
Platform: | Size: 3354624 | Author: 刘春 | Hits:

[JSP/JavaSturts-Product

Description: 商品管理系统,采用jsp+struts框架开发,用eclipse工具开发!-Merchandise management system, using jsp+struts framework development, development tools with eclipse!
Platform: | Size: 5804032 | Author: 朱志平 | Hits:

[JSP/JavaStruts

Description: Struts是Apache软件基金会(ASF)赞助的一个开源项目。它最初是jakarta项目中的一个子项目,并在2004年3月成为ASF的顶级项目。它通过采用JavaServlet/JSP技术,实现了基于JavaEEWeb应用的MVC设计模式的应用框架,是MVC经典设计模式中的一个经典产品。(Struts is an open source project sponsored by the Apache Software Foundation (ASF). It was originally a sub project in the Jakarta project, and became the top ASF project in March 2004. It implements the application framework of MVC design pattern based on JavaEEWeb application by using JavaServlet/JSP technology, and is a classic product of MVC classic design pattern.)
Platform: | Size: 4881408 | Author: parksusu | Hits:
« 12 3 »

CodeBus www.codebus.net