You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/markdown/articles/articles.md
+20-6Lines changed: 20 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,13 +59,27 @@ JSON services across the web.
59
59
60
60
**Externally hosted articles:**
61
61
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
63
63
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.
65
65
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
67
67
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.
69
69
70
-
If you believe that any resource should be added or removed from the list above, please [let us
*[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