Exactly, although we seem to have a difference of opinion here as to how best to do it. We're going to tackle this issue on Refactor Friday.
On Mon, Feb 1, 2010 at 10:51 AM, Tim Peierls <[email protected]> wrote: > On Mon, Feb 1, 2010 at 10:16 AM, Rob Heittman > <[email protected]>wrote: > >> Well, GwtShellServlet itself is only useful in versions of GWT (1.6) that >> use Tomcat in hosted mode. Beyond that (2.0... I never really used 1.7) >> Development Mode is tightly coupled to Jetty. We lose The ability to mount >> Restlet at root as GwtShellServlet does. Ordinary ServerServlet works fine >> here. Once your GWT app is compiled, of course it doesn't matter what the >> server side is. >> > > Ah ... and this is what you were hoping to write up? How to route things > differently depending on whether you're in dev mode? > > --tim > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2443841

