双层缓存实现思路 - CacheServlet
作者:anotherbug 日期:2007-10-11
[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...
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...
反向AJAXServlet - Comet/Reverse-AJAX Servlet
作者:anotherbug 日期:2007-10-11
<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...






