由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Build web server and dispatcher?
相关主题
怎么样同时build两个xsd fileHow to make php and servlet work togethe
developer, programmer, software engieer有什么区别Help with Java Swing Applet
How to redirect standard input in java关于Jsp timeout
Question of POP&SMTP server connectionRe: 有没有办法在browser第一次访问的时候知道是不是支持cookie?
How to control the Back, Forward...问个进度条的问题
急问:怎样用JAVA实现cleint,server和dispatcher?新手问一个:如何找.jar文件里都有什么class?
Another ?: Re: Keep track # of threadsSpring MVC question.
怎么在application实现delay?Spring question, redirect and carry data over?
相关话题的讨论汇总
话题: dispatcher话题: web话题: build话题: server话题: java
进入Java版参与讨论
1 (共1页)
g****n
发帖数: 18
1
Hello everyone,
As someone new to Java, I have trouble to come up with an approach to
programme in Java to build web servers, a dispatcher, and clients. Especially
the first two. The idea is that depending on the load of each web server, the
dispatcher will redirect clients' request to a web server of light load.
Anyone has an experience on this? Can you tell me how to get started? Do I
need to use the RequestDispatcher in the dispatcher? It seems this function
does some redirecting of requests.
f****n
发帖数: 208
2
Instead of writing your own server,is it possible to use java servlet which
can be run on distributed environment? The load balance will be taken care by
the system.

Especially
the

【在 g****n 的大作中提到】
: Hello everyone,
: As someone new to Java, I have trouble to come up with an approach to
: programme in Java to build web servers, a dispatcher, and clients. Especially
: the first two. The idea is that depending on the load of each web server, the
: dispatcher will redirect clients' request to a web server of light load.
: Anyone has an experience on this? Can you tell me how to get started? Do I
: need to use the RequestDispatcher in the dispatcher? It seems this function
: does some redirecting of requests.

1 (共1页)
进入Java版参与讨论
相关主题
Spring question, redirect and carry data over?How to control the Back, Forward...
How to prevent double submission in web form?急问:怎样用JAVA实现cleint,server和dispatcher?
奇怪的现象Another ?: Re: Keep track # of threads
JAVA新手问题请教怎么在application实现delay?
怎么样同时build两个xsd fileHow to make php and servlet work togethe
developer, programmer, software engieer有什么区别Help with Java Swing Applet
How to redirect standard input in java关于Jsp timeout
Question of POP&SMTP server connectionRe: 有没有办法在browser第一次访问的时候知道是不是支持cookie?
相关话题的讨论汇总
话题: dispatcher话题: web话题: build话题: server话题: java