- 浏览: 7112 次
- 性别:
- 来自: 武汉
最新评论
-
ling_zhenxiajiuyou:
写的8错,LZ继续努力。。。
Spring mvc with axis (Axis2 Can't find Spring's ApplicationContext) -
rlj.java:
gmayvess 写道*
* FCKeditor - The ...
FCK配置文件说明 -
liuchuang:
haha
haha
haha
FCK配置文件说明 -
liuchuang:
thank you
thank you again
FCK配置文件说明 -
red008:
commons.fileupload不支持混合表单。。。
请 ...
commons.fileupload 没有多媒体对象取数据的问题
文章列表
最近项目中会使用到webservice,实现整个项目中的一个功能,项目使用的是spring mvc + hibernate(annotation),在网上找了一些资料之后,结合项目组的具体情况,决定使用axis2 v1.5.5(网上资料非常多)。为了节省开发成本,打算将axis2整合到项中。
首先,建一个web项目,将。spring mvc及hibernate (annotation)中要便用的jar包,都拷贝到WEB-INF下lib中,按照平时开发项目的习惯,将准备工作做好。
然后在apache官网上下载axis2-1.5.5的压缩包,解压之后将lib下的所有jar包都拷贝到WE ...
*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2007 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL ...
用commons.fileupload 上传,如果在请求资源包里有多媒体对象,其它通常数据得通过FileItem 对象来取,
而通常 FileItem类型的对象是通过 DiskFileUpload 的 parseRequest(request) 方法得到的,但是,如果的我的
请求资源包里没有多媒体对象,生成DiskFileUpload 类型对象时,就会报错``那么这时的普通数据怎么取出来?上传条件是可以带附件,也可以不带!