由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - my demo: Javascript? applet? servelet?
相关主题
【请教】怎么往一个applet里面填字符串?a question regarding applet
calling javascript from applet in Opera?赶快帮帮我!
求救求救 JSObject的getWindow为什么总是返回null呀~再问个java的蠢问题,别骂我
java的一些错误认识(转贴)愣是笨到家----整不明白applet的path
Java能帮我做这个project吗?为什么我这个html找不到applet class?
【跪求】java applet下怎么执行系统的一个程序?Beginner's Q
Java的主要的应用是什么?求java tutor一枚(付费,可网络交流)
Re: How to write to a file on server in an applet?一个java servelet 的问题
相关话题的讨论汇总
话题: demo话题: javascript话题: servelet话题: applet话题: my
进入Java版参与讨论
1 (共1页)
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

1 (共1页)
进入Java版参与讨论
相关主题
一个java servelet 的问题Java能帮我做这个project吗?
java后端开发【跪求】java applet下怎么执行系统的一个程序?
Java 做网站Java的主要的应用是什么?
a Java MultiThreading questionRe: How to write to a file on server in an applet?
【请教】怎么往一个applet里面填字符串?a question regarding applet
calling javascript from applet in Opera?赶快帮帮我!
求救求救 JSObject的getWindow为什么总是返回null呀~再问个java的蠢问题,别骂我
java的一些错误认识(转贴)愣是笨到家----整不明白applet的path
相关话题的讨论汇总
话题: demo话题: javascript话题: servelet话题: applet话题: my