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.3
Struts1.3
源码学习笔记(一)——ActionServlet(1)
ActionServlet在Struts中扮演Controler,也可以算是说整个Struts的处理中枢。客户端通过浏览器(或者其他表示层交互手段)想服务端提交一个request,提交的表单数据会被封装在一个ActionForm中,通常需要对每个form定义一个ActionForm,所有的request都会被ActionServlet拦截到,Action根据struts-config.xml文件中
JiangBo_HIT
·
2009-09-15 16:00
apache
struts
servlet
session
action
Path
struts1 中文乱码问题
在用
struts1.3
的过程中,发现在页面输入的中文,到了Action那里,就已经变成???的乱码.
jonc
·
2009-09-05 20:00
Web
xml
servlet
Struts+Spring+Ajax整合方法学习...
Spring2.5
Struts1.3
JQuery1.3.2 1. 业务层服务 package com.chencytttl.service; /** * 用户管理接口.
chenclqqrj
·
2009-08-13 12:00
java
spring
Ajax
xml
struts
struts处理中文乱码问题总结
(以myeclipse6支持的
struts1.3
为准) ㈠页面显示中文乱码 对于在页面中显示出现乱码,这个问题比较简单,便是检查你的JSP
mmm123lmj
·
2009-08-12 19:00
SSH中文乱码
(以myeclipse6支持的
struts1.3
为准)㈠页面显示中文乱码对于在页面中显示出现乱码,这个问题比较简单,便是检查你的JSP文件里是不是出现了中文要处理,因为JSP默认的编码格式为“ISO-8859
lzc0088
·
2009-07-23 15:00
eclipse
tomcat
servlet
MyEclipse
ssh
SSH中文乱码
(以myeclipse6支持的
struts1.3
为准)㈠页面显示中文乱码对于在页面中显示出现乱码,这个问题比较简单,便是检查你的JSP文件里是不是出现了中文要处理,因为JSP默认的编码格式为“ISO-8859
lzc0088
·
2009-07-23 15:00
eclipse
tomcat
servlet
MyEclipse
ssh
有关BeanUtils的copyProperties与有关PropertyUtils的copyProperties
wa=wsignin1.0&sa=95014330 注意:使用的
struts1.3
包下的类,不是用com.sun.org.apache.commons.beanutils.PropertyUtils下的类
foart
·
2009-07-07 18:00
exception
bean
Date
String
user
Integer
Struts1.3
编程 笔记
12月23日 网站,新闻发布系统: 1 充分理解MVC 2 掌握MVC在JavaEE中实现的方式 3 了解写文档的过程 4 掌握FCKEditor 高级部分: 程序的设计,维护,调试(测试) 框架: JavaEE轻量级开发 Struts + Hibernate + Spring JavaEE重量级 EJB2.0------à最初的设计--------让程序员实
gxhslcww
·
2009-07-01 09:00
编程
jsp
框架
bean
struts
JQuery和Struts实现Ajax文件上传
首先说下使用的框架和插件:
struts1.3
jQuery1.3 ajaxupload.3.2.js(一个JQuery的插件,实现Ajax上传的效果)COS(O’relly的一个性能很棒的上传组件)
樊凯
·
2009-06-17 15:00
[
struts1.3
]想把一些数据放到web-inf下面
一般为了保护jsp不是把jsp文件放到web-inf/jsp下面么,jsp之间的相互访问,转向,这个我会(怕有人误会我的问题) 现在,我想在web-inf下面的建一个data文件夹,譬如web-inf/data这样的结构,在data下面有各种各样的.pdb文件 然后让action实现这
fighter1945
·
2009-06-10 09:00
数据结构
Web
jsp
css
Struts1.3
之流程框架概述4
7. Exception Handling with Struts An exception handler allows you to declaratively handle an exception in the struts-config.xml file by associating an exception to a user friendly message and a user
okcomputer2009
·
2009-05-27 23:00
sql
框架
jsp
xml
struts
Struts1.3
之流程框架概述3
Outputtheerrorsassociatedwiththisformwithhtml:errorstag.ActionFormshaveavalidatemethodthatcanreturnActionErrors. WhenyouwanttooutputlabelsintheJSPfromtheresourcebundle.Bean:messagetaglooksupt
okcomputer2009
·
2009-05-27 23:00
html
jsp
bean
框架
struts
Struts1.3
之流程框架概述2
3.ActionForm类ActionFormsrepresentsrequestdatacomingfromthebrowser.ActionFormsareusedtopopulateHTMLformstodisplaytoendusersandtocollectdatafromHTMLforms. CreateJavaBeanpropertiesforallthefieldsthatyouw
okcomputer2009
·
2009-05-27 23:00
apache
html
框架
jsp
struts
Struts1.3
之流程框架概述1
1. Action类Actionsrespondtorequests.它收到browser用户请求(这个请求包含一些列信息),并最终返回一个ActionForward对象名为success作为outputview.ThatoutputviewwillbeaplainoldJSP. importjavax.servlet.http.HttpServletRequest;importjavax.
okcomputer2009
·
2009-05-27 23:00
框架
xml
Web
servlet
struts
Struts1.3
Tag总结之----Logic:iterate
<logic:iterate /> Iterates over a collection, enumerator, iterator, map, or array. It evaluates its body for each item in the collection. collection是对象的一个属性(在request scope中存在的对象 tagInf
okcomputer2009
·
2009-05-27 23:00
bean
Struts1.3
Tag总结之----Logic:messagesPresent
<logic:messagesPresent property="property1" message="true"> Message:property1 存在 </logic:messagesPresent> 我们知道,在Action类中我们可以通过将一个ActionErrors或ActionMessages对象添加进reques
okcomputer2009
·
2009-05-27 22:00
apache
html
struts
Struts1.3
Tag总结之----Select
选择标签: 必须是select与其他标签如:option,options和optionsCollection配合使用 <html:select property="selectedCareers" multiple="true">
okcomputer2009
·
2009-05-27 22:00
html
Struts1.3
Tag总结之----MultiBox
Multibox标签的用法: <logic:iterate id="hobby" name="tagInfo" property="hobbies"> <html:multibox property="selectedHobbies&
okcomputer2009
·
2009-05-27 22:00
html
bean
jsp
音乐
Struts1.3
Tag总结之----Messages vs. Errors
信息标签 <html:messages /> Displays a set of messages prepared by a business logic component and stored as an ActionMessages object, ActionErrors object, a String, or a String array in any scope. I
okcomputer2009
·
2009-05-27 22:00
html
bean
jsp
struts
Struts1.3
Tag总结之----Link
超链接标签 <html:link/> There are 4 options for rendering the URL of a hyperlink. href, action, forward, page <html:link forward="global_forward001">Link1</html:link>
okcomputer2009
·
2009-05-27 22:00
html
jsp
xml
struts
servlet
Struts1.3
Tag总结之----Button
几种按钮类型的标签 <html:button property="normalButton" value="只是一个普通按钮" /> 只是一个普通按钮,当点击以后不能产生任何作用。要产生作用的话,必须调用事件,如:onclick="form.submit()"
okcomputer2009
·
2009-05-27 22:00
html
jsp
struts
浏览器
servlet
shh整合出现no session or session was closed
项目使用hibernate3.1 + spring2.0 +
struts1.3
set集合延迟加载出现的问题如下 org.hibernate.LazyInitializationException:
sichen84
·
2009-04-27 15:00
java
Hibernate
orm
配置管理
项目管理
Struts1.3
+hibernate3.2+Spring2.5整合总结
手动整合
Struts1.3
+hibernate3.2+Spring2.5 以下是需要的准备工作: hibernate核心安装包下的: hibernate3.jar lib\required\*
wxw404
·
2009-03-15 12:00
spring
Hibernate
xml
Web
struts
传智播客struts学习,struts的基本工作原理及开发步骤
张老师以实际为准,没有从struts1.3.8讲解,因为虽然
struts1.3
在功能上肯定有所增强,但新产品一般都会有较多未知的bug,产品不是很稳定和经常出现一些兼容性的问题,最重要的是,公司以前开发的产品肯定不是
TuiRoger
·
2009-02-27 22:00
工作
jsp
mvc
struts
servlet
action
struts1.3
设置编码三种方法
本文所写涉及的struts的版本是1.3x. 一、改写struts的ActionServlet. 重写process()方法: package com.soft.struts.action; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse;
soft901
·
2009-02-24 14:00
apache
xml
Web
struts
servlet
Webwork源代码学习
相对于
Struts1.3
(见前面的源代码研究)。
Java天空 任我翱翔
·
2008-12-18 17:00
Struts处理中文乱码问题的解决
(以myeclipse6支持的
struts1.3
为准)㈠页面显示中文乱码 对于在页面中显示出现乱码,这个问题比较简单,便是检查
baobeituping
·
2008-12-08 10:00
eclipse
tomcat
struts
MyEclipse
servlet
课程设计“招生管理系统”中遇到的问题
问题出在
Struts1.3
上,按照我的习惯,喜欢用下载的API,而不用MyEclipse自带的。但是这次下载的
Struts1.3
的jar包中出了些问题。
Young_suse
·
2008-10-18 12:00
tomcat
Hibernate
MyEclipse
struts
jar
action
struts2的action基础
LoginAction.javapackage edu.hust.action;import com.opensymphony.xwork2.ActionSupport;//strust2.0的Action可以不继承任何类(这个和
struts1.3
forwayfarer
·
2008-09-20 00:00
struts
Webwork
input
action
login
getter
struts1.3
读取资源文件乱码的另一种解决方法
在网上找了一下资料,很多文章推荐使用native2ascii命令。 个人觉得很不方便,因为开发过程中资源文件修改比较频繁,每次都要运行脚本。 用PropertiesEditor插件。 还是很不方便,每个开发客户端都要装,很麻烦。 另外,资源文件,特别是国际化的时候,通常开发人员都喜欢用UTF-8来编码,以方便修改。但调试的时候就会出问题。 解决办法思路:因为stru
llade
·
2008-09-18 14:00
apache
xml
struts
ide
sun
Struts处理中文问题
(以myeclipse6支持的
struts1.3
为准)㈠页面显示中文乱码对于在页面中显示出现乱码,这个问题比较简单,便是检查你的JSP文件里是不是出现了中文
terran_li2008
·
2008-06-20 00:00
tomcat
jsp
struts
servlet
MyEclipse
Struts1.3
源代码学习总结
Struts相对来说是一个比较简单的MVC框架,实现的ServicetoWorker模式。研究Struts源代码从ActionServlet开始,因为它是统一的入口处理类,通常配置如下: 1 2 action 3 org.apache.struts.action.ActionServlet 4 5 config 6 /WEB-INF/stru
Java天空 任我翱翔
·
2007-09-26 16:00
零侵入实现Strtus1.3和Spring的集成
最近因为遗留项目的维护,捣腾起struts1.x,原先的代码到处充斥着ApplicationContext.getBean的代码,实在没法容忍,上网找了struts和spring集成的例子,基本上都是
struts1.3
balaschen
·
2007-08-17 14:00
Spring
Struts
Webwork
Apache
XML
零侵入实现Strtus1.3和Spring的集成
最近因为遗留项目的维护,捣腾起struts1.x,原先的代码到处充斥着ApplicationContext.getBean的代码,实在没法容忍,上网找了struts和spring集成的例子,基本上都是
struts1.3
balaschen
·
2007-08-17 14:00
apache
spring
xml
struts
Webwork
关于struts 1.2和1.3配置ActionForm的问题
使用的是sturts1.2,那时没有特意配置ActionForm是放到session里还是request里,但是例如用户登出后,用户名和密码的输入框的默认值会自动清空,而这次项目我们使用的是
struts1.3
可爱的java
·
2007-02-02 09:00
上一页
1
2
3
4
下一页
按字母分类:
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
其他