由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Axis vs. XFire?
相关主题
webservices products[合集] Web Service Java 客户端的问题
什么是JAX WS怎么把servlet publish成web services
Can someone help on Soap?java web service 得迷惑
请教目前比较流行的Java Web Service框架Re: [转载] Re: why do u use XML?
anybody familiar w/ Axis? targetService is null谁推荐一本XML的书?
[转载] 急!在线等---从Servlet调用AXIS的Web Service 遇到问题!Configuration File reading.. xml?
Which Web service is better EJB or RPCJava XML parser的问题
Re: Which Web service is better EJB or Rjava & XML 2 example problem
相关话题的讨论汇总
话题: xfire话题: axis话题: web话题: requires话题: 4mb
进入Java版参与讨论
1 (共1页)
g*****g
发帖数: 34805
1
for web service, I heard XFire is considerably faster,
anyone experienced?
m******t
发帖数: 2416
2
That's kind of the impression I've got from community feedback, too. I haven
't had a chance to actually use XFire first-hand, though. Axis is a lot more
mature and stable than XFire, on the other hand.
c*****t
发帖数: 1879
3
Is there a slim web service client? Axis requires about 4MB+ library
(in which a lot of junks include Java code generator are included).
Sun's client is even worse. Thanks.

haven
more

【在 m******t 的大作中提到】
: That's kind of the impression I've got from community feedback, too. I haven
: 't had a chance to actually use XFire first-hand, though. Axis is a lot more
: mature and stable than XFire, on the other hand.

g*****g
发帖数: 34805
4
Want to put it in your applet? You may have to hand-parse the xml.

【在 c*****t 的大作中提到】
: Is there a slim web service client? Axis requires about 4MB+ library
: (in which a lot of junks include Java code generator are included).
: Sun's client is even worse. Thanks.
:
: haven
: more

m******t
发帖数: 2416
5
Huh? I'm looking at Axis 1.4/lib, it's only a little over 2MB.
Besides, I am pretty sure it doesn't require all those jars at run-time on
the client side. If size is very important, get rid of the wsdl packages
from axis.jar. 8-)

【在 c*****t 的大作中提到】
: Is there a slim web service client? Axis requires about 4MB+ library
: (in which a lot of junks include Java code generator are included).
: Sun's client is even worse. Thanks.
:
: haven
: more

c*****t
发帖数: 1879
6
It requires a number of other libraries, which sum up the size of 4MB.

【在 m******t 的大作中提到】
: Huh? I'm looking at Axis 1.4/lib, it's only a little over 2MB.
: Besides, I am pretty sure it doesn't require all those jars at run-time on
: the client side. If size is very important, get rid of the wsdl packages
: from axis.jar. 8-)

m******t
发帖数: 2416
7
Unless the web page I was looking at was an illusion, 8-), the only thing it
requires that's not included is an XML parser, which should have been part
of JDK 5.

【在 c*****t 的大作中提到】
: It requires a number of other libraries, which sum up the size of 4MB.
c*****t
发帖数: 1879
8
Most people that I know of are still using 1.4.2, particularly on Unix
systems.

it
part

【在 m******t 的大作中提到】
: Unless the web page I was looking at was an illusion, 8-), the only thing it
: requires that's not included is an XML parser, which should have been part
: of JDK 5.

c*****t
发帖数: 1879
9
My bad, it is 2MB. I need to relearn math ^_^

【在 m******t 的大作中提到】
: Huh? I'm looking at Axis 1.4/lib, it's only a little over 2MB.
: Besides, I am pretty sure it doesn't require all those jars at run-time on
: the client side. If size is very important, get rid of the wsdl packages
: from axis.jar. 8-)

1 (共1页)
进入Java版参与讨论
相关主题
java & XML 2 example problemanybody familiar w/ Axis? targetService is null
[转载] a question on XML parser[转载] 急!在线等---从Servlet调用AXIS的Web Service 遇到问题!
SOAP over SMTPWhich Web service is better EJB or RPC
CookXml 简介Re: Which Web service is better EJB or R
webservices products[合集] Web Service Java 客户端的问题
什么是JAX WS怎么把servlet publish成web services
Can someone help on Soap?java web service 得迷惑
请教目前比较流行的Java Web Service框架Re: [转载] Re: why do u use XML?
相关话题的讨论汇总
话题: xfire话题: axis话题: web话题: requires话题: 4mb