weixin_33749131 2014-01-20 11:48 采纳率: 0%
浏览 30

显示servlet输出

I have one servlet which connects to remote unix machine and executes one command which takes lot of time, I need to display output of that unix command continuously on webpage, I am able to fetch the output from unix machine and able to continuously display it in console, but not able to display it in web page at the same time as query is executing.

  • 写回答

1条回答 默认 最新

  • weixin_33712987 2014-01-20 12:22
    关注

    Try to look for asynchronous servlets (specification version 3.0).

    评论

报告相同问题?