-
Notifications
You must be signed in to change notification settings - Fork 382
Description
Samples use DevMode rather than CodeServer, and rather than updating ant templates/examples, it probably makes more sense to just move to maven. Existing reactor archetypes can be used to split server from client process, and encourage that for all new "getting started" projects. Projects that don't need a server can either use devmode with the static server, or just use the codeserver and serve the html file via public/. An example (Hello might be a good fit) that just uses CodeServer standalone also would need updated documentation (rather than the current WebAppCreator template readme).
WebAppCreator's behavior may be left alone, but the deprecation warnings should perhaps direct to a better "getting started with maven" location.
Gradle could be encouraged as well, but that's its own topic, see #10028.