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
struts2.0
Struts2.0
实现自己的拦截器
来自:http://www.blogjava.net/nokiaguy/archive/2008/05/09/199587.html 在上一篇中介绍了Struts2拦截器的原理,在这一篇中我们将学习一下如何编写自己的拦截器。 一、拦截器的实现 实现一个拦截器非常简单。实际上,一个拦截器就是一个普通的类,只是这个类必须实现com.o
yong1828
·
2008-06-06 14:00
apache
xml
浏览器
struts
servlet
Struts2.0
避免重复提交
声明此文章出处:http://blog.163.com/quentin_wjb/blog/ quentin_wjb的博客。 双击制御 有些时候一些操作会非常的耗费时间(Long Lived Operation),例如这个数据库的导出,表
yong1828
·
2008-06-06 13:00
jsp
浏览器
struts
Blog
struts
早上来了发困 就写点东西 ,最近挺忙 ,也没得顾上写blog 最近自己看了些
struts2.0
很多人本质上和struts1.
javaping2008
·
2008-06-04 09:00
Hibernate
struts
qq
Blog
OO
struts2.0
实现文件上传
将下面两个jar文件加入lib commons-fileupload.jar commons-io.jar jsp页面 <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ta
阳光小菜鸟
·
2008-06-03 11:00
java
apache
jsp
struts
ext
初学
Struts2.0
配置
web.xml文件配置: struts2 org.apache.struts2.dispatcher.FilterDispatcher struts2 /* index.jsp struts.xml文件配置 /index.jsp /
laiahu
·
2008-05-30 17:00
初学
Struts2.0
配置
web.xml文件配置: <?xml version="1.0" encoding="UTF-8"?><web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/20
isiqi
·
2008-05-30 17:00
xml
jsp
struts
css
cache
struts2.0
action转跳到jsp页面css失效解决方案
像页面转跳失效问题肯定是路径的问题。建议改相对路径为绝对路径。 String path = request.getContextPath(); String basePase = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path
jiyanliang
·
2008-05-30 16:00
java
html
jsp
css
struts2.0
action转跳到jsp页面css失效解决方案
像页面转跳失效问题肯定是路径的问题。建议改相对路径为绝对路径。 String path = request.getContextPath(); String basePase = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path
jiyanliang
·
2008-05-30 16:00
java
html
jsp
css
struts2.0
action转跳到jsp页面css失效解决方案
像页面转跳失效问题肯定是路径的问题。建议改相对路径为绝对路径。 String path = request.getContextPath(); String basePase = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path
jiyanliang
·
2008-05-30 16:00
java
html
jsp
css
struts2标签学习
用过struts1.x的人都知道,标签库有html、bean、logic、tiles, 而
struts2.0
里的标签却没有分类,只用在jsp头文件加上 <%@ taglib prefix="
k_lb
·
2008-05-26 22:00
struts2标签
Struts2.0+Spring+Hibernate使用记录
1 通过使用
Struts2.0
的类型转换,值得程序员从setter中彻底的解放出来。 2
Struts2.0
使用的spring插件,使得它和spring可以无缝的集成。
jiyanliang
·
2008-05-25 11:00
spring
Hibernate
xml
ide
Acegi
Struts2.0+Spring+Hibernate使用记录
1 通过使用
Struts2.0
的类型转换,值得程序员从setter中彻底的解放出来。 2
Struts2.0
使用的spring插件,使得它和spring可以无缝的集成。
jiyanliang
·
2008-05-25 11:00
spring
Hibernate
xml
ide
Acegi
Struts2.0+Spring+Hibernate使用记录
1 通过使用
Struts2.0
的类型转换,值得程序员从setter中彻底的解放出来。 2
Struts2.0
使用的spring插件,使得它和spring可以无缝的集成。
jiyanliang
·
2008-05-25 11:00
spring
xml
Hibernate
ide
Acegi
struts2.0
中struts.xml配置文件详解
<! DOCTYPEstrutsPUBLIC"-//ApacheSoftwareFoundation//DTDStrutsConfiguration2.0//EN""http://struts.apache.org/dtds/struts-2.0.dtd" > < struts > <!-- include节点是str
xiamizy
·
2008-05-21 19:00
struts.xml
Struts2.0
中关于StrutsTestCase 的问题 是否是bug?
Struts2.0
中有个单元测试的基础类StrutsTestCase 当系统中加入 struts2-spring-plugin-2.0.11.jar的包后, 所有StrutsTestCase
agu
·
2008-05-21 18:00
spring
Web
struts
ssh
单元测试
Struts2.0
中关于StrutsTestCase 的问题 是否是bug?
Struts2.0
中有个单元测试的基础类StrutsTestCase 当系统中加入 struts2-spring-plugin-2.0.11.jar的包后, 所有StrutsTestCase
agu
·
2008-05-21 18:00
spring
Web
struts
ssh
单元测试
Struts2.0
中关于StrutsTestCase 的问题 是否是bug?
Struts2.0
中有个单元测试的基础类StrutsTestCase 当系统中加入 struts2-spring-plugin-2.0.11.jar的包后, 所有StrutsTestCase
agu
·
2008-05-21 18:00
spring
Web
struts
单元测试
ssh
struts2.0
表单提交带参数问题
阅读更多今天在学习的时候,碰到了这个问题,不知道怎么搞定了,也就是在提交表单的时候另外传递一个参数过去,这个参数不是那些里面的东西,比如要编辑一篇新闻,原来转过来了这个新闻对应的编号,类似这样intidd=(null==request.getParameter("id")?1:(Integer.parseInt(request.getParameter("id"))));目的是根据这个把需要编辑的
leopard_lb
·
2008-05-21 10:00
struts2.0
表单提交带参数问题
今天在学习的时候,碰到了这个问题,不知道怎么搞定了,也就是在提交表单的时候另外传递一个参数过去,这个参数不是那些里面的东西,比如要编辑一篇新闻,原来转过来了这个新闻对应的编号,类似这样int idd=(null==request.getParameter("id")?1:(Integer.parseInt(request.getParameter("id")
leopard_lb
·
2008-05-21 10:00
struts2
struts2.0
xml配置
struts.xml文件结构 struts.xml文件是整个Struts2框架的核心。 struts.xml文件内定义了Struts2的系列Action,定义Action时,指定该Action的实现类,并定义该Action处理结果与视图资源之间的映射关系。 <?xml version="1.0" encoding="UTF-8" ?> &
dilantaya
·
2008-05-20 10:00
框架
xml
jsp
struts
配置管理
Struts2+Spring2+Hibernate3 web应用示例(五)
在编写Web页面之前,先从总体上,对Struts1.x与
Struts2.0
的标志库(TagLibrary)作比较。
xiamizy
·
2008-05-18 10:00
hibernate3
资源文件查找顺序
资源文件查找顺序之所以说
Struts2.0
的国际化更灵活是因为它可以能根据不同需要配置和获取资源(properties)文件。在
Struts2.0
中有下面几种方法:使用全局的资源文件,方法如上例所示。
Michael_shao
·
2008-05-17 13:00
struts
properties
user
扩展
action
struts2.0
之拦截器
本来想自己写一篇拦截器的文章的。可在网上发现了一篇写得比较好。嘿嘿,于是开始犯罪。在这里把 蝸ゼ牜ご赽跑 的Blog一篇文章拿过来在加以修改给大家也认识认识拦截器。 一、什么是拦截器? 提到拦截器,使我不得不 想起武侠剧中劫匪们常说的一句话:“此山是我开,此树是我栽,要打此路过,留下买路财!”。难不成程序中也有“打劫”的,说的没错,拦截器就是个打劫的
andrew.yulong
·
2008-05-16 15:00
编程
jsp
xml
struts
生活
struts2.0
hibernate3.0 spring2.0 集成开发(一)
由于公司原因,最近开始搞起来
struts2.0
spring2.0 hibernate3.0,以前项目是struts1.X jdon ibatis.
andrew.yulong
·
2008-05-16 14:00
spring
Hibernate
bean
struts
配置管理
Struts2.0
配置方法
1.下载
struts2.0
所需jar包。
wangyu
·
2008-05-15 22:00
apache
tomcat
Web
xml
struts
Struts2.0
配置方法
1.下载
struts2.0
所需jar包。
wangyu
·
2008-05-15 22:00
apache
tomcat
Web
xml
struts
Struts2.0
配置方法
1.下载
struts2.0
所需jar包。
wangyu
·
2008-05-15 22:00
apache
tomcat
xml
Web
struts
struts2.0
拦截器token的使用导致数据无法绑定
之前在用
struts2.0
做表单提交时,为了防止重复提交,使用了自带的token拦截器。
javeye
·
2008-05-14 21:00
bean
jsp
Web
xml
struts
兄弟们 脚本如何获取struts2 的
标签选中的值,并动态设定id ??
在
struts2.0
中有这样的用法: <s:iterator value="XXX"> <s:select id="test"
jiake0504
·
2008-05-10 01:00
JavaScript
java
脚本
兄弟们 脚本如何获取struts2 的
标签选中的值,并动态设定id ??
在
struts2.0
中有这样的用法: <s:iterator value="XXX"> <s:select id="test"
jiake0504
·
2008-05-10 01:00
JavaScript
java
脚本
兄弟们 脚本如何获取struts2 的
标签选中的值,并动态设定id ??
在
struts2.0
中有这样的用法: <s:iterator value="XXX"> <s:select id="test"
jiake0504
·
2008-05-10 01:00
JavaScript
java
脚本
兄弟们 脚本如何获取struts2 的
标签选中的值,并动态设定id ??
在
struts2.0
中有这样的用法: <s:iterator value="XXX"> <s:select id="test"
jiake0504
·
2008-05-10 01:00
JavaScript
java
脚本
struts2.0
表单提交警告和报错的问题
下面的信息都是我登陆提交表单的时候发生的 警告信息: 2008-05-06 00:24:03,828 ERROR [org.apache.struts2.dispatcher.Dispatcher] - Could not find action or result 报错信息:发生在 我登陆提交表单的时候,很奇怪的是有时候还不发生 ,why? No result defined
vava
·
2008-05-06 08:00
java
apache
tomcat
xml
struts
java 开源版本问题!
我遇到的问题,在
struts2.0
中整合以前的系统的功能,使用JasperReport2.0和 JfreeChart1.0.9,在报表中显示CHART图片(buffered
zqjshiyingxiong
·
2008-05-05 16:00
java
jfreechart
struts2.0
web.xml配置问题解决
严重:Exceptionstartingfilterstruts2Unabletoloadbean:type:com.opensymphony.xwork2.ObjectFactoryclass:org.apache.struts2.spring.StrutsSpringObjectFactory-bean-jar:file:/E:/testStruts2.0/.metadata/.plugins
lightao220
·
2008-04-30 14:00
tomcat
exception
bean
struts
服务器
filter
struts2的ajax功能回車鍵處理
用过
struts2.0
的人都知道,虽然2.0加入了ajax功能,但使用起来就像噩梦般。其中回车键就是一个。
is.eagle
·
2008-04-29 14:00
html
Ajax
jsp
艰难的抉择:SpringMVC OR Struts2
目前公司在选择MVC框架时,出现了分歧: 一派支持SpringMVC,理由是足够强大,已经在两个项目成功使用 另一派主张用
Struts2.0
,理由是觉得它比SpringMVC强大,对AJAX集成的好
daquan198163
·
2008-04-25 23:00
spring
mvc
框架
Ajax
Webwork
SSH2.0
SSH2.0
Struts2.0
spirng2.0 开发环境: Windows xp Eclipse3.3 MyEclipse6.0 Struts2.0.6 Spring2.0.4
programmedbloke
·
2008-04-24 19:00
spring
freemarker
jsp
struts
单元测试
struts2.0
中配置tiles[转自haoxing272专栏]
struts2.0
中配置tiles[转自haoxing272专栏]1.在WEB-INF/lib下加入所需的jar包 commons-digester-1.6.jar, tiles-core-2.0
Sealyu
·
2008-04-19 20:00
[
Struts2.0
学习笔记]if-elseif-else标签
用于判断的,例子: Will Not Be Executed Will Be Executed Will Not Be Executed
sliufen
·
2008-04-18 16:00
struts
[
Struts2.0
学习笔记] 标签语法
Struts2.0
标签的确很是强大,可以使JSP页面相当的简洁,但是,偶才开始看的时候总是不大明白,学习了DOC里的标签语法 后才恍然大悟.
sliufen
·
2008-04-18 14:00
jsp
object
struts
struts2入门
二、 配置项目的web.xml
Struts2.0
所有的配置被整合在一个Filter里面,该Filter位于org.apache.struts2.dispatcher.FilterDispatcher
fan_zhen_hua
·
2008-04-16 15:00
struts2.0
的标签学习
用过struts1.x的人都知道,标签库有html、bean、logic、tiles, 而
struts2.0
里的标签却没有分类,只用在jsp头文件加上 <%@ taglib prefix="
bulargy
·
2008-04-13 16:00
Ajax
jsp
bean
struts
servlet
struts2.0
和displaytag1.1的分页
一:struts2的配置 <filter> <filter-name>struts2</filter-name> <filter-class> org.apache.struts2.dispatcher.FilterDispatcher </filter-class> </filter> <filt
cyckjp
·
2008-04-05 18:00
apache
jsp
.net
xml
struts
Struts2.0
插件
以下属转载: 今天无意查看了Struts2的插件时,发现已经林林总总有40个了。看来Struts2是不一个不错的JavaEE开发平台,可选择的尺度很大,以下是各个插件简介,目前并不是所有的插件都是可用的,有许多还在开发之中,但相信众多的插件无疑表明Struts2是一个不错的选择。原方请看http://cwiki.apache.org/S2PLUGINS/home.html,以下是
mikelou2007
·
2008-04-03 14:00
spring
json
osgi
grails
groovy
struts2.0
中 sitemesh 的用法
SiteMesh项目简介 OS(OpenSymphony)的SiteMesh是一个用来在JSP中实现页面布局和装饰(layoutanddecoration)的框架组件,能够帮助网站开发人员较容易实现页面中动态内容和静态装饰外观的分离。下载地址: http://www.opensymphony.com/sitemesh/ 里面包含有详细的例子和文档 Sitemesh是由一个基
liuzhenfeng
·
2008-04-02 19:00
框架
jsp
Web
Decorator
struts
include
Struts2.0
通配符问题
最近两天刚接触
Struts2.0
,没有什么现成的教科书,只是根据官网的一些说明文档来学习。过程中遇到了许多莫名其妙的问题,解决的方法也更是莫名其妙。
JavaMan_chen
·
2008-04-02 13:00
struts
Class
文档
input
action
login
struts2的ONGL标签详解--2
下面进入正题:仔细看懂这个人的两篇文章,标签就没问题了:)Struts2中的OGNL http://www.blogjava.net/max/archive/2007/04/28/114417.html常用的
Struts2.0
d8111
·
2008-04-01 21:00
如何让
Struts2.0
下载文件流
那么,在
Struts2.0
中如何实现数据流下载呢?
Struts2.0
默认支持多种格式的result type,stream即是其中的一种。
tailsherry
·
2008-04-01 12:00
apache
html
struts
Excel
asp
struts2.0
上传图片以数字做图片名字
public String execute() throws Exception { File[] files = this.getUploads(); double temp = c.getTimeInMillis(); for (int i = 0; i < files.length; i++) { temp += temp; this.getUploadFileName()[
cyckjp
·
2008-03-24 22:00
C++
c
C#
上一页
22
23
24
25
26
27
28
29
下一页
按字母分类:
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
其他