Skip to content

Commit fa7f941

Browse files
Clean up external article links and summaries (#352)
Remove dead external hosted articles, add new external hosted articles and add external examples.
1 parent cc29a33 commit fa7f941

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

src/main/markdown/articles/articles.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,27 @@ JSON services across the web.
5959

6060
**Externally hosted articles:**
6161

62-
* [GWT Tutorial](http://www.codetab.org/gwt-tutorial/) - _contributed by Maithilish - July 2013_
62+
* [Modern GWT, first steps](https://dev.to/ibaca/modern-gwt-first-steps-509k) - contributed by Ignacio Baca Moreno-Torres - November 2018
6363

64-
**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.
64+
**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.
6565

66-
* [Exporting Libraries Developed in GWT to JavaScript](https://code.google.com/p/gwtchismes/wiki/Tutorial_ExportingGwtLibrariesToJavascript_en) - _Contributed by Manuel Carrasco Moñino_
66+
* [Dynamite Duo: GWT Boot and Spring Boot](https://medium.com/geekculture/dynamite-duo-gwt-boot-and-spring-boot-e5a966782344) - Contributed by Dr. Lofi Dewanto
6767

68-
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).
68+
Learn how to create a high-quality web application using Java on both the server and client side, utilizing web browsers.
6969

70-
If you believe that any resource should be added or removed from the list above, please [let us
71-
know](mailto:[email protected]).
70+
**Externally hosted examples:**
71+
72+
* [webcomponents-gwt-simple-examples](https://github.com/lofidewanto/webcomponents-gwt-simple-examples) - Contributed by Dr. Lofi Dewanto - March 2021
73+
74+
This repository provides a number of examples related to GWT 2 and J2CL.
75+
76+
* [jsinterop-simple-jsframework-example](https://github.com/lofidewanto/jsinterop-simple-jsframework-example) - Contributed by Dr. Lofi Dewanto - August 2021
77+
78+
Simple Example for Accessing JavaScript Frameworks from Java GWT with Elemental2 and very early version of Akasha.
79+
80+
* [gwt-boot-awesome-lili](https://github.com/gwtboot/gwt-boot-awesome-lili) - Contributed by Dr. Lofi Dewanto - January 2023
81+
82+
GWT Boot Awesome Library List (Gwit a LiLi) - Collection of JavaScript Libraries with JsInterop Interfaces and Others.
83+
84+
If you believe that any resource, article or example should be added, updated or removed from the list, [open an issue
85+
on our tracker](https://github.com/gwtproject/gwt-site/issues/new/choose).

0 commit comments

Comments
 (0)