uk.ltd.getahead.dwr
Class DWRServlet

java.lang.Object
  extended by HttpServlet
      extended by org.directwebremoting.servlet.DwrServlet
          extended by uk.ltd.getahead.dwr.DWRServlet

Deprecated. Use org.directwebremoting.servlet.DwrServlet

public class DWRServlet
extends DwrServlet

This is the main servlet that handles all the requests to DWR.

It is on the large side because it can't use technologies like JSPs etc since it all needs to be deployed in a single jar file, and while it might be possible to integrate Velocity or similar I think simplicity is more important, and there are only 2 real pages both script heavy in this servlet anyway.

There are 5 things to do, in the order that you come across them:

Author:
Joe Walker [joe at getahead dot ltd dot uk]

Field Summary
 
Fields inherited from class org.directwebremoting.servlet.DwrServlet
log
 
Constructor Summary
DWRServlet()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.directwebremoting.servlet.DwrServlet
destroy, doGet, doPost, getContainer, init, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DWRServlet

public DWRServlet()
Deprecated.