由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - one java question
相关主题
on-line waiting: how to implement.....JAX-RPC implementation
Java JSON-RPC client library?今天面试。
to Water, other future programmers怎么让java的locale指向英文?
need your commentsJAVA技术更新太快了!
sun to sabotage XML hype什么是JAX WS
Which Web service is better EJB or RPCwhat is best for Java Desktop GUI
Re: Which Web service is better EJB or RJAX-RPC 是否支持MTOM
J2EE 会热多久?GWT + Spring ?
相关话题的讨论汇总
话题: response话题: send话题: duplicated话题: client话题: request
进入Java版参与讨论
1 (共1页)
c****u
发帖数: 3277
1
how can I send multiple response from server side to one request from a client
using HTTP protocol?
f********h
发帖数: 149
2

~~~~~~~~~~~~~~~~~
you mean duplicated response?

【在 c****u 的大作中提到】
: how can I send multiple response from server side to one request from a client
: using HTTP protocol?

c****u
发帖数: 3277
3
not duplicated, just several response. sometimes, I may like to send
data in multiple packages to a client.

【在 f********h 的大作中提到】
:
: ~~~~~~~~~~~~~~~~~
: you mean duplicated response?

m******t
发帖数: 2416
4
As far as my understanding goes, http is RPC style, i.e., the server
can only send one response for each request. If you have some data
to send after the resonse, the client would have to make
another request consciously.

【在 c****u 的大作中提到】
: not duplicated, just several response. sometimes, I may like to send
: data in multiple packages to a client.

c****u
发帖数: 3277
5
ok. thanks. So I need to send another request from client side after it gets
response from server.

【在 m******t 的大作中提到】
: As far as my understanding goes, http is RPC style, i.e., the server
: can only send one response for each request. If you have some data
: to send after the resonse, the client would have to make
: another request consciously.

1 (共1页)
进入Java版参与讨论
相关主题
GWT + Spring ?sun to sabotage XML hype
学习JAVA的人要注意Which Web service is better EJB or RPC
现在做jasper report,amazon web services了,goodbug我要经常向你请教了。Re: Which Web service is better EJB or R
怎么学习distributed system?J2EE 会热多久?
on-line waiting: how to implement.....JAX-RPC implementation
Java JSON-RPC client library?今天面试。
to Water, other future programmers怎么让java的locale指向英文?
need your commentsJAVA技术更新太快了!
相关话题的讨论汇总
话题: response话题: send话题: duplicated话题: client话题: request