练习1 :建立你的第一个Struts的应用 : 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屏幕截图 
练习1 :建立你的第一个Struts的应用
练习1 :建立你的第一个Struts的应用

/*
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.
*/

/*
Technical Objectives for this exercise: 

1. Create Struts ActionForm and Action 
2. Understand the interaction between RequestProcessor, Action and ActionForm 
3. Start development with CustomerForm.jsp & add tags and TLDs [Using basic Struts tags - html 
4. Understand the basic elements of struts-config.xml 
5. Create ActionForm fields for the JSP form fields 
6. Implement the validate method in ActionForm 
7. Create ActionMapping & associate the correct ActionForm and Action 
8. Create the Action class & implement the execute method 
9. Add ActionForward to the ActionMapping 
10. Understand how to use Message Resource Bundle 
11. Understand how to handle Form display, Form submission and validation 
12. Look for constants in JSP (bean:message, srcKey, altKey etc.) to add them in Resource Bundle 
13. Understand ForwardAction 
14. Look for ActionError keys & add them to Resource Bundle 
15. Build and deploy to WebLogic using the Build script provided and bean tags (totally 11 tags)] 
*/

           
       
struts-training.zip( 26,264 k)
Related examples in the same category
1. Exercise 2: Improving your first Struts Application Exercise 2: Improving your first Struts Application
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.