Open FrankHossfeld opened 11 months ago
Hello Frank, please also check the StockWatcher example, which still exists at https://www.gwtproject.org/doc/latest/tutorial/create.html
A prominent hint like the one from the Getting Started page could help: "Starting with 2.11.0 of the GWT SDK the webAppCreator is deprecated. Instead, we will use the gwt-maven-archetypes by Thomas Broyer to create a new GWT project. See section Getting Started."
Thanks, Christian
The gwt-site should reflect the current state of the GWT development and be up-to-date.
at the moment, it misses:
Also, there are a lot of dead links which let the gwt-site look like it is unmaintained.
Next, all docs do not reflect the current idea/state of how to develop with GWT (Maven multi module, application frameworks, widgets, communication, etc.) Instead it shows how to code in 2014 (using the webAppCreator, single Maven Module. projects, using DevMode).
Expectations are:
Important: Does 'best practice" means looking only into the SDK or also look into the eco system and choose the best solution from both worlds?