监控网页?
不如监控WEB服务器!

解决方案 »

  1.   

    to: skyyoung(路人甲) 
       设计一个程序知道用户在网页上的动作,然后服务器端做相应的
    处理;这样做,要使用什么样的机制?
       或者撇开这个问题,关于实时系统或者实时监控的原理之类的资料,
    哪儿有?
      

  2.   

    if you are just using http, then I think you are out of luck. Web server can only be informed when http sends something to it.
    If you are using applet, then you can add a listener to every action that you are interested in and the listener can tell a session bean what has happened.
      

  3.   

    紧急插播:小弟将另外高分重谢http://www.csdn.net/expert/topic/474/474558.shtmhttp://www.csdn.net/expert/topic/474/474509.shtmhttp://www.csdn.net/expert/topic/474/474544.shtm 
      

  4.   

    哈哈
    简单了,你在网页中使用iframe 呀!
    使用前台脚本 javascript 定时提交你要的数据,即你设置的表单中
    数据了
    具体的不明白和我联系了
    有什么不明白的给我给我发邮件了
    emial:[email protected] 或 [email protected]
    QQ:33156769
      
      

  5.   

    用JAVA来做,太慢了,你的实时性怎么保证?