From 08630ab6cb672cbe374078201c7533bf16943c66 Mon Sep 17 00:00:00 2001 From: Frank Hossfeld Date: Sun, 17 Dec 2023 15:53:32 +0100 Subject: [PATCH 1/4] remove dead external hosted articles, add new external hosted articles & add external examples --- src/main/markdown/articles/articles.md | 29 +++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/src/main/markdown/articles/articles.md b/src/main/markdown/articles/articles.md index 11e018ec4..2dbf1d220 100644 --- a/src/main/markdown/articles/articles.md +++ b/src/main/markdown/articles/articles.md @@ -1,7 +1,8 @@ # Overview Below is a list of articles (most recent first) that have been published about GWT development. If you're interested in contributing an article on a specific GWT topic, - please [drop us a line](http://groups.google.com/group/Google-Web-Toolkit/post?sendowner=1&_done=/group/Google-Web-Toolkit/about%3F&). + please [drop us a line](, +0http://groups.google.com/group/Google-Web-Toolkit/post?sendowner=1&_done=/group/Google-Web-Toolkit/about%3F&). * [Migrating CssResources from CSS to GSS](gss_migration.html) - _December 2015_ @@ -59,13 +60,27 @@ JSON services across the web. **Externally hosted articles:** -* [GWT Tutorial](http://www.codetab.org/gwt-tutorial/) - _contributed by Maithilish - July 2013_ +* [Modern GWT, first steps(https://dev.to/ibaca/modern-gwt-first-steps-509k) - _contributed by Ignacio Baca Moreno-Torres - November 2018 -**GWT Tutorial** is a step-by-step guide to a complete GWT project. It walks through a project to explain the essentials as well as some of the advanced concepts of GWT 2. Level - Beginner and Intermediate. +**Modern GWT, first steps** is a great introduction to GWT. It creates a GWT project using the gwt-maven-archetypes and walks through a project to explain the essentials as well as some of the advanced concepts of GWT 2. Level - Beginner and Intermediate. -* [Exporting Libraries Developed in GWT to JavaScript](https://code.google.com/p/gwtchismes/wiki/Tutorial_ExportingGwtLibrariesToJavascript_en) - _Contributed by Manuel Carrasco MoƱino_ +* [Dynamite Duo: GWT Boot and Spring Boot](https://medium.com/geekculture/dynamite-duo-gwt-boot-and-spring-boot-e5a966782344) - Contributed by Dr. Lofi Dewanto -This article describes how you can export GWT defined methods to the outside JavaScript world, allowing your GWT application to provide an API for external consumption. It covers both a manual technique which uses only the GWT core library, as well as an even easier technique which uses of the [GWT-Exporter library](https://code.google.com/p/gwt-exporter). +Learn how to create a high-quality web application using Java on both the server and client side, utilizing web browsers. -If you believe that any resource should be added or removed from the list above, please [let us -know](mailto:Google-Web-Toolkit+owner@googlegroups.com). +**Externally hosted examples:** + +* [webcomponents-gwt-simple-examples](https://github.com/lofidewanto/webcomponents-gwt-simple-examples) - Contributed by Dr. Lofi Dewanto - March 2021 + +This repository provides a number of examples related to GWT 2 and J2CL. + +* [jsinterop-simple-jsframework-example](https://github.com/lofidewanto/jsinterop-simple-jsframework-example) - Contributed by Dr. Lofi Dewanto - August 2021 + +Simple Example for Accessing JavaScript Frameworks from Java GWT with Elemental2 and very early version of Akasha. + +* [gwt-boot-awesome-lili](https://github.com/gwtboot/gwt-boot-awesome-lili) - Contributed by Dr. Lofi Dewanto - January 2023 + +GWT Boot Awesome Library List (Gwit a LiLi) - Collection of JavaScript Libraries with JsInterop Interfaces and Others. + +If you believe that any resource, article or example should be added, updated or removed from the list, open an issue +[here](https://github.com/gwtproject/gwt-site). \ No newline at end of file From 5304b18843ac049b9c94c7074831b4d081febe51 Mon Sep 17 00:00:00 2001 From: Frank Hossfeld Date: Sun, 17 Dec 2023 15:54:58 +0100 Subject: [PATCH 2/4] fixed a typo --- src/main/markdown/articles/articles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/markdown/articles/articles.md b/src/main/markdown/articles/articles.md index 2dbf1d220..8ec007c2e 100644 --- a/src/main/markdown/articles/articles.md +++ b/src/main/markdown/articles/articles.md @@ -60,7 +60,7 @@ JSON services across the web. **Externally hosted articles:** -* [Modern GWT, first steps(https://dev.to/ibaca/modern-gwt-first-steps-509k) - _contributed by Ignacio Baca Moreno-Torres - November 2018 +* [Modern GWT, first steps](https://dev.to/ibaca/modern-gwt-first-steps-509k) - contributed by Ignacio Baca Moreno-Torres - November 2018 **Modern GWT, first steps** is a great introduction to GWT. It creates a GWT project using the gwt-maven-archetypes and walks through a project to explain the essentials as well as some of the advanced concepts of GWT 2. Level - Beginner and Intermediate. From a113097fe26c22735b0505ea378afebb20525ea7 Mon Sep 17 00:00:00 2001 From: Frank Hossfeld Date: Mon, 18 Dec 2023 12:49:10 +0100 Subject: [PATCH 3/4] fixed typo --- src/main/markdown/articles/articles.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/markdown/articles/articles.md b/src/main/markdown/articles/articles.md index 8ec007c2e..13aa44225 100644 --- a/src/main/markdown/articles/articles.md +++ b/src/main/markdown/articles/articles.md @@ -1,8 +1,7 @@ # Overview Below is a list of articles (most recent first) that have been published about GWT development. If you're interested in contributing an article on a specific GWT topic, - please [drop us a line](, -0http://groups.google.com/group/Google-Web-Toolkit/post?sendowner=1&_done=/group/Google-Web-Toolkit/about%3F&). + please [drop us a line](http://groups.google.com/group/Google-Web-Toolkit/post?sendowner=1&_done=/group/Google-Web-Toolkit/about%3F&). * [Migrating CssResources from CSS to GSS](gss_migration.html) - _December 2015_ From 7e9ebc3e220ab5c40133733d97af6b8619565776 Mon Sep 17 00:00:00 2001 From: Frank Hossfeld Date: Mon, 18 Dec 2023 17:52:10 +0100 Subject: [PATCH 4/4] review feedback --- src/main/markdown/articles/articles.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/markdown/articles/articles.md b/src/main/markdown/articles/articles.md index 13aa44225..821621173 100644 --- a/src/main/markdown/articles/articles.md +++ b/src/main/markdown/articles/articles.md @@ -81,5 +81,5 @@ Simple Example for Accessing JavaScript Frameworks from Java GWT with Elemental2 GWT Boot Awesome Library List (Gwit a LiLi) - Collection of JavaScript Libraries with JsInterop Interfaces and Others. -If you believe that any resource, article or example should be added, updated or removed from the list, open an issue -[here](https://github.com/gwtproject/gwt-site). \ No newline at end of file +If you believe that any resource, article or example should be added, updated or removed from the list, [open an issue +on our tracker](https://github.com/gwtproject/gwt-site/issues/new/choose). \ No newline at end of file