
Struts2
文章平均质量分 83
rw-just-go-forward
这个作者很懒,什么都没留下…
展开
-
Struts2教程四——Coding Struts 2 Actions
<!--.dp-highlighter {width:95%!important}--><!--.footer {padding-top:4px; color:#666}-->本教程假设你已完成Using Struts 2 Tags课程。可以在http://code.google.com/p/s翻译 2013-02-08 17:50:51 · 1766 阅读 · 0 评论 -
struts2 学习方法
struts2 学习方法正确的学习方法不仅能够让你事半功倍,也能够让你更加接近真理。在这一系列的文章之初,我想首先说说学习一个开源框架的途径。这些学习方法,不仅适用于Struts2,我想同样适用于许多其他的开源框架,比如说Spring,Hibernate等等。而这些学习方法,也是我个人的一些心得体会,希望对初学者或者正在为学习开源框架犯愁的朋友带来一些启示。 少读、精读网络转载 2013-03-06 13:46:13 · 1194 阅读 · 0 评论 -
Struts2教程八——Exception Handling
<!--.dp-highlighter {width:95%!important}--><!--.footer {padding-top:4px; color:#666}-->本教程代码可在Google Code - http://code.google.com/p/struts2-examples/dow翻译 2013-02-14 11:14:31 · 3140 阅读 · 0 评论 -
Struts2教程六——Form Validation
<!--.dp-highlighter {width:95%!important}--><!--.footer {padding-top:4px; color:#666}-->本教程假设你以完成Processing Forms 课程并有Form_Processing_Struts2_Ant (o翻译 2013-02-11 11:09:29 · 2689 阅读 · 0 评论 -
Struts2教程五——Processing Forms
<!--.dp-highlighter {width:95%!important}--><!--.footer {padding-top:4px; color:#666}-->本教程假设你以完成 Coding Struts 2 Actons 课程,在 Google Code - http翻译 2013-02-10 19:25:52 · 1832 阅读 · 1 评论 -
Struts2教程七——Message Resource Files
<!--.dp-highlighter {width:95%!important}--><!--.footer {padding-top:4px; color:#666}-->本教程假设你已完成Form Validation教程,可以在Google Code -http://code.googl翻译 2013-02-13 11:11:49 · 5329 阅读 · 0 评论 -
Struts2教程一——How To Create A Struts 2 Web Application
<!--.dp-highlighter {width:95%!important}--><!--.footer {padding-top:4px; color:#666}-->本教程讲解Struts2的安装并建立一个简单的应用Struts2易于使用,但需要以下J2EE技术,包括:JavaFi翻译 2013-02-07 08:41:40 · 1425 阅读 · 0 评论 -
Struts2教程二——Hello World Using Struts 2
当你在Struts2 web应用中点击一个超链接或者提交一个表单输入并不是发送到另一个server page,而是一个我们写的Java类,这些类叫做Action,Action执行后,Result选择一个资源作为应答返回,通常是一个server page,有时也可能是一个PDF文件或者Excel表格,又或者是一个Java applet等。假设我们建一个叫做Hello World的简单翻译 2013-02-07 08:42:21 · 1828 阅读 · 0 评论 -
Struts2教程三——Using Struts 2 Tags
<!--.dp-highlighter {width:95%!important}--><!--.footer {padding-top:4px; color:#666}-->本教程假设你已完成Hello World教程,可以在http://code.google.com/p/struts2-e翻译 2013-02-07 14:50:51 · 3625 阅读 · 2 评论 -
Struts2环境配置
1、导入jar包2、拷贝修改配置文件struts.xml,web.xml将struts.xml文件拷贝到src目录下,改为如下配置 xml version= "1.0" encoding = "UTF-8" ?> DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Con原创 2014-05-01 08:52:21 · 1485 阅读 · 0 评论