Exercise 2: Improving your first Struts Application : Struts « J2EE平台 « Java

En
Java
1. 图形用户界面
2. 三维图形动画
3. 高级图形
4. 蚂蚁编译
5. Apache类库
6. 统计图
7. 
8. 集合数据结构
9. 数据类型
10. 数据库JDBC
11. 设计模式
12. 开发相关类
13. EJB3
14. 电子邮件
15. 事件
16. 文件输入输出
17. 游戏
18. 泛型
19. GWT
20. Hibernate
21. 本地化
22. J2EE平台
23. 基于J2ME
24. JDK-6
25. JNDI的LDAP
26. JPA
27. JSP技术
28. JSTL
29. 语言基础知识
30. 网络协议
31. PDF格式RTF格式
32. 映射
33. 常规表达式
34. 脚本
35. 安全
36. Servlets
37. Spring
38. Swing组件
39. 图形用户界面
40. SWT-JFace-Eclipse
41. 线程
42. 应用程序
43. Velocity
44. Web服务SOA
45. 可扩展标记语言
Java 教程
Java » J2EE平台 » Struts屏幕截图 
Exercise 2: Improving your first Struts Application
Exercise 2: Improving your first Struts Application

/*
First edition copyright 2004 ObjectSource LLC. All rights reserved.
This training material and the accompanying lab exercises were prepared 
by Srikanth Shenoy for ObjectSource LLC.

GRANT OF LICENSE: ObjecSource LLC grants you a non-exclusive license to 
use the material. No part of this publication may be reproduced, stored 
in a retrieval system or transmitted in any form or by any means 
electronic, mechanical, photocopying, recording or otherwise, without 
the prior written permission of ObjectSource LLC. At its discretion, 
ObjectSource LLC may provide limited support through email or discussion 
forums at ObjectSource web site. ObjectSource incurs no obligation 
to provide any support under this Agreement.
*/

/*
Business Objectives: 
1. Do not expose JSP URLs directly 
2. Allow change of images without changing JSPs 
3. Allow global change of error messages for a given type of error. 
4. Add fields to capture customer address in the form using relevant form elements 
5. Use Images instead of grey buttons for submitting data 
Technical Objectives for this exercise: 
The technical objectives of this exercise is to learn ?how to?: 
1. Use MVC compliant html:link Tag 
2. Use Img Tags (html:img) instead of <img src=..>. Externalize its src and alt to Resource Bundle. 
3. Reuse error messages by value replacement 
4. Modify the ActionForm and JSP Struts Tags to handle nested objects 
5. Modify the ActionForm, Struts Tags in JSP & Action for image button form submission (using 
ImageButtonBean) 
6. Use Checkbox & Radio tags for individual items 
7. Initialize the ActionForm to pre-populate the html form 
8. Use Select & Option Tag 
9. Use Options to display collections in the Select Tag 
10. Use Multiple Message Resource Bundles 


*/

           
       
struts-training.zip( 26,264 k)
Related examples in the same category
1. 练习1 :建立你的第一个Struts的应用练习1 :建立你的第一个Struts的应用
2. 练习3 :使用JSTL , Struts的EL练习3 :使用JSTL , Struts的EL
3. Struts 方法: Struts的构建与蚂蚁编译
4. Using bean:resource to expose the struts.config.xml to your view
5. Create a pluggable validator for cross-form validation 2Create a pluggable validator for cross-form validation 2
6. Struts: Generate a response with XSL
7.  Hibernate and Struts  Hibernate and Struts
8.  In-container testing with StrutsTestCase and Cactus
9. Exercise 4: Applying Gof and J2EE Patterns:Deploy to WebLogic and Test
10. Exercise 5: Search, List, Action Chaining, Editable List Form
11. Exercise 6: Paging
12. Exercise 7: Better Form and Action Handling
13. 练习8 :创建Struts的模块
14. Exercise 9: Using Commons Validator with Struts
15. Exercise 10: Using Struts and Tiles
16. Struts的基础事件Struts的基础事件
17. 完整的Struts应用完整的Struts应用
18. Struts的创建视图Struts的创建视图
19. Struts的:创建示范Struts的:创建示范
20. Struts的:创建控制器Struts的:创建控制器
21. 创建自定义标签创建自定义标签
22. Struts标签Struts标签
23. Struts和标签Struts和标签
24. Web服务,验证和瓷砖套餐Web服务,验证和瓷砖套餐
25. Struts框架: Struts的应用实例Struts框架: Struts的应用实例
26. Struts框架验证
27. Struts框架:瓷砖Struts框架:瓷砖
28. Struts框架:声明异常处理
29. Struts的:Struts的国际化应用
30. Struts的安全应用
31. Struts的应用测试
32. Struts的例子Struts的例子
33. Struts的空白模板Struts的空白模板
34. Struts框架
35. Struts的:银行的应用
36. Struts的应用Struts的应用
37. Struts的应用2Struts的应用2
www.java2java.com | Contact Us
Copyright 2010 - 2030 Java Source and Support. All rights reserved.
All other trademarks are property of their respective owners.