On Fri, Jun 8, 2012 at 2:26 PM, Brian Slesinsky <[email protected]> wrote:

> I'm definitely interested in getting simple servlets to run in Super
> Dev Mode in a way similar to classic Dev Mode. I haven't investigated,
> so I don't know if it's better to reuse the existing implementation or
> write a fresh one and leave behind some crud.
>
> I don't think we want to try too hard to provide a servlet container
> that works for arbitrary web apps. Typically it's better to use a
> separate process for anything complicated and avoid classpath/class
> loader issues. For example, for App Engine, you'll want to be using
> its own dev_appserver command.
>
> But perhaps I'm biased by how we do things within Google?
>

For my personal app, I launch my jetty-based server separately, and use
-noserver for DevMode.

-- 
John A. Tamplin
Software Engineer (GWT), Google

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to