Proposed changes to accompany the SCL service loader change#418
Proposed changes to accompany the SCL service loader change#418zbynek merged 4 commits intogwtproject:mainfrom
Conversation
| The `-noserver` option instructs development mode to not start the embedded Jetty instance. In its place, you would run the J2EE container of your choice and simply use that | ||
| in place of the embedded Jetty instance. | ||
| GWT provides several ways to customize the development experience to suit your application's needs: | ||
| * The simplest and most flexible option is to use CodeServer instead of DevMode, allowing you to run your own application server, and only rely on GWT to |
There was a problem hiding this comment.
Should we use backticks for all Java class names in this paragraph (CodeServer, DevMode, ServiceLoader)?
There was a problem hiding this comment.
I think I fixed them all, flag anything I missed?
There was a problem hiding this comment.
I meant to ask whether
is to use CodeServer instead of DevMode
should be
is to use
CodeServerinstead ofDevMode
to emphasize that this refers to Java classes. Checking more closely, DevMode by itself is not using backticks throughough this page, only when used as fully qualified class name. But maybe CodeServer should be also mentioned as FQCN somewhere on the page?
There was a problem hiding this comment.
com.google.gwt.dev.DevMode is defined later on the page, though CodeServer never is. A link to superdevmode.md on first mention perhaps?
Also, I did wrap them all in backticks... but haven't yet pushed the commit, I'm sorry, was still working on the last point and never concluded it.
There was a problem hiding this comment.
A link to superdevmode.md on first mention perhaps
Sounds good.
There was a problem hiding this comment.
I'm seeing now that the very next sentence has a link to superdevmode.md... so I'm not sure what makes sense. I've gone ahead and added an anchor to https://www.gwtproject.org/articles/superdevmode.html#Starting so that we at least have CodeServer's class and args in view.
Co-authored-by: Zbynek Konecny <zbynek1729@gmail.com>
No description provided.