由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - help me urgent!
相关主题
这个widget如何用请问能否下载dreamweaver?
phpmailer提交后背景屏幕残余,怎么去掉?设计网站
is there any such HTML editor?What's the difference between ...
Where to download Microsoft visual studio.net?Who use godaddy for asp.net hosting?
请问哪里可以下载 Visual C++相似网站搜索
Visual Studio的字体问题俺的网站差不多更新好了,欢迎大家批评
大家都用啥设计website?问下哪里有英文版visual studio 2010下 (转载)
请问有什么免费的网页制作工具嘛?UNIDATA怎么连接进asp.net c#? (转载)
相关话题的讨论汇总
话题: server话题: client话题: data话题: visualize话题: opengl
进入BuildingWeb版参与讨论
1 (共1页)
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

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
UNIDATA怎么连接进asp.net c#? (转载)请问哪里可以下载 Visual C++
网站改版问题Visual Studio的字体问题
error of create ASP.net project in Visual Studio 2013 (转载)大家都用啥设计website?
技术分析:谈Web数据库访问技术请问有什么免费的网页制作工具嘛?
这个widget如何用请问能否下载dreamweaver?
phpmailer提交后背景屏幕残余,怎么去掉?设计网站
is there any such HTML editor?What's the difference between ...
Where to download Microsoft visual studio.net?Who use godaddy for asp.net hosting?
相关话题的讨论汇总
话题: server话题: client话题: data话题: visualize话题: opengl