If you are running in a DWR thread then you are probably better off using {@link WebContext} in place of {@link ServerContext}.
From DWR 3, you are probably better off looking towards {@link Browser}, {@link ScriptSessions} or the various reverse ajax proxy APIs in order tointeract with web-clients.
{@link ServerContext} is accessible from {@link ServerContextFactory#get()}. @author Joe Walker [joe at getahead dot ltd dot uk]
|
|
|
|