Re: Announcing GWT 2.10.1 and 2.11 releases

2024-01-11 Thread lofid...@gmail.com
Great work GWT Team! Thanks a lot! Lofi am...@mun.co.il schrieb am Donnerstag, 11. Januar 2024 um 10:56:43 UTC+1: > Thank you! > > On Tuesday, January 9, 2024 at 11:36:08 PM UTC+2 Colin Alworth wrote: > >> I'm excited to announce the release of 2.10.1 and 2.11.0! This is our >> second release

Happy New Year 2024 and an Article for JavaScript Developers

2023-12-29 Thread lofid...@gmail.com
A must-read for all *#JavaScript* developers in the New Year of 2024. Enjoy the read, and Happy New Year 2024!  https://bit.ly/10JS2024 Lofi -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving

Re: DominoKit has a new home

2023-11-01 Thread lofid...@gmail.com
Great work! Congrats! Vegegoku schrieb am Dienstag, 31. Oktober 2023 um 09:41:19 UTC+1: > Exciting news — https://dominokit.com is live! Our new platform stands as > a beacon of inclusion, unifying detailed documentation in one centralized > location to empower and educate. We invite you to

Re: GWT for a Java to WASM compiler

2023-05-14 Thread lofid...@gmail.com
Thanks for the info. A very good explanation in that video. But still don't understand why would this solution with WASM GC 2x faster than the *"pure transpiling"* solution? The latter is completely in JS and uses the GC from JS as it is. Does this means using JS with WASM will be 2x faster

Re: What do these error messages mean?

2023-02-11 Thread lofid...@gmail.com
Thanks Thomas for the info! Thomas Broyer schrieb am Samstag, 11. Februar 2023 um 19:27:25 UTC+1: > On Friday, February 10, 2023 at 6:38:04 PM UTC+1 lofid...@gmail.com wrote: > You can still emulate System.xxx if you want to: > > It *is* emulated since GWT 2.8.0, where it returns GW

Re: What do these error messages mean?

2023-02-10 Thread lofid...@gmail.com
You can still emulate System.xxx if you want to: https://stackoverflow.com/questions/6457047/gwt-java-emulation Michael Moser schrieb am Freitag, 10. Februar 2023 um 17:15:25 UTC+1: > I boiled the cases where the compilation triggered in the code server > stalls (see my previous email) down to

Re: What do these error messages mean?

2023-02-10 Thread lofid...@gmail.com
You need to think that the result app will be running in browser as JavaScript. Can you do System.getProperty(...) in web browser? In my last article I emphasize this: *(4) Treat the client as a JavaScript app* It is helpful for Java developers to think of the client as a JavaScript web

Re: GWT app gets loaded multiple times in Firefox

2023-02-09 Thread lofid...@gmail.com
; >> On Wednesday, 8 February 2023 at 11:47:43 UTC+1 grue wrote: >> >>> I have tested it on MacOS 12.6.3 and Ubuntu and Windows 10 and in deploy >>> mode but I also see the issue in development mode. >>> >>> Michael >>> >>> &

Re: GWT app gets loaded multiple times in Firefox

2023-02-08 Thread lofid...@gmail.com
Following question: - What OS? - Do you try in development mode or deployment mode? Thanks, Lofi grue schrieb am Dienstag, 7. Februar 2023 um 14:03:25 UTC+1: > I have observed a weird behaviour when opening a GWT app in Firefox. When > I first open the page everything is normal but once I

New comprehensive article Dynamite Duo: GWT Boot and Spring Boot

2023-02-01 Thread lofid...@gmail.com
My comprehensive article #LOVE #Java #web #browser development: Dynamite Duo #GWTBoot and #SpringBoot is available. More #Java is not possible: Github: Java 91.1% HTML 8.9%  https://bit.ly/DynamiteDuo Enjoy! Lofi -- You received this message because you are subscribed to the Google Groups

GWT Boot 1.1.0

2022-12-18 Thread lofid...@gmail.com
Hi All, almost forget to give a news here... I released GWT Boot 1.1.0 in October at Maven Central: *Release page: * https://github.com/gwtboot/gwt-boot-modules/releases/tag/1.1.0 Enjoy, Lofi -- You received this message because you are subscribed to the Google Groups "GWT Users" group.

Article Planning Spring Boot and GWT Boot with Domino + Nalu

2022-12-18 Thread lofid...@gmail.com
Hi All, I'm looking forward for Xmas holidays... Preparing an article for GWT / J2CL: *Spring Boot and GWT Boot with DominoKit - Introduction - I would take the "StockWatcher" example and build a Domino UI and Nalu web app.* Any other wishes? ☺️ Another question, I see some questions about

Re: Is there some description anywhere how to set up a decently usable GWT 2.10 development environment?

2022-12-16 Thread lofid...@gmail.com
I agree with Frank, I never use Plugin from Eclipse or IntelliJ. Just use pure Chrome and Maven for building the project, debugging, etc.. That's it. Here is the shortest example: https://bit.ly/WebJavaStory The first step I always take is to separate the GWT project from the "server"

Re: Convert Existing GWT Backend to SPRING BOOT

2022-12-05 Thread lofid...@gmail.com
Hi All, you don't have to move GWT RPC to REST and JSON when you want to move the backend to Spring Boot. GWT RPC is just a servlet which you can register in Spring Boot. Here are some examples of the standard GWT Demo StockWatcher but implemented using Spring Boot with GWT RPC and REST

Re: GWT 2.10.0 DTD

2022-09-08 Thread lofid...@gmail.com
You're right, GWT Project updates with https now but still I also cannot download it: https://gwtproject.org/doctype/2.10.0/gwt-module.dtd But I never use it, or do you really need it? Sara Youssef schrieb am Donnerstag, 8. September 2022 um 13:25:43 UTC+2: > I can't access GWT 2.10.0 DTD from

Re: Spring dependency-check' is not allowed to appear in element 'bean'

2022-09-08 Thread lofid...@gmail.com
You should separate the Spring project and the GWT project... That's the best way so that you could update each projects with their dependencies as you wish. Remember GWT projects only need the Jar dependencies in compile / test time. In runtime they are just JavaScript  Here is an

Re: GWT 2.10.0 release

2022-06-24 Thread lofid...@gmail.com
Yay, thanks a lot to all GWT contributors!  Frank schrieb am Freitag, 24. Juni 2022 um 08:41:22 UTC+2: > Great ! > Thanks > > Op vrijdag 24 juni 2022 om 01:16:54 UTC+2 schreef hprc: > >> Yay! >> Thank you Colin and everyone. >> GWT is getting bigger and bigger. >> 2022年6月24日金曜日 1:16:50 UTC+9

Re: Micro-Frontends Session with GWT example

2022-04-03 Thread lofid...@gmail.com
The video in German language is online... Here you are if you want to see in German  https://youtu.be/1lHuGu8OLZU Enjoy, Lofi gardella...@gmail.com schrieb am Dienstag, 22. März 2022 um 15:53:30 UTC+1: > Thanks for sharing! > > On Tue, Mar 22, 2022 at 11:23 AM lofid...@gmail.com

Re: Micro-Frontends Session with GWT example

2022-03-22 Thread lofid...@gmail.com
Here are the slides... enjoy  https://bit.ly/MicrofrontendsNavigate2022 lofid...@gmail.com schrieb am Samstag, 19. März 2022 um 11:40:33 UTC+1: > Hi All, > > Friendly reminder: next week I have a session for Micro-Frontends. Free, > online, language German but the slides ar

Micro-Frontends Session with GWT example

2022-03-19 Thread lofid...@gmail.com
Hi All, Friendly reminder: next week I have a session for Micro-Frontends. Free, online, language German but the slides are in English  I'll show a short demo in GWT: https://navigate-kongress.de/class/web-micro-frontends/ Here is the example: https://github.com/gwtboot/microfrontends-example

Re: Performance Comparison GWT Transpiler with MacBook Pro M1 Pro processor

2022-01-15 Thread lofid...@gmail.com
@leon.p: This would be interesting... Could you try to build the project as I mentioned in my article? To see what time we would get there? Here is the article: https://bit.ly/GWTM1ProPerformance and https://bit.ly/GWTM1MaxPerformance Record is: 1. Without -T 1C clean install: 2m21s 2.

Last Day, One Last Article in 2021...

2021-12-31 Thread lofid...@gmail.com
@GWT Community: many thanks for all the supports and answers for all my questions! All the best for GWT / J2CL the best ever Java web browser based framework. Hope to see bigger community for 2022. One last article for 2021 on the last day in 2021: All Things in 2021 

Re: HOW TO MAKE MY SMART GWT WEB APP MOBILE

2021-12-21 Thread lofid...@gmail.com
Actually weird... In this page SmartGWT should be mobile oriented: "mobile adaptation is built in": https://www.smartclient.com/product/smartgwt.jsp "... your Smart GWT application supports mobile. Device-aware components automatically switch appearance and behavior to best suit the size of the

Re: Performance Comparison GWT Transpiler with MacBook Pro M1 Pro processor

2021-12-02 Thread lofid...@gmail.com
h Jens. I don't hink, that there is a huge difference in > performance Pro and Max > > lofid...@gmail.com schrieb am Mittwoch, 17. November 2021 um 12:13:53 > UTC+1: > >> Hi Jens, >> >> those MacBook Pros are not mine :-( >> >> But yes, I asked the

Re: Can I host the GWT client side code in S3.

2021-11-16 Thread lofid...@gmail.com
Yes, it should be possible since at the end you only have JavaScript. I've done this with Azure Static Web Apps Service: https://bit.ly/GWTAzureStaticsWebApps Maybe this page for the beginning? https://docs.aws.amazon.com/AmazonS3/latest/userguide/WebsiteHosting.html I would say that you

Re: Performance Comparison GWT Transpiler with MacBook Pro M1 Pro processor

2021-11-16 Thread lofid...@gmail.com
An update to my performance test article with GWT and now M1Max: https://bit.ly/GWTM1MaxPerformance Insane... fast... only 1m13s with -T 1C This is the record now  lofid...@gmail.com schrieb am Sonntag, 31. Oktober 2021 um 13:30:59 UTC+1: > Ahh you already have split the monolith web

Re: Performance Comparison GWT Transpiler with MacBook Pro M1 Pro processor

2021-10-31 Thread lofid...@gmail.com
r one permutation. >>> >>> Do you have any susggestion to make it short . >>> >>> Thx >>> >>> Le jeu. 28 oct. 2021 à 23:38, lofid...@gmail.com a >>> écrit : >>> >>>> Hi All, >>>> >>>> I wro

Re: Performance Comparison GWT Transpiler with MacBook Pro M1 Pro processor

2021-10-29 Thread lofid...@gmail.com
I updated the article with Linux Ubuntu and Marco adds using *non-native* JDK on M1Pro... not good... lofid...@gmail.com schrieb am Freitag, 29. Oktober 2021 um 10:44:43 UTC+2: > Oh, that's not good... :-( > > Actually I'm only a user of MacBook but private I don't use any iPhone

Performance Comparison GWT Transpiler with MacBook Pro M1 Pro processor

2021-10-28 Thread lofid...@gmail.com
Hi All, I wrote a short comparison about GWT Transpiler with MacBook Pro M1 Pro processor. https://bit.ly/GWTM1ProPerformance Enjoy! -- 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

Re: GWT Eclipse plug in

2021-10-08 Thread lofid...@gmail.com
ary complication > for me. The GWT Eclipse plugin works great. Eclipse 2021-06. Windows 10. > > On Friday, 8 October 2021 at 7:19:34 am UTC+11 lofid...@gmail.com wrote: > >> Yes, it always a problem to migrate...  >> >> I've experienced this a long time ago with Ant, whi

Re: GWT Eclipse plug in

2021-10-07 Thread lofid...@gmail.com
e > Le mercredi 6 octobre 2021 à 13:23:28 UTC+2, lofid...@gmail.com a écrit : > >> The problem is the GWT Eclipse plugin is not maintained anymore, so it >> stops working in the newer versions... >> >> As I said, I wouldn't use it anymore. Also ant.xml as buil

Re: GWT Eclipse plug in

2021-10-06 Thread lofid...@gmail.com
The problem is the GWT Eclipse plugin is not maintained anymore, so it stops working in the newer versions... As I said, I wouldn't use it anymore. Also ant.xml as build tool is deprecated. I would just use Maven quite easy. Additional to the example above, there are also following examples

Re: GWT Eclipse plug in

2021-10-05 Thread lofid...@gmail.com
I wouldn't use the Eclipse Plugin anymore, just use Maven and you are ready for the future. It's quite simple, no need to use Eclipse plugin. Basic simple example: https://github.com/lofidewanto/gwt-boot-sample-basic Hope this helps, Lofi pierre...@gmail.com schrieb am Montag, 4. Oktober 2021

Re: Security Scanning for GWT Code

2021-09-22 Thread lofid...@gmail.com
For Java code scanning you can use anything like BlackDuck, Snyk, etc. all for Java code / libs security scanning. GWT code is just Java code. If you need to scan the "result" then you can scan the JavaScript result... I'm not sure whether this makes sense? t.br...@gmail.com schrieb am

Re: Is it possible to adjust scrolling sensitivity when dragging a component?

2021-08-24 Thread lofid...@gmail.com
Is this maybe what you are searching? https://stackoverflow.com/questions/55696524/adjust-the-scrolling-speed-when-scrolling-by-dragging You could use Akasha (https://github.com/akasha/akasha) / Elemental2 API to implement the same structure... Hope this helps. vict...@gmail.com schrieb am

Re: GWT 2.9 upload file error

2021-08-05 Thread lofid...@gmail.com
What kind of "Uploader" component do you use? Thanks, Lofi yibi...@gmail.com schrieb am Montag, 2. August 2021 um 09:39:30 UTC+2: > I upgrade a project from GWT 2.5.1+Java 8 to GWT 2.9 +Java 11 > > I got (TYpeError): Cannot read property 'Xe' of null when I > > IUploader currentUploader = new

GWT on the Survey JVM Ecosystem Report 2021

2021-06-18 Thread lofid...@gmail.com
Hi All, great position of GWT on the survey JVM Ecosystem Report 2021: GWT ahead of Vaadin and all... Only Spring MVC and JSF in the front... Go go GWT we'll go for number ONE! ☝️  https://twitter.com/lofidewanto/status/1405882423309701127?s=21 Have a nice weekend, Lofi -- You received

Re: [ANN] Akasha: Typed Browser API

2021-06-06 Thread lofid...@gmail.com
Hi Peter, ... also I tweet your new lib Akasha: https://twitter.com/lofidewanto/status/1401629502715973641?s=21 Cool work! Lofi lofid...@gmail.com schrieb am Sonntag, 6. Juni 2021 um 21:43:50 UTC+2: > Hi Peter, > > thanks a lot for your PR, I accepted it and I add GitHu

Re: [ANN] Akasha: Typed Browser API

2021-06-06 Thread lofid...@gmail.com
PM lofid...@gmail.com > wrote: > >> Great work Peter! >> >> I like the APIs from Akasha (former WebTack). >> >> If someone wants to compare the APIs from *Elemental2* and *Akasha* >> checkout this example: >> >>- Elemental2 in IndexDB:

Re: GWT Front-end on different server than Back-end

2021-06-05 Thread lofid...@gmail.com
Hi All, I wrote a short article *"*Deploy GWT / J2CL Web Apps on Azure Static Web Apps Service" https://bit.ly/GWTAzureStaticsWebApps Enjoy! Lofi lofid...@gmail.com schrieb am Freitag, 4. Juni 2021 um 21:41:21 UTC+2: > This works now: > https://twitter.com/lo

Re: GWT Front-end on different server than Back-end

2021-06-04 Thread lofid...@gmail.com
This works now: https://twitter.com/lofidewanto/status/1400871145621053442?s=21 lofid...@gmail.com schrieb am Freitag, 4. Juni 2021 um 18:36:57 UTC+2: > @Bruno: > > I tried to deploy a simple GWT webapp to Azure Static Web App service. > Here is my simple example: > >

Re: GWT Front-end on different server than Back-end

2021-06-04 Thread lofid...@gmail.com
, Lofi lofid...@gmail.com schrieb am Donnerstag, 27. Mai 2021 um 15:18:24 UTC+2: > Hi Bruno, > > Yes, it is actually the standard way to deploy GWT webapp (at the end you > transpile Java to JavaScript: it is JavaScript + HTML + resources) in just > a simple web server (NginX or Apache

Re: GWT Front-end on different server than Back-end

2021-05-27 Thread lofid...@gmail.com
Hi Bruno, Yes, it is actually the standard way to deploy GWT webapp (at the end you transpile Java to JavaScript: it is JavaScript + HTML + resources) in just a simple web server (NginX or Apache). The web app communicates with the server side by using GWT-RPC (like what Peter said above) or

Re: [ANN] Akasha: Typed Browser API

2021-05-27 Thread lofid...@gmail.com
Great work Peter! I like the APIs from Akasha (former WebTack). If someone wants to compare the APIs from *Elemental2* and *Akasha* checkout this example: - Elemental2 in IndexDB:

Re: GWT tutorial does not compile

2021-05-20 Thread lofid...@gmail.com
, HttpServletResponse > response) { > > > On Wednesday, May 19, 2021 at 2:30:08 AM UTC-5 lofid...@gmail.com wrote: > >> Yes, you can use GWT RPC instead of REST: >> https://stackoverflow.com/questions/9160535/is-it-possible-to-upload-a-file-via-gwt-rpc-servlets >>

Re: Meaning of @ImportedWithPrefix?

2021-05-19 Thread lofid...@gmail.com
Will this article help you? https://www.steveclaflin.com/blog-stuff/gwt/CssResourceImports.html ime...@gmail.com schrieb am Mittwoch, 19. Mai 2021 um 00:42:09 UTC+2: > I'm trying to understand how styling works in CellTable. The line # 298 > has BasicStyle annotated with

Re: GWT tutorial does not compile

2021-05-19 Thread lofid...@gmail.com
>> >>> thanks :) It found elemental2 but gave an error on dominokit. I see it >>> is a RC not a Release. Perhaps that version number is a problem? >>> Cannot resolve org.dominokit:domino-jackson-processor:1.0.0-RC1 >>> >>> On Tuesday, May 18,

Re: GWT tutorial does not compile

2021-05-17 Thread lofid...@gmail.com
Ahh forget... You need to run your local mvn first... Maybe you are the first person who will download the Domino libs... So please check out this project: https://github.com/lofidewanto/stockwatcher/tree/master/stockwatcher-springboot and run mvn clean install lofid...@gmail.com schrieb

Re: GWT tutorial does not compile

2021-05-17 Thread lofid...@gmail.com
ind it in our Nexus. > In the keyword search box, I searched for org.dominokit and then I > searched for domino-rest-client. > "No results found". > > On Monday, May 17, 2021 at 3:06:44 PM UTC-5 lofid...@gmail.com wrote: > >> If you want to use REST, you should use Dom

Re: GWT tutorial does not compile

2021-05-17 Thread lofid...@gmail.com
ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following

Re: GWT tutorial does not compile

2021-05-17 Thread lofid...@gmail.com
mail.com wrote: > >> On Sunday, May 16, 2021 at 5:54:51 PM UTC+2 lofid...@gmail.com wrote: >> >>> Yes that also fine. >>> >>> The main thing: use the *TBroyer Maven plugin* instead the old one or >>> Eclipse plugin. >>> >> >>

Re: GWT tutorial does not compile

2021-05-16 Thread lofid...@gmail.com
generated it and thinking of moving the stockwatcher code into it. > > On Saturday, May 15, 2021 at 3:13:27 PM UTC-5 lofid...@gmail.com wrote: > >> OK, wait... >> >> likejudo schrieb am Samstag, 15. Mai 2021 um 21:34:56 UTC+2: >> >>> " you need also to make th

Re: GWT tutorial does not compile

2021-05-15 Thread lofid...@gmail.com
> On Saturday, May 15, 2021 at 2:15:18 PM UTC-5 lofid...@gmail.com wrote: > >> If you need also to make the Spring Boot REST example working with the >> GWT GUI, just tell me, I could make a small rework to your "client" part... >> >> Also just tell me wh

Re: GWT tutorial does not compile

2021-05-15 Thread lofid...@gmail.com
n this: 1) https://github.com/gwtboot/restygwt-enum-date 2) https://github.com/gwtboot/domino-rest-enum-date Hope this helps... lofid...@gmail.com schrieb am Samstag, 15. Mai 2021 um 20:11:42 UTC+2: > In your example to call to the Spring Boot REST you need a REST from GWT > and

Re: GWT tutorial does not compile

2021-05-15 Thread lofid...@gmail.com
In your example to call to the Spring Boot REST you need a REST from GWT and not GWT RPC call... lofid...@gmail.com schrieb am Samstag, 15. Mai 2021 um 20:08:31 UTC+2: > https://github.com/lofidewanto/stockwatcher > > This example is just using the GWT Maven plugin from TBroyer wit

Re: GWT tutorial does not compile

2021-05-15 Thread lofid...@gmail.com
https://github.com/lofidewanto/stockwatcher This example is just using the GWT Maven plugin from TBroyer with GWT RPC / Simple Jetty on the server... lofid...@gmail.com schrieb am Samstag, 15. Mai 2021 um 20:05:25 UTC+2: > Hi likejudo, > > I cloned your repository and changed things t

Re: GWT tutorial does not compile

2021-05-15 Thread lofid...@gmail.com
ttps://github.com/1dropaflame/StockWatcher/blob/master/src/main/java/stockwatcher/client/ResponseFromServerPanel.java#L144 > > On Saturday, May 15, 2021 at 10:51:14 AM UTC-5 likejudo wrote: > >> Thanks, I joined the GWT discussion at Gitter >> >> On Sat, May 15, 2021 at 10:

Re: GWT tutorial does not compile

2021-05-15 Thread lofid...@gmail.com
t; c.g.g.d.s.j.WebAppContextWithReload@5af10{/,file:/C:/Users/user/Documents/Learn/GWT/StockWatcher/target/gwt/devmode/war/,AVAILABLE}{C:\Users\user\Documents\Learn\GWT\StockWatcher\target\gwt\devmode\war} >>> [WARNING] 2021-05-13 14:38:18.062:INFO:oejs.ServerConnector:main: &

Re: GWT tutorial does not compile

2021-05-07 Thread lofid...@gmail.com
reenshot in that > page)*..." > > My employer deploys it as a single war file. > On Friday, May 7, 2021 at 10:01:48 AM UTC-5 lofid...@gmail.com wrote: > >> Yes, I won't recommend but it also has an archetype: >> https://gwt-maven-plugin.github.io/gwt-maven-plugin/user-guide/arch

Re: GWT tutorial does not compile

2021-05-07 Thread lofid...@gmail.com
... The problem I always encounter is when the libs don't exist in *Maven Central Release* Repos like my experience here: https://lofidewanto.medium.com/impressions-on-modern-java-web-browser-development-with-gwt-c20c5bf95205 lofid...@gmail.com schrieb am Freitag, 7. Mai 2021 um 17:01:48 UTC+2

Re: GWT tutorial does not compile

2021-05-07 Thread lofid...@gmail.com
nt to use the Broyer > plugin because it is private and not from an organization like Codehaus > which will support their plugin. > > > On Thursday, May 6, 2021 at 4:24:07 PM UTC-5 lofid...@gmail.com wrote: > >> Then just do this Maven archetype from TBroyer: >> >

Re: GWT tutorial does not compile

2021-05-06 Thread lofid...@gmail.com
following the hello app >>> from Lofi and Ibaca's tuorials. >>> Now I want to implement the server side part of the tutorial. >>> In my pom.xml I have >>> *gwt-app* >>> >>> Do I need to change it to war? >>> >>> >>&

Re: GWT tutorial does not compile

2021-05-06 Thread lofid...@gmail.com
pom.xml I have > *gwt-app* > > Do I need to change it to war? > > > *war* > > Will that affect things? > > On Monday, May 3, 2021 at 11:38:05 AM UTC-5 lofid...@gmail.com wrote: > >> Great, have fun... and give us your feedback here to see whether GWT f

Re: GWT tutorial does not compile

2021-05-03 Thread lofid...@gmail.com
ntag, 3. Mai 2021 um 02:22:31 UTC+2: >> >>> for debugging, the tutorial says: "... should see the Java file in the >>> browser" >>> I do not see it at all - only JS files. >>> >>> On Sunday, May 2, 2021 at 2:51:00 PM UTC-5 lofid...@gmail

Re: Splitting code

2021-05-03 Thread lofid...@gmail.com
Yes, and you can analyse afterwards if you turn on "Report SoyC" Check out hier in the presentation: https://bit.ly/gwtintropresentation >From page: 11 Hier is how to turn on if you are using TBroyer Maven plugin: https://github.com/lofidewanto/jsinterop-simple-example/blob/master/pom.xml or

Re: GWT tutorial does not compile

2021-05-03 Thread lofid...@gmail.com
schrieb am Sonntag, 2. Mai 2021 um 21:45:05 UTC+2: >> >>> Yes! thank you. I moved the plugin to *build*. It works now. >>> >>> On Sunday, May 2, 2021 at 2:33:08 PM UTC-5 lofid...@gmail.com w

Re: GWT tutorial does not compile

2021-05-02 Thread lofid...@gmail.com
* * >> *...* >> >> >> >> >> >> net.ltgt.gwt.maven >> gwt-maven-plugin >> 1.0.0 >> true >> >> >> *The TBroyer plugin needs to be defined at the "build plugins" and not >> "plugi

Re: GWT tutorial does not compile

2021-05-02 Thread lofid...@gmail.com
BTW, I never use the packaging type (as you can see in my example above)... lofid...@gmail.com schrieb am Sonntag, 2. Mai 2021 um 21:33:08 UTC+2: > I think this is the problem: > > TBroyer Maven plugin with the extensions using the gwt-app packaging needs > to b

Re: GWT tutorial does not compile

2021-05-02 Thread lofid...@gmail.com
at *...* * * * * *...* net.ltgt.gwt.maven gwt-maven-plugin 1.0.0 true *The TBroyer plugin needs to be defined at the "build plugins" and not "pluginManagement plugins"* Hope this helps. lofid...@gmail.com schrieb am Sonntag, 2. Mai 2021 um 21:24:52 UTC+2: > Sorry here is the link o

Re: GWT tutorial does not compile

2021-05-02 Thread lofid...@gmail.com
Sorry here is the link of the project: https://github.com/ibaca/gsg-hello-app Just download and unzip and build it just like my project above... Does this project give the same error? lofid...@gmail.com schrieb am Sonntag, 2. Mai 2021 um 21:23:10 UTC+2: > > At home (on my personal co

Re: GWT tutorial does not compile

2021-05-02 Thread lofid...@gmail.com
; > > > > > > > > > * net.ltgt.gwt.maven > gwt-maven-plugin 1.0.0 > true > me.App true > * > > maven-clean-plugin > 3.1.0 > > > > maven-resources-plugin > 3.0.2 > > > maven-compiler-plugin > 3.8.1 > &

Re: GWT tutorial does not compile

2021-04-30 Thread lofid...@gmail.com
plugin (deprecated): https://github.com/lofidewanto/gwt-old-maven-sample-basic Lofi lofid...@gmail.com schrieb am Freitag, 30. April 2021 um 21:49:17 UTC+2: > I checked the old Maven GWT Plugin... ok it still works for GWT 2.9 but I > won't use it anymore. > > If you have to

Re: GWT tutorial does not compile

2021-04-30 Thread lofid...@gmail.com
torial? > > On Friday, April 30, 2021 at 12:17:13 PM UTC-5 likejudo wrote: > >> I don't have a choice. I have to use what is in my employer's >> repository. Mojo GWT Maven plugin 2.90 is in the repo. >> >> On Friday, April 30, 2021 at 12:09:28 PM UTC-5 lofid...@gmail.co

Re: GWT tutorial does not compile

2021-04-30 Thread lofid...@gmail.com
try your other sample yet. > I think the reason is, my employer uses Mojo GWT Maven from Codehaus. > https://gwt-maven-plugin.github.io/gwt-maven-plugin/ > Unless I am mistaken, it does not seem to have gwt-app packaging. > > On Friday, April 30, 2021 at 11:46:04 AM UTC-5 lofid.

Re: GWT tutorial does not compile

2021-04-29 Thread lofid...@gmail.com
Hi, today I won't use the GWT plugin for Eclipse anymore... I would just use *Eclipse / IntelliJ / Visual Studio Code* and *Maven*. Some introductions: - Here is a Padlet for GWT. You can find some presentations and articles about GWT here in this Padlet: https://bit.ly/GWTIntroPadlet

YouTube "Web Browser as a Platform" - German Language

2021-04-28 Thread lofid...@gmail.com
If someone wants to watch my presentation "Web Browser as a Platform" at Navigate Conference 2021 in German language (slides in English), here is the YouTube video: https://bit.ly/DEVKNavigateVideo2021 Thanks, Lofi -- You received this message because you are subscribed to the Google Groups

Microfrontends / Micro UIs GWT with DominoUI

2021-04-21 Thread lofid...@gmail.com
Hi All, I created a simple example to show how Microfrontends / Micro UIs can be done in GWT with DominoUI: https://github.com/gwtboot/microfrontends-example A short article will follow... Thanks, Lofi -- You received this message because you are subscribed to the Google Groups "GWT Users"

Re: Java Method Overloading

2021-04-21 Thread lofid...@gmail.com
JS > > On Wed, Apr 21, 2021 at 3:45 PM lofid...@gmail.com > wrote: > >> Hi, >> >> I could confirm your problem. Here is an example: >> >> >> https://github.com/lofidewanto/gwt-overloading/blob/main/src/main/java/com/github/lofi/client/Calculator.j

Re: Java Method Overloading

2021-04-21 Thread lofid...@gmail.com
I ask on the Gitter channel: https://gitter.im/gwtproject/gwt lofid...@gmail.com schrieb am Mittwoch, 21. April 2021 um 21:44:27 UTC+2: > Hi, > > I could confirm your problem. Here is an example: > > > https://github.com/lofidewanto/gwt-overloading/blob/main/src/main/java/com/

Re: Java Method Overloading

2021-04-21 Thread lofid...@gmail.com
setter is now: > public void setValue(Float value) { > this.value = value; > } > Then, I added this method to accomodate the current app : > public void setValue(Integer value) { > this.value = value.floatValue(); > } > Thanks for any hint > Pierre > > > Le mardi

Re: Java Method Overloading

2021-04-20 Thread lofid...@gmail.com
Could you show me the whole class? this.value cannot be an Integer... // This won't work in Java - Type mismatch... private Integer value; public void setValue(Integer value) { this.value = value.floatValue(); } pierre...@gmail.com schrieb am Dienstag, 20. April 2021 um 11:34:57

Web Browser as a Platform

2021-04-20 Thread lofid...@gmail.com
For info: I had my talk today about Web Browser as a Platform, here is my slides (English): https://bit.ly/DEVKNavigate2021 Enjoy, 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

Re: Domino UI kit coding question

2021-04-19 Thread lofid...@gmail.com
You should write your comments directly on DominoKit Gitter chat: https://gitter.im/DominoKit/domino Hope this helps... pavel@gmail.com schrieb am Samstag, 17. April 2021 um 10:24:50 UTC+2: > Hi all, > > As I understand domino guys read this form > So, after playing with domino UI I have

Re: GWT DateBox

2021-04-08 Thread lofid...@gmail.com
e.html#!CwDatePicker > > On Tuesday, 6 April 2021 at 2:31:28 am UTC+10 lofid...@gmail.com wrote: > >> Do you have an example? It is easier to help if you can give us an >> example... >> >> Thanks, >> Lofi >> >> stefano@gmail.com schrieb am Die

Re: GWT DateBox

2021-04-05 Thread lofid...@gmail.com
Do you have an example? It is easier to help if you can give us an example... Thanks, Lofi stefano@gmail.com schrieb am Dienstag, 30. März 2021 um 20:16:01 UTC+2: > I have a problem with Datebox calendar. > The component is inside a widget inside a page. > With IE9 i have no problem but

Re: IS THERE A WAY A LISTGRID FIELD can filter the valuemap while i am typing it

2021-04-05 Thread lofid...@gmail.com
I think you should ask in SmartGWT forum, since they would know the framework better than the community here? Thanks, Lofi pearla...@gmail.com schrieb am Montag, 5. April 2021 um 14:29:10 UTC+2: > i have put a valuepmap on the listgrid field and it makes filtering > hard . > In short i

GWT Boot Starters Final 1.0.0 on Maven Central

2021-04-04 Thread lofid...@gmail.com
Happy Easter for all who celebrate it... I managed to release GWT Boot Starters Final 1.0.0 to Maven Central. Thank's to @vegegoku for the release of DominoKit to Maven Central... Here is a short article about the first release: https://bit.ly/GWTBootStartersFinal Enjoy! Lofi -- You

Re: DominoKit release announcement

2021-03-30 Thread lofid...@gmail.com
Top! I'll try to update GWT Boot with your latest version in holidays... David Nouls schrieb am Dienstag, 30. März 2021 um 07:25:31 UTC+2: > Great work, thanks! > On 29 Mar 2021, 21:28 +0200, Juan Pablo Gardella , > wrote: > > Awesome! Thanks!! > > On Mon, 29 Mar 2021 at 16:10, Vegegoku wrote:

Re: Job opening at Yale Medical School, Pathology Department

2021-03-30 Thread lofid...@gmail.com
Hi Peter, nice to hear this. Yes, I have also the same opinion about this technology / transpiler GWT / J2CL because I actually just want to write my business codes in Java... I'll tweet your job openings, hope to see some Java devs join you with your very interesting research area. Thanks,

Re: Spring boot with bootstrap 5 GWT app

2021-03-22 Thread lofid...@gmail.com
Nice, thanks a lot! Lofi nikola schrieb am Sonntag, 21. März 2021 um 20:53:12 UTC+1: > A web application to demonstrate usage of dncomponents , MVP pattern, > elemenental 2 library and REST communication using DTOs as JS native > objects. > https://github.com/dncomponents/dnnorthwind > >

Conference Talk in German: Web Browser as a Platform

2021-03-17 Thread lofid...@gmail.com
I got invited to talk at this German conference (German language) *Navigate* : https://navigate-kongress.de/class/web-browser-as-a-platform So hope to give some good messages for GWT / J2CL  Definitely very interesting conference in April 2021 (free - in German language) with a lot of good

Re: New Article "10 Best Java Frameworks to Use in 2021"

2021-03-12 Thread lofid...@gmail.com
I'm still inside the flame ;-) *For all Non-Spring-Devs: *Spring Boot *Native* Beta is there! - https://spring.io/blog/2021/03/11/announcing-spring-native-beta - Starting a REST service just in *40ms*... - JPA / Hibernate with Spring Data supported and Hibernate Reactive for

Re: New Article "10 Best Java Frameworks to Use in 2021"

2021-03-09 Thread lofid...@gmail.com
@TBroyer: of course we are going to start a flame war for Hibernate ;-) "Hibernate" is the most searched word in Google 2021... OK, I mean "how to hibernate your PC" :-) I agree with @Gordan, it depends on the use case. Strangely enough, we have today ORM also on Android *Room*

Re: New Article "10 Best Java Frameworks to Use in 2021"

2021-03-08 Thread lofid...@gmail.com
en minutes, whenever we saved > some files. And that was unusable for daily work. > > Em sábado, 6 de março de 2021 às 11:47:36 UTC-3, frank.h...@web.de > escreveu: > >> Nice >> >> lofid...@gmail.com schrieb am Samstag, 6. März 2021 um 09:13:16 UTC

New Article "10 Best Java Frameworks to Use in 2021"

2021-03-06 Thread lofid...@gmail.com
Just finished my article *"10 Best Java Frameworks to Use in 2021"* There are a lot of such article outside but this time GWT is not dead  http://bit.ly/JavaFrameworksBest2021 Enjoy and have a nice weekend, Lofi -- You received this message because you are subscribed to the Google Groups

Re: Why Don’t You Use Java for Programming the Client-Side Web Apps on Web Browser?

2021-03-05 Thread lofid...@gmail.com
be other could share their stories? Thanks, Lofi alex...@gmail.com schrieb am Freitag, 5. März 2021 um 02:38:51 UTC+1: > and have other reasons > 1. debugging speed reason > 2. Is it possible to hire someone who is willing to use GWT? > > lofid...@gmail.com 于2021年3月4日周四 下午6:

Re: Why Don’t You Use Java for Programming the Client-Side Web Apps on Web Browser?

2021-03-04 Thread lofid...@gmail.com
... and in the beginning everything is small and fast but you'll see the same problem (also with pure JS or any other technologies) if you build one huge app... This is similar to the backend problem... Monolith vs. Microservice --> Monolith UI vs. Micro UI... lofid...@gmail.com schrieb

Re: Why Don’t You Use Java for Programming the Client-Side Web Apps on Web Browser?

2021-03-04 Thread lofid...@gmail.com
Thanks for the information! Why don't you just separate the project (Maven, etc) in smaller projects and integrate them just in the HTML files DOM / ScriptInjector? So in general you could build many Micro UIs (many JS files) in GWT and integrate them in one HTML DOM or put them together

Re: Can I create GWT Widget in javascript code?

2021-03-03 Thread lofid...@gmail.com
;-) Thanks, I'll try... Cheers, Lofi alex...@gmail.com schrieb am Mittwoch, 3. März 2021 um 10:24:07 UTC+1: > Oh. Tks. > I see it. > Awesome project, You should publish a article for this knowledge. > > > > lofid...@gmail.com 于2021年3月3日周三 下午5:11写道: > >> The

Re: Can I create GWT Widget in javascript code?

2021-03-03 Thread lofid...@gmail.com
The Calculator in my example above is a GWT Widget ;-) See: https://github.com/lofidewanto/gwt-widget-jsinterop/blob/main/src/main/java/com/github/lofi/client/Calculator.java I made a new example here: https://github.com/lofidewanto/gwt-widget-jsinterop So this doesn't have anything to do with

  1   2   >