预览模式: 普通 | 列表

双层缓存实现思路 - CacheServlet

[code]
public static final String DEFAULT_ENCODING = "UTF-8";
private static final String DEFAULT_CONTENT_TYPE = "text/javascript";
...

protected void service(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException...

查看全部...

标签: cache 缓存 servlet 

分类:JAVA技术 | 固定链接 | 评论: 5 | 查看次数: 1624

反向AJAXServlet - Comet/Reverse-AJAX Servlet

附件
附件
切换到幻灯片模式

<p>Resin's Comet servlet API enables streaming communication such
as reverse AJAX dynamic updates for browser/JavaScript applications. The API
encapsulates of the threading and communications issues between the
request threads and the rest of the application.
</p><p><a href...

查看全部...

标签: Ajax Resin servlet Comet Reverse 反向 

分类:JAVA技术 | 固定链接 | 评论: 28 | 查看次数: 5298