Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个繁重的 CMD 进程(约 5 分钟),我需要根据客户的需求从 servlet 运行。
我还希望能够将一些流程的输出转发给客户端。(进度百分比)
尝试了几种方法,但无法使其工作......
请帮忙
您的 HTTP 请求将在五分钟后超时。客户也不喜欢等待。
我的建议是使用 Executor 异步执行此操作。
您可以通过添加第二个 HTTP 请求来提供进度信息,并让客户端对该 URL 进行 AJAX 调用。
我有 2 个<h:panelGroup用于条件文本显示。当我在 id 为空的情况下运行时,这个条件执行得很好#{empty personBean.person.id},并且我看到了其中的文本。如果我放入<h2>#{bu
<h:panelGroup
#{empty personBean.person.id}
<h2>#{bu