-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: external server wiring for DevMode #10056
Comments
Thanks for filing this - are you interested in developing or sponsoring this work? I imagine this to be an external project (or family of projects) to start with, then adopted to gwtproject and maintained collectively going forwards? It probably can start with a single implementation and generalize from what is learned there. I think a developer would naively assume that such a tool would use a specific classloader for the server rather than something like Cargo, since that would still make it necessary to debug an external process. With that said, Cargo does have the benefit of nudging the user down the path of maintaining them separately, as they likely already have a way to run their server without GWT at all - and it seems plausible that a single Cargo implementation could handle all the various implementations that it in turn supports. Other considerations:
|
Cargo is a good idea. I can see Regarding tooling, I would initially let projects add the required JARs to the DevMode classpath and eventually make the external servers part of "GWT Eclipse Plugin". |
In relation to gwt-plugins/gwt-eclipse-plugin#477
and continuing from #9863
Can we consider creating an external server wiring that lets DevMode start a separate server ?
supporting different servlet flavors and not sharing classpaths
The text was updated successfully, but these errors were encountered: