APPLICATION Application scope: objects in this scope are eagerly initialized
during DWR servlet initialization, and Closeable objects in this scope are
closed during DWR servlet destruction.
GLOBAL Global application scope: like
DwrScopes.APPLICATION , but objects in
this scope are not eagerly initialized and Closeable objects
in this scope are closed during servlet context destruction (not
during DWR servlet destruction).
Application scope: objects in this scope are eagerly initialized
during DWR servlet initialization, and Closeable objects in this scope are
closed during DWR servlet destruction.
Global application scope: like
DwrScopes.APPLICATION , but objects in
this scope are not eagerly initialized and Closeable objects
in this scope are closed during servlet context destruction (not
during DWR servlet destruction).
HTTP session scope. The implementation uses session identity to
to track which sessions are open. Since the servlet spec doesn't
guarantee identity of sessions between requests, don't rely on
getOpenContexts() or
close(session, handlers) to
work correctly for this scope.