JSP是否支持事件编程?(100分)

jsp和asp差不多,也是脚本语言,而事件编程是要通过调用windows API函数来实现
的,所以可能无法进行事件编程。
另外,大富翁的练功场的服务器Apache/1.3.9 Server at lgc.delphibbs.com Port 80是建设在WINNT下的,为什么老出错,是不是在NT下的Apache工作性能不
太稳定!
 
jsp不支持事件编程,它只是web服务器端的脚本语言,
 
用JAVABean或Serverlet可以实现事件编程。
 
JSP is Server side development. It is mainly applied with beans and Servlet. The difference with ASP is its programming style and reusable. If you want to cathc the event, you have still to write JScript and go to Client side.
 
李兴平
能说的详细一点吗
 
多人接受答案了。
 
顶部