a****g 发帖数: 6 | 1 I plan to develop an on-line demo.
Since I'm not familar with web programming, could any expert give me
some hints on which tool is suitable to use? Javascript? applet? servelet? or
tools like .asp .net? (I am not familar with neither of them).
My demo requires following characteristics:
a) the demo system is based on a dynamic database stored in server.
b) The demo should be computer-human interactive: when users make some
selections and input data via the demo interface, the system should be
a | y**a 发帖数: 13 | 2 If you wanna keep your C++, use .net. Personally I prefer JSP and Servlet.
off-line database update is very easy to achieve. Just let your server-side
program born a thread or process to do the update work, the program itself
responses client immediately.
or
【在 a****g 的大作中提到】 : I plan to develop an on-line demo. : Since I'm not familar with web programming, could any expert give me : some hints on which tool is suitable to use? Javascript? applet? servelet? or : tools like .asp .net? (I am not familar with neither of them). : My demo requires following characteristics: : a) the demo system is based on a dynamic database stored in server. : b) The demo should be computer-human interactive: when users make some : selections and input data via the demo interface, the system should be : a
|
|