gwtproject / gwt-site

Sources of the pages of the gwtproject.org website.
150 stars 332 forks source link

improvements #356

Open FrankHossfeld opened 8 months ago

FrankHossfeld commented 8 months ago

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?

FrankHossfeld commented 8 months ago

353 adds a roadmap page to the site.

FrankHossfeld commented 8 months ago

348 adds a news page to gwt-site

FrankHossfeld commented 8 months ago

350 adds a comment that IE9 is no longer supported

FrankHossfeld commented 8 months ago

351 adds information about the GWT eco system

FrankHossfeld commented 8 months ago

353 adds a roadmap and information about how to contribute and donate.

FrankHossfeld commented 8 months ago

354 updates the getting started page

cpunktbueno1 commented 6 months ago

Hello Frank, please also check the StockWatcher example, which still exists at https://www.gwtproject.org/doc/latest/tutorial/create.html

image

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