AbstractRemoteServiceServlet and its sub-class RemoteServiceServlet are the classes that implement gwt-rpc. gwt-rpc is implemented using doPost(). AbstractRemoteServiceServlet makes doPost() final and delegates the work to RemoteServiceServlet.processPost() to dispatch remote service interface calls.
On Jan 4, 8:40 pm, pieceovcake <[email protected]> wrote: > can gwt-rpc be implemented by extending HttpServlet > > or will it only work by extending RemoteServiceServlet ? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
