xFire vs. Axis anyone having experiences of these 2 products? share share?
g*g
2 楼
If you have a spring application, I'd suggest you go for xFire, it has natural support, it took it one day to figure all out. xFire is faster, but Axis has much better documentation.
【在 t****r 的大作中提到】 : xFire vs. Axis : anyone having experiences of these 2 products? share share?
t*r
3 楼
we still use struts.. but may go for spring.. not decided yet. hehe thank u dude.
【在 g*****g 的大作中提到】 : If you have a spring application, I'd suggest you go for : xFire, it has natural support, it took it one day to figure : all out. xFire is faster, but Axis has much better documentation.
o*g
4 楼
你们都喜欢怎么写Web Service呢? POJO? or JSR 181?
【在 g*****g 的大作中提到】 : If you have a spring application, I'd suggest you go for : xFire, it has natural support, it took it one day to figure : all out. xFire is faster, but Axis has much better documentation.
g*g
5 楼
Actually I have no idea, I have a spring application, I expose a bean through XFire, 2 configuration files and you are done. No changes on code. I guess it's POJO
Good point: No changes on code. 我来试试。然后用java 6写个客户端
【在 g*****g 的大作中提到】 : Actually I have no idea, I have a spring application, : I expose a bean through XFire, 2 configuration files : and you are done. No changes on code. I guess it's POJO
【在 g*****g 的大作中提到】 : Actually I have no idea, I have a spring application, : I expose a bean through XFire, 2 configuration files : and you are done. No changes on code. I guess it's POJO
你要搞明白几件事情。 1. web service跟简单servlet IO比肯定慢。 2. web service需要warm up的,也就是说hotspot compiler肯定要一阵子才能 弄明白该JIT哪一块 3. web service是应该多线程用的。普通workstation在饱和状态底下一秒处理 上百个request不是问题,对大多数应用不会是限制。