y*****u 发帖数: 224 | 1 I want to build a website. client send request to server and server
send back the requested data(about 10k to 50k). These data will be visualize
d
in the client browser. The whole interface is very simple and looks like
google map. Different from Google map, my website will import raw data, not
image
from server and visualize the data by calling opengl functions.
The visualization task will be carried at client side so that
the server will not be overloaded.
Is it possible to implement it in web | c***c 发帖数: 21374 | 2 搜 ajax
【在 y*****u 的大作中提到】 : I want to build a website. client send request to server and server : send back the requested data(about 10k to 50k). These data will be visualize : d : in the client browser. The whole interface is very simple and looks like : google map. Different from Google map, my website will import raw data, not : image : from server and visualize the data by calling opengl functions. : The visualization task will be carried at client side so that : the server will not be overloaded. : Is it possible to implement it in web
| s*******t 发帖数: 84 | 3 asp is a server side technique, you may need script (java/vb) or even activeX
to run program on client side.
【在 y*****u 的大作中提到】 : I want to build a website. client send request to server and server : send back the requested data(about 10k to 50k). These data will be visualize : d : in the client browser. The whole interface is very simple and looks like : google map. Different from Google map, my website will import raw data, not : image : from server and visualize the data by calling opengl functions. : The visualization task will be carried at client side so that : the server will not be overloaded. : Is it possible to implement it in web
| y*****u 发帖数: 224 | 4 I am not clear about the web application developing. I just reviewed some
books recently. Ajax is a method to improve user interaction experience, which
is not what i want. What i want is to let client do some busy task such as
calling opengl to 3D-visualize data requested from server. Ajax will help a
little, but not much.
Asp is a server side technique, so it is not possible to let client do
complicated things as 3D visualization. Do you know whether jsp can call
opengl? I never see such kind | c**t 发帖数: 2744 | 5 When client requests a 3d visualized data, server processes rendering and
sends
out heartbeat, client's ajax listens the heartbeat and draws progress bar...
which
【在 y*****u 的大作中提到】 : I am not clear about the web application developing. I just reviewed some : books recently. Ajax is a method to improve user interaction experience, which : is not what i want. What i want is to let client do some busy task such as : calling opengl to 3D-visualize data requested from server. Ajax will help a : little, but not much. : Asp is a server side technique, so it is not possible to let client do : complicated things as 3D visualization. Do you know whether jsp can call : opengl? I never see such kind
|
|