Friday, October 30, 2020
Re: A new article about GWT and IndexedDB with well known Design Patterns
--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/56981c23-9980-495f-8d70-b1f2951e287bo%40googlegroups.com.
Re: A new article about GWT and IndexedDB with well known Design Patterns
That's wyrd, here is the direct link: https://lofidewanto.medium.com/using-indexeddb-on-web-browser-with-well-known-design-patterns-b338b4ab05a8
--kool...@gmail.com schrieb am Donnerstag, 29. Oktober 2020 um 14:51:21 UTC+1:
Not sure that leads anywhere. I'm interested in that article and followed the trail. Medium asked me to login with my Google account or FB account. I chose one, signed up and logged in but that article couldn't be found.
On Wednesday, October 28, 2020 at 6:11:24 PM UTC-4 lofid...@gmail.com wrote:
A new article about GWT and IndexedDB with known Design Patterns, enjoy reading: http://bit.ly/GwtIndexedDBDesignPatterns
Enjoy reading, thanks.Lofi
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/8a7c8de6-91be-4cd5-98f5-a0008dabee39n%40googlegroups.com.
Thursday, October 29, 2020
Re: A new article about GWT and IndexedDB with well known Design Patterns
Not sure that leads anywhere. I'm interested in that article and followed the trail. Medium asked me to login with my Google account or FB account. I chose one, signed up and logged in but that article couldn't be found.On Wednesday, October 28, 2020 at 6:11:24 PM UTC-4 lofid...@gmail.com wrote:A new article about GWT and IndexedDB with known Design Patterns, enjoy reading: http://bit.ly/GwtIndexedDBDesignPatternsEnjoy reading, thanks.Lofi
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/8a7c8de6-91be-4cd5-98f5-a0008dabee39n%40googlegroups.com.
Re: A new article about GWT and IndexedDB with well known Design Patterns
A new article about GWT and IndexedDB with known Design Patterns, enjoy reading: http://bit.ly/GwtIndexedDBDesignPatternsEnjoy reading, thanks.Lofi
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/62dcdb54-a254-4a43-a3a4-333990e270abn%40googlegroups.com.
Re: A new article about GWT and IndexedDB with well known Design Patterns
On Wednesday, October 28, 2020 at 11:11:24 PM UTC+1, lofid...@gmail.com wrote:A new article about GWT and IndexedDB with known Design Patterns, enjoy reading: http://bit.ly/GwtIndexedDBDesignPatternsShouldn't your repository be async? Maybe returning promises?(fwiw, I use https://github.com/jakearchibald/idb in JS which makes IndexedDB much easier to use, particularly with async/await; but even without async/await, such as GWT, promises are great, with Promise.all() to easily do things in parallel and wait for all of them to finish)
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/04c0a966-22d8-49b9-ad87-20d0cc1336e5n%40googlegroups.com.
Re: A new article about GWT and IndexedDB with well known Design Patterns
On Wednesday, October 28, 2020 at 11:11:24 PM UTC+1, lofid...@gmail.com wrote:
A new article about GWT and IndexedDB with known Design Patterns, enjoy reading: http://bit.ly/GwtIndexedDBDesignPatterns
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/125f2bbd-dc31-4408-9b53-de100d0f4bd9o%40googlegroups.com.
Re: A new article about GWT and IndexedDB with well known Design Patterns
A new article about GWT and IndexedDB with known Design Patterns, enjoy reading: http://bit.ly/GwtIndexedDBDesignPatternsEnjoy reading, thanks.Lofi--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/7011834c-e30e-4c2a-aaa1-bbd7bee0a3ecn%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/CA%2BkiFseUtQqYC-xAVZkjt8Fwm6AS_4uq4obxCYxiOwC6Z9c3uA%40mail.gmail.com.
Wednesday, October 28, 2020
A new article about GWT and IndexedDB with well known Design Patterns
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/7011834c-e30e-4c2a-aaa1-bbd7bee0a3ecn%40googlegroups.com.
Re: GWT and JDK questions
I tried using @Deprecated (since="2.0", forRemoval=true) and got compilation errors, then i found out that the GWT default JRE emulation uses JDK8 java.lang.Deprecated which may or may not have been the culprit to my issues.So i asked to get confirmation by the community.
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/e961cf23-78e5-49ff-9c66-4b8c88b7fba7o%40googlegroups.com.
Re: GWT and JDK questions
Thank you for answers.
On Wednesday, October 28, 2020 at 1:30:33 PM UTC+1, Martin Nguyen wrote:Hi,I have some questions regarding version upgrades, hopefully anyone can help me with some answers.1. Am i correct in thinking that GWT2.9.0 does not support the syntax of JDK9 or higher?No.You can use up to Java 11 syntax.2. Can i use Java11 with GWT2.9.0 to compile my application?Yes.Fwiw, the answers to these questions are in http://www.gwtproject.org/release-notes.html#Release_Notes_2_9_0, in the highlights:> Added support for Java language levels 9, 10, and 11.> […] The release was tested and found to work cross platform when run with Java 8, 11, and 14.
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/a4f1b231-b061-4472-9fb4-dbe6b6819eabn%40googlegroups.com.
Re: GWT and JDK questions
On Wednesday, October 28, 2020 at 1:30:33 PM UTC+1, Martin Nguyen wrote:
Hi,I have some questions regarding version upgrades, hopefully anyone can help me with some answers.1. Am i correct in thinking that GWT2.9.0 does not support the syntax of JDK9 or higher?
2. Can i use Java11 with GWT2.9.0 to compile my application?
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/db463c62-4827-4536-a064-d5248e6cea0fo%40googlegroups.com.
GWT and JDK questions
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/7e9a6ffb-6ce7-414e-92b4-bc4b6de7952fn%40googlegroups.com.
[ANN] JRS gwt-time 1.4.13/2.0.1 release
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/e8f8c63c-34a9-4f14-9174-46b90bed02efn%40googlegroups.com.
Tuesday, October 27, 2020
Alexa Von Tobel on Building Through Uncertainty
|
Monday, October 26, 2020
Re: [ANN] JRS gwt-time 1.4.12/2.0.0 release
Hi,JRS gwt-time 1.4.12/2.0.0 was released - details on https://github.com/foal/gwt-time/releases/tag/v1.4.12 and https://github.com/foal/gwt-time/releases/tag/v2.0.0The main point - GWT 2.9.0 supportBest,Stas
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/ce93db35-77f0-4ffe-863d-56fea5f5083an%40googlegroups.com.
Re: GWT + EMF + JSON
Hi all,I am using GWT with EMF and I want write files on client side containing description of some EMF object with the JSON format. For this purpose I use EMFJson tool (https://emfjson.github.io/) with the following code but I can't write the file,. Have you an idea?Here is the code:// As of here we preparing to save the model content
ResourceSet resSet = new ResourceSetImpl();
// Register the XMI resource factory for the * extension
resSet.getPackageRegistry()
.put(EcorePackage.eNS_URI,EcorePackage.eINSTANCE);
resSet.getResourceFactoryRegistry()
.getExtensionToFactoryMap()
.put("*", new JsonResourceFactory());
// Obtain a new resource set
resSet.getURIConverter().getURIHandlers().add(new LocalStorageHandler());
// create a resource
URI uri = URI.createURI("file:///" + "D:/Spottest.json");
GWT.log(uri.toString());
Resource resource = resSet.createResource(uri);
// Get the first model element and cast it to the right type,
// everything is hierarchical included in this first node
resource.getContents().add(custom);
// now save the content.
// resource.save(Collections.EMPTY_MAP);
try {
resource.save(Collections.EMPTY_MAP);
} catch (Exception e) {
GWT.log("Pb saved " + e.getMessage());
}Thanks a lot for your help.Antonio
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/14617e6b-2d62-4650-ad02-020f1e899643n%40googlegroups.com.
[ANN] JRS gwt-time 1.4.12/2.0.0 release
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/6205f64a-71c0-4bf6-8ee0-e26fde9ccd53n%40googlegroups.com.
Friday, October 23, 2020
GWT + EMF + JSON
ResourceSet resSet = new ResourceSetImpl();
// Register the XMI resource factory for the * extension
resSet.getPackageRegistry()
.put(EcorePackage.eNS_URI,EcorePackage.eINSTANCE);
resSet.getResourceFactoryRegistry()
.getExtensionToFactoryMap()
.put("*", new JsonResourceFactory());
// Obtain a new resource set
resSet.getURIConverter().getURIHandlers().add(new LocalStorageHandler());
// create a resource
URI uri = URI.createURI("file:///" + "D:/Spottest.json");
GWT.log(uri.toString());
Resource resource = resSet.createResource(uri);
// Get the first model element and cast it to the right type,
// everything is hierarchical included in this first node
resource.getContents().add(custom);
// now save the content.
// resource.save(Collections.EMPTY_MAP);
try {
resource.save(Collections.EMPTY_MAP);
} catch (Exception e) {
GWT.log("Pb saved " + e.getMessage());
}
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/56b08495-9c94-4e83-8a7e-470ea05f4b77n%40googlegroups.com.
Wednesday, October 21, 2020
Re: Securiring GWT-RPC calls?
It's Java + Tomcat + GWT service servlet.On Oct 21, 2020, at 12:48 PM, lofid...@gmail.com <lofid...@gmail.com> wrote:I think, it depends on what kind of server-side technology do you use.I'm using normally REST APIs with Spring Boot and for that part I use Spring Security with OAuth2 / JWT token.But the simplest one would be using Spring Boot and Spring Security like this example: https://spring.io/guides/gs/securing-webHope this helps!ime...@gmail.com schrieb am Mittwoch, 21. Oktober 2020 um 20:56:10 UTC+2:Are there best practices for securing RPC calls? In an app I'm working on some of the calls are OK to go through without authentication, and some do require authentication and authorization. Any thoughts / suggestions?Slava--
You received this message because you are subscribed to a topic in the Google Groups "GWT Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-web-toolkit/f_QJldsQ-y0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-web-tool...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/e154fd85-7841-4a74-ac36-e7461c71a498n%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/12e0bcc9-ff77-40b6-b8cd-6767d07f9e03n%40googlegroups.com.
Re: Securiring GWT-RPC calls?
On Oct 21, 2020, at 12:48 PM, lofid...@gmail.com <lofidewanto@gmail.com> wrote:I think, it depends on what kind of server-side technology do you use.I'm using normally REST APIs with Spring Boot and for that part I use Spring Security with OAuth2 / JWT token.But the simplest one would be using Spring Boot and Spring Security like this example: https://spring.io/guides/gs/securing-webHope this helps!ime...@gmail.com schrieb am Mittwoch, 21. Oktober 2020 um 20:56:10 UTC+2:Are there best practices for securing RPC calls? In an app I'm working on some of the calls are OK to go through without authentication, and some do require authentication and authorization. Any thoughts / suggestions?Slava--
You received this message because you are subscribed to a topic in the Google Groups "GWT Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-web-toolkit/f_QJldsQ-y0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/e154fd85-7841-4a74-ac36-e7461c71a498n%40googlegroups.com.
Re: Securiring GWT-RPC calls?
Are there best practices for securing RPC calls? In an app I'm working on some of the calls are OK to go through without authentication, and some do require authentication and authorization. Any thoughts / suggestions?Slava
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/e154fd85-7841-4a74-ac36-e7461c71a498n%40googlegroups.com.
Re: New Presentation about Modern GWT Webapp Development
I added the "heart" ❤️ symbol to show that the libs / frameworks still being supported... I tried to add all the hearts in which libs I know...
If you want to add the heart just follow the two ways I mentioned in the beginning:
https://github.com/gwtboot/gwt-boot-awesome-liliAll the supported libs / frameworks are always in the beginning of the category...
Hope to get more libs / frameworks for GWT / J2CL 😀👍lofid...@gmail.com schrieb am Montag, 19. Oktober 2020 um 22:48:24 UTC+2:Hi All,I changed the name of the repo for the GWT Awesome LiLi:PR and MR are very welcome! 😀
Lofilofid...@gmail.com schrieb am Sonntag, 18. Oktober 2020 um 21:32:20 UTC+2:I open a new GitHub project for putting every GWT libs I know sofar...Library List (LiLi):
If you have libs I don't know just open a PR / MR...Thanks,Lofilofid...@gmail.com schrieb am Donnerstag, 1. Oktober 2020 um 11:58:29 UTC+2:Hi Thomas,thanks for the clue... yeah something like "awesome gwt" but like you said we already have it. I know this one https://gwt.zeef.com/awesomegwt (great links collection) and I already put this in GWT Padlet --> "GWT Links Collection"I thought it is just a simple one pager "Only Libs" table with following content:Category / JS Lib Name / JS Lib Address / GWT Lib Name / GWT Lib Address / JsInterop or JSNIExample:maps / open-layers3 / https://openlayers.org / gwt-ol / https://github.com/TDesjardins/gwt-ol / JsInteropdiagrams / chart.js / https://www.chartjs.org / charba / https://github.com/pepstock-org/Charba / JsInteropdiagrams / highchart.js / https://www.highcharts.com / gwt-highcharts / https://github.com/ascendtech/gwt-highcharts / JsInterop...That's it., so we can see whether someone already did the work with JsInterop (analogy to DefinitelyTyped for the types in TS).And everyone could make a PR to update the one page...Is it worth it to try?t.br...@gmail.com schrieb am Donnerstag, 1. Oktober 2020 um 10:00:10 UTC+2:
On Wednesday, September 30, 2020 at 10:48:34 PM UTC+2, lofid...@gmail.com wrote:Thanks a lot for the info.I added the Gradle plugin, wow we have 3 Gradle plugins.... is it not better just to have one? 😉The check on page 42 is about the "values", so the input param 😉I will create a new GWT libs list project to have a list of all GWT libs available... so not only UI framework... and will put everything over there... hope that the community will make some PR, so we can have a lot of libs...Some kind of "awesome gwt" then? https://github.com/sindresorhus/awesomeFwiw, a Google search for "awesome gwt" returned https://awesomeopensource.com/projects/gwt and https://gwt.zeef.com/awesomegwt
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/54c62925-68ee-4591-964c-970b1023b408n%40googlegroups.com.
Securiring GWT-RPC calls?
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/56e7e2ab-f577-443e-97a0-a5111812c77an%40googlegroups.com.
Tuesday, October 20, 2020
CVE-2012-5920 git commit
This release includes some minor bug fixes found in the release candidate. See What's New in GWT 2.5 plus the release notes for 2.5.0 (RC1) and 2.5.0 (RC2) for the full list of features and bugs fixes included in the GWT 2.5.0 release.
Security vulnerability from 2.4 to 2.5 FinalThe GWT team recently learned that the Security vulnerability discovered in the 2.4 Beta and Release Candidate releases was only partially fixed in the 2.4 GA release. A more complete fix was added to the 2.5 GA release. If you have an app that's been built with GWT 2.4 or one of the 2.5 RCs, then you'll need to get the latest 2.5 release, recompile your app, and redeploy.
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/73c58913-2c28-4099-90d9-1479c9d0f443n%40googlegroups.com.
Re: GWT 2.4.0 source code
GWT 2.4.0 source code is here https://gwt.googlesource.com/gwt/+/refs/tags/2.4.0 (and mirrored here in GitHub: https://github.com/gwtproject/gwt/tree/2.4.0)
On Tuesday, October 20, 2020 at 10:23:37 AM UTC+2, XD chen wrote:Hi All,Is there GWT 2.4.0 source code. I found the 2.6 and onward on github. But cannot seem to locate 2.4.0 version.Thanks.Jeff
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/e05b32e4-7282-40de-a8c1-5465e5c87674n%40googlegroups.com.
Eran Shir on Transportation Designed for 2020+
|