for web service, I heard XFire is considerably faster, anyone experienced?
m*t
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
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
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
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
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
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
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
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-)