E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Struts1.X
零侵入实现Strtus1.3和Spring的集成
以前都是用webwork,最近因为遗留项目的维护,捣腾起
struts1.x
,原先的代码到处充斥着ApplicationContext.getBean的代码,实在没法容忍,上网找了struts和spring
balaschen
·
2007-08-17 14:00
apache
spring
xml
struts
Webwork
常用的Struts 2.0的标志(Tag)介绍
在介绍常用标志前,我想先从总体上,对
Struts1.x
与Struts2.0的标志库(TagLibrary)作比较。
laies
·
2007-08-15 12:00
apache
html
jsp
UI
struts
Struts1.x
多文件上传问题
最近有个项目要用
Struts1.x
来做多文件上传,就是用户可以在前台动态添加任意多个文件,然后上传到服务器上。这里文件个数不定,所有没有定义到ActionForm里。
从此醉
·
2007-08-14 22:00
struts1
Struts1.x
多文件上传问题
最近有个项目要用
Struts1.x
来做多文件上传,就是用户可以在前台动态添加任意多个文件,然后上传到服务器上。这里文件个数不定,所有没有定义到ActionForm里。
aijuans8
·
2007-08-14 22:00
struts1
Java和Web应用开发:太多的抽象会是坏事么?
这则评论源于BilldehÓra的博客上一篇文章中的内容:……我觉得在Java世界里有很多框架——比如JSF或者
Struts1.x
——都把Web看成了使用软件模式来解决的问题。它们的目的就是
Scott Delap
·
2007-08-01 00:00
struts1.x
的TOKEN解决重复提交实例
1.新建PrepareInsertAction.java,InsertAction.java,InsertForm.java: PrepareInsertAction.java: public class PrepareInsertAction extends Action{ public ActionForward execute(ActionMapping mapping,
and4walker
·
2007-07-31 17:00
java
apache
html
jsp
struts
struts1.x
的TOKEN解决重复提交实例
1.新建PrepareInsertAction.java,InsertAction.java,InsertForm.java: PrepareInsertAction.java: public class PrepareInsertAction extends Action{ public ActionForward execute(ActionMapping mapping,
and4walker
·
2007-07-31 17:00
java
apache
html
jsp
struts
struts1.x
的TOKEN解决重复提交实例
1.新建PrepareInsertAction.java,InsertAction.java,InsertForm.java: PrepareInsertAction.java: public class PrepareInsertAction extends Action{ public ActionForward execute(ActionMapping mapping,
and4walker
·
2007-07-31 17:00
java
apache
html
jsp
struts
struts1.x
的动态验证实例
1.写一个Action类: public class LoginAction extends Action { public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) {
and4walker
·
2007-07-31 15:00
apache
html
xml
jsp
struts
struts1.x
的动态验证实例
1.写一个Action类: public class LoginAction extends Action { public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) {
and4walker
·
2007-07-31 15:00
apache
html
jsp
xml
struts
struts1.x
的动态验证实例
1.写一个Action类: public class LoginAction extends Action { public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) {
and4walker
·
2007-07-31 15:00
apache
html
jsp
xml
struts
[转帖]
Struts1.x
跟Struts2.x的区别
来源:struts2开发组 翻译:tianxinet(胖猴) 1.Action 类: • Struts1要求Action类继承一个抽象基类。Struts1的一个普遍问题是使用抽象类编程而不是接口。 • Struts 2 Action类可以实现一个Action接口,也可实现其他接口,使可选和定制的服务成为可能。Struts2提供一个ActionSupport基类去实现 常用的接口。Act
and4walker
·
2007-07-31 11:00
编程
bean
框架
struts
servlet
[转帖]
Struts1.x
跟Struts2.x的区别
来源:struts2开发组 翻译:tianxinet(胖猴) 1.Action 类: • Struts1要求Action类继承一个抽象基类。Struts1的一个普遍问题是使用抽象类编程而不是接口。 • Struts 2 Action类可以实现一个Action接口,也可实现其他接口,使可选和定制的服务成为可能。Struts2提供一个ActionSupport基类去实现 常用的接口。Act
and4walker
·
2007-07-31 11:00
编程
bean
框架
servlet
struts
[转帖]
Struts1.x
跟Struts2.x的区别
来源:struts2开发组 翻译:tianxinet(胖猴) 1.Action 类: • Struts1要求Action类继承一个抽象基类。Struts1的一个普遍问题是使用抽象类编程而不是接口。 • Struts 2 Action类可以实现一个Action接口,也可实现其他接口,使可选和定制的服务成为可能。Struts2提供一个ActionSupport基类去实现 常用的接口。Act
and4walker
·
2007-07-31 11:00
编程
框架
bean
struts
servlet
struts1.x
tag 引起的 form 只生成id属性, 不生成name属性的问题及解决方法
struts1.x
有个 tag使用后会使struts标签生成符合xhtml规范的html代码。但同时会引起一些问题:就是生成的form只有id属性,没有name属性。
KimSoft
·
2007-07-23 10:00
html
struts
XHTML
struts1.x
tag 引起的 form 只生成id属性, 不生成name属性的问题及解决方法
struts1.x
有个tag <html:xhtml /> 使用后会使 struts 标签生成符合 xhtml 规范的 html 代码。
61party
·
2007-07-23 10:00
struts1
Struts2与
Struts1.x
的深度比较
俺就IT168写的专稿.http://tech.it168.com/j/2007-07-13/200707131009859.shtml/ Struts2与
Struts1.x
的深度比较网名:sterning
诗特林-sterning
·
2007-07-17 17:00
Struts2与
Struts1.x
的深度比较
链接:[url]http://tech.it168.com/j/2007-07-13/200707131009859.shtml[/url]摘要:在本文中,笔者将对Struts2和
Struts1.x
这两种框架进行详细的比较
it168-itpub
·
2007-07-13 16:34
struts2
职场
Struts1.X
休闲
如何构造一个“富”枚举类型
如果果真选择了枚举类型,那就难免的要在String类型(或者Integer,...)和枚举类型之间的转化,至少在我使用的
struts1.x
的情形下For
anweixiao
·
2007-07-07 00:00
cache
Struts2.0 Action
有
Struts1.x
经验的朋友都知道Action是Struts的核心内容,当然Struts2.0也不例外。不过,
Struts1.x
与Struts2.0的Action模型很大的区别。
kgd1120
·
2007-06-26 16:00
struts
String
velocity
action
import
login
Struts2.0 Action
有
Struts1.x
经验的朋友都知道Action是Struts的核心内容,当然Struts2.0也不例外。不过,
Struts1.x
与Struts2.0的Action模型很大的区别。
kgd1120
·
2007-06-26 16:00
jsp
xml
struts
velocity
IOC
Struts2.0标签
在介绍常用标志前,我想先从总体上,对
Struts1.x
与Struts2.0的标志库(TagLibrary)作比较。
kgd1120
·
2007-06-26 16:00
html
UI
jsp
struts
嵌入式
Struts2.0标签
在介绍常用标志前,我想先从总体上,对
Struts1.x
与Struts2.0的标志库(TagLibrary)作比较。
kgd1120
·
2007-06-26 16:00
html
String
struts
iterator
import
include
让webwork2零配置,第一章(主贴再次更新)
作者:张荣华(ahuaxuan)*2007-06-18*转载请注明出处及作者*/让webwork2零配置,第一章一直以来我都有一个想法,想要找一个比较好的web框架,不用jsp,不用繁琐的配置,比如说
struts1
ahuaxuan
·
2007-06-18 15:00
Webwork
MVC
框架
Struts
XML
让webwork2零配置,第一章(主贴再次更新)
ahuaxuan) *2007-06-18 *转载请注明出处及作者 */ 让webwork2零配置,第一章 一直以来我都有一个想法,想要找一个比较好的web框架,不用jsp,不用繁琐的配置,比如说
struts1
ahuaxuan
·
2007-06-18 15:00
框架
xml
mvc
struts
Webwork
Struts 1.x与Struts 2.0的标志库比较
对
Struts1.x
与Struts2.0的标志库(TagLibrary)作比较。
zengjinliang
·
2007-06-17 13:00
html
jsp
UI
struts
嵌入式
Struts 1.x与Struts 2.0的标志库比较
对
Struts1.x
与Struts2.0的标志库(TagLibrary)作比较。
zengjinliang
·
2007-06-17 13:00
html
UI
jsp
struts
嵌入式
Strus 2的新表单标志的使用
表单标志使用小技巧Struts2的表单标志在输出(render)HTML时,使用了模板的概念,增加了复杂性(因为它不像
Struts1.x
的表单标志,它通常都是一个标志对应HTML的一个元素),
soardragon
·
2007-06-09 12:00
html
jsp
struts
XHTML
asp.net
转换器(Converter)——Struts 2.0中的魔术师
在我已往的
Struts1.x
项目经验中,有个问题不时的出现——在创建FormBean时,对于某个属性到底应该用String还是其它类型?
boy_wh520
·
2007-06-07 13:00
struts
String
Interceptor
iterator
action
import
Struts 2的基石——拦截器(Interceptor)
Struts1.x
的FormBean的麻烦使得有部分同事直
boy_wh520
·
2007-06-07 13:00
struts
String
Interceptor
Class
action
import
Strus 2的新表单标志的使用
表单标志使用小技巧Struts2的表单标志在输出(render)HTML时,使用了模板的概念,增加了复杂性(因为它不像
Struts1.x
的表单标志,它通常都是一
Max On Java
·
2007-05-18 19:00
Struts2.0之Action详解(一)
有
Struts1.x
经验的朋友都知道Action是Struts的核心内容,当然Struts2.0也不例外。不过,
Struts1.x
与Struts2.0的Action模型很大的区别。
zengbo0710
·
2007-05-13 17:00
jsp
xml
浏览器
struts
velocity
Struts2.0之Action详解(一)
有
Struts1.x
经验的朋友都知道Action是Struts的核心内容,当然Struts2.0也不例外。不过,
Struts1.x
与Struts2.0的Action模型很大的区别。
zengbo0710
·
2007-05-13 17:00
xml
jsp
struts
浏览器
velocity
Struts 2的基石——拦截器(Interceptor)
Struts1.x
的FormBean的麻烦使得有部分同事直
playfish
·
2007-05-03 21:00
Interceptor
转换器(Converter)——Struts 2.0中的魔术师
在我已往的
Struts1.x
项目经验中,有个问题不时的出现——在创建FormBean时,对于某个属性到底应该用String还是其它类型?
playfish
·
2007-05-03 21:00
Converter
在Struts 2.0中国际化(i18n)您的应用程序
其实,
Struts1.x
在此部分已经做得相当不错了。
playfish
·
2007-05-03 21:00
struts
Struts 2.0的Action讲解
有
Struts1.x
经验的朋友都知道Action是Struts的核心内容,当然Struts2.0也不例外。不过,
Struts1.x
与Struts2.0的Action模型很大的区别。
playfish
·
2007-05-03 21:00
struts
常用的Struts 2.0的标志(Tag)介绍
在介绍常用标志前,我想先从总体上,对
Struts1.x
与Struts2.0的标志库(TagLib
playfish
·
2007-05-03 21:00
struts
解决Struts打开多个表单
Struts1.x
解决页面重复提交时用的是token机制,在打开一个表单编辑保存的情况下,工作的很好。
踏雪寻梅
·
2007-05-02 17:00
apache
工作
Web
struts
项目管理
解决Struts打开多个表单
阅读更多
Struts1.x
解决页面重复提交时用的是token机制,在打开一个表单编辑保存的情况下,工作的很好。
踏雪寻梅
·
2007-05-02 17:00
Struts
工作
项目管理
Apache
Web
struts+spring+hibernate的web应用<一> 架构搭建
struts2.0基本就是webwork2.2,与以前的
struts1.x
可以说没任何关系了。因为是第一次用struts2
zengbo0710
·
2007-04-21 16:00
spring
Web
Hibernate
struts
Webwork
struts+spring+hibernate的web应用<一> 架构搭建
struts2.0基本就是webwork2.2,与以前的
struts1.x
可以说没任何关系了。因为是第一次用struts2
zengbo0710
·
2007-04-21 16:00
spring
Hibernate
Web
struts
Webwork
struts2.0+spring2.0+hibernate3.1 web应用 示例代码下载
struts2.0基本就是webwork2.2,与以前的
struts1.x
可以说没任何关系了。因为是第一次用struts2
komei
·
2007-04-19 08:00
spring
Web
Hibernate
struts
Webwork
在Struts 2.0中国际化(i18n)您的应用程序
其实,
Struts1.x
在此部分已经做得相当不错了。
Tiwen
·
2007-03-28 00:00
JavaScript
eclipse
jsp
struts
浏览器
常用的Struts 2.0的标志(Tag)介绍
其实,
Struts1.x
在此部分已经做得相当不错了。
Tiwen
·
2007-03-28 00:00
JavaScript
eclipse
jsp
浏览器
struts
在Struts 2.0中国际化(i18n)您的应用程序
其实,
Struts1.x
在此部分已经做得相当不错了。
Tiwen818
·
2007-03-28 00:00
Struts 2.0的Action讲解
有
Struts1.x
经验的朋友都知道Action是Struts的核心内容,当然Struts2.0也不例外。不过,
Struts1.x
与Struts2.0的Action模型很大的区别。
Tiwen818
·
2007-03-28 00:00
struts
String
velocity
action
import
login
Struts 2.0的Action讲解
有
Struts1.x
经验的朋友都知道Action是Struts的核心内容,当然Struts2.0也不例外。不过,
Struts1.x
与Struts2.0的Action模型很大的区别。
Tiwen
·
2007-03-28 00:00
xml
jsp
struts
浏览器
velocity
常用的Struts 2.0的标志(Tag)介绍
在介绍常用标志前,我想先从总体上,对
Struts1.x
与Struts2.0的标志库(TagLibrary)作比较。
Tiwen
·
2007-03-28 00:00
apache
html
UI
jsp
struts
关于给Struts的Html link标签的action(或者page、href)属性设置多个动态参数的解决办法
阅读更多相信大家对于
Struts1.x
中的html:link标签非常熟悉。
NetBus
·
2007-03-08 14:00
HTML
Struts
JSP
Gmail
Blog
上一页
27
28
29
30
31
32
33
34
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他