Re: [ERROR] OutOfMemoryError: Increase heap size or lower gwt.jjs.maxThreads

2024-09-30 Thread 'Frank Hossfeld' via GWT Users
ervices. How you do this is up to you, but the Spring > Boot + GWT archetype will be able to call these services no problem. > > On Monday 30 September 2024 at 11:09:30 pm UTC+10 viny...@gmail.com wrote: > >> Hi FRANK, >> >> We have gone through the link provided by y

Re: [ERROR] OutOfMemoryError: Increase heap size or lower gwt.jjs.maxThreads

2024-09-27 Thread 'Frank Hossfeld' via GWT Users
Regarding point 7: In addition to what Jens said, here you'll find an artifact creator for a Spring Boot + GWT archetype: https://github.com/NaluKit/gwt-maven-springboot-archetype Also, I would like to add: to prepare the project, running 'mvn clean compile' is all you need to do to prepare th

Re: Looking for a GWT expert for a porting of an application from an old version of GWT

2024-07-24 Thread 'Frank Hossfeld' via GWT Users
Hi, I would say yes. Another great place looking for help is the GWT room: https://matrix.to/#/#gwtproject_gwt:gitter.im And, feel free to contact me. Antonio Leonforte schrieb am Dienstag, 23. Juli 2024 um 16:27:53 UTC+2: > Hi everyone, > hope this will not violate any rule. We have develope

Re: gwt-maven-springboot-archetype updated ...

2024-05-25 Thread 'Frank Hossfeld' via GWT Users
> (fwiw, your GitHub Actions workflow no longer runs as it targets the master branch and you renamed it to main) good point! Thanks. Thomas Broyer schrieb am Freitag, 24. Mai 2024 um 11:22:43 UTC+2: > On Thursday, May 23, 2024 at 6:31:18 PM UTC+2 frank.h...@googlemail.com > wrote: > > Running

Re: gwt-maven-springboot-archetype updated ...

2024-05-23 Thread 'Frank Hossfeld' via GWT Users
Thanks for contributing, Craig, LGTM, so already merged. :-) Craig Mitchell schrieb am Mittwoch, 22. Mai 2024 um 03:48:18 UTC+2: > Thanks Frank. I was misunderstanding and didn't know about > the basic-webapp in the target. > > I revamped the readme.md: > https://github.c

Re: gwt-maven-springboot-archetype updated ...

2024-05-23 Thread 'Frank Hossfeld' via GWT Users
Running a `mvn clean verify` generate the project and compares it with predefined sources. Similar to your gwt-maven-archetype. What not gets tested, is building a war and run it. Thomas Broyer schrieb am Dienstag, 21. Mai 2024 um 18:07:30 UTC+2: > On Tuesday, May 21, 2024 at 6:02:31 PM UTC+2 f

Re: gwt-maven-springboot-archetype updated ...

2024-05-21 Thread 'Frank Hossfeld' via GWT Users
no point are there any GWT compilations. That comes later when I > compile the project that was generated. > > On Monday 20 May 2024 at 11:07:45 pm UTC+10 Frank Hossfeld wrote: > >> Thanks for you PR. Your PR is merged and a new release is done. New >> version should be avail

Re: gwt-maven-springboot-archetype updated ...

2024-05-20 Thread 'Frank Hossfeld' via GWT Users
t-archetype && mvn clean install > > And my PR looks good. 🙂 > > On Monday 20 May 2024 at 12:40:45 pm UTC+10 Craig Mitchell wrote: > >> Hi Frank. Unfortunately, that didn't work. I raised an issue: >> https://github.com/NaluKit/gwt-maven-springboot-arche

Re: gwt-maven-springboot-archetype updated ...

2024-05-20 Thread 'Frank Hossfeld' via GWT Users
t-archetype && mvn clean install > > And my PR looks good. 🙂 > > On Monday 20 May 2024 at 12:40:45 pm UTC+10 Craig Mitchell wrote: > >> Hi Frank. Unfortunately, that didn't work. I raised an issue: >> https://github.com/NaluKit/gwt-maven-springboot-arche

Re: gwt-maven-springboot-archetype updated ...

2024-05-18 Thread 'Frank Hossfeld' via GWT Users
;ve > raised a an issue with the full stack trace: > https://github.com/NaluKit/gwt-maven-springboot-archetype/issues/13 > > On Saturday 18 May 2024 at 11:06:28 pm UTC+10 Frank Hossfeld wrote: > >> please can you post the error message: Thanks >> >> Craig Mitchell

Re: gwt-maven-springboot-archetype updated ...

2024-05-18 Thread 'Frank Hossfeld' via GWT Users
olicyFilePath issue ... * >> >> Awesome, thanks! I've closed >> https://github.com/NaluKit/gwt-maven-springboot-archetype/issues/7 👍 >> >> On Thursday 16 May 2024 at 4:38:52 am UTC+10 Frank Hossfeld wrote: >> >>> Bott -> Boot ... (spelling cor

Re: gwt-maven-springboot-archetype updated ...

2024-05-15 Thread 'Frank Hossfeld' via GWT Users
Bott -> Boot ... (spelling correction arrrgh) -- 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+unsubscr...@googlegroups.com. To view this di

Re: gwt-maven-springboot-archetype updated ...

2024-05-15 Thread 'Frank Hossfeld' via GWT Users
and the version of Spring Bott is updated to 3.2.5 Frank Hossfeld schrieb am Mittwoch, 15. Mai 2024 um 20:36:10 UTC+2: > New version available ... This one fixes the serializationPolicyFilePath > issue ... > > Craig Mitchell schrieb am Montag, 4. März 2024 um 12:59:57 UTC+1: &g

Re: gwt-maven-springboot-archetype updated ...

2024-05-15 Thread 'Frank Hossfeld' via GWT Users
New version available ... This one fixes the serializationPolicyFilePath issue ... Craig Mitchell schrieb am Montag, 4. März 2024 um 12:59:57 UTC+1: > Thank you Frank for making the excellent tool! Just checked the changes, > working perfectly. 🙂 > > On Monday 4 March 2024 a

Re: Seeking Advice on Legacy Application Migration Strategy

2024-04-26 Thread 'Frank Hossfeld' via GWT Users
GWT 2.8.2 is pretty old - nearly seven years - and i am not sure, if the GWT 2.8.2 will work with Java 11 Migrating to the latest version of GWT will give you some benefits. IIRC GWT 2.8.2 generates at least 5 JS-files where GWT 2.11.0 only generates 2. This will speed up the build. Also, there

Re: Help to undrerstand how to use domino-jackson and the annotation JSONMapper

2024-04-15 Thread 'Frank Hossfeld' via GWT Users
Are you certain, that the annotation processor had ran? I have not digged into domino-jackson, but I think, the @JsonMapper annotation triggers a annotation processor. The generated classes will be found under 'target/generated-sources/annotatins' Marco Tenti (IoProgrammo88) schrieb am Montag,

Re: Help to undrerstand how to use domino-jackson and the annotation JSONMapper

2024-04-15 Thread 'Frank Hossfeld' via GWT Users
Are you certain, that the annotation processor already run? I have not digged into domino-jackson, but I think, the @JsonMapper annotation triggers a annotation processor. The generated classes will be found under 'target/generated-sources/annotatins' Marco Tenti (IoProgrammo88) schrieb am Mon

Re: gwt-maven-springboot-archetype updated ...

2024-03-04 Thread 'Frank Hossfeld' via GWT Users
Thanks Craig for contributing. New version is online. Frank Hossfeld schrieb am Dienstag, 6. Februar 2024 um 08:11:15 UTC+1: > new version is online ... > > Craig Mitchell schrieb am Montag, 5. Februar 2024 um 02:13:45 UTC+1: > >> Done: https://github.com/NaluKit/gwt-maven-sp

Re: gwt-maven-springboot-archetype updated ...

2024-02-05 Thread 'Frank Hossfeld' via GWT Users
new version is online ... Craig Mitchell schrieb am Montag, 5. Februar 2024 um 02:13:45 UTC+1: > Done: https://github.com/NaluKit/gwt-maven-springboot-archetype/issues/4 > Cheers. > > On Monday 5 February 2024 at 3:59:55 am UTC+11 Frank Hossfeld wrote: > >> Please

Re: gwt-maven-springboot-archetype updated ...

2024-02-04 Thread 'Frank Hossfeld' via GWT Users
t; >>>> And when I say legacy, I really mean it: already in Java 8 -Xdebug does >>>> nothing ( >>>> https://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html#BABHDABI) >>>> >>>> and Xrunjdwp is superceded by agentlib

Re: gwt-maven-springboot-archetype updated ...

2024-01-31 Thread 'Frank Hossfeld' via GWT Users
Mmmh, it might be worth adding this information to the archetype docs. -- 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+unsubscr...@googlegroups.c

Re: gwt-maven-springboot-archetype updated ...

2024-01-31 Thread 'Frank Hossfeld' via GWT Users
Mmmh, might be worse adding this information to the archetype read me. Frank Hossfeld schrieb am Mittwoch, 31. Januar 2024 um 20:35:40 UTC+1: > Thanks, I am usually using the Spring Boot run configuration from > IntelliJ. This works without additional parameters. > > bbe...@gmail.co

Re: gwt-maven-springboot-archetype updated ...

2024-01-31 Thread 'Frank Hossfeld' via GWT Users
unjdwp:transport=dt_socket,server=y,suspend=n,address=8000" > > On Wednesday 31 January 2024 at 08:57:08 UTC-5 Frank Hossfeld wrote: > >> Hi, >> >> in case using the Ultimate Edition, and have the Spring Developers Plugin >> installed, just select the Application

Re: Dominokit tools release update

2024-01-30 Thread 'Frank Hossfeld' via GWT Users
Awesome work! ... Vegegoku schrieb am Dienstag, 30. Januar 2024 um 13:08:52 UTC+1: > We are glad to announce the new releases of Dominokit tools : > > *Domino-ui 2.0.0* > Find release notes here > https://github.com/DominoKit/domino-ui/releases/tag/2.0.0 > > *Domino-history 1.0.3* > Find release

Re: gwt-maven-springboot-archetype updated ...

2024-01-24 Thread 'Frank Hossfeld' via GWT Users
going to suggest the GWT doco gets updated to use this, but I see >>>> you already have! https://www.gwtproject.org/gettingstarted-v2.html >>>> >>>> Excellent stuff! 👍 >>>> >>>> On Tuesday 23 January 2024 at 11:05:48 pm UTC+11 Frank Ho

Re: gwt-maven-springboot-archetype updated ...

2024-01-24 Thread 'Frank Hossfeld' via GWT Users
; I was going to suggest the GWT doco gets updated to use this, but I see >> you already have! https://www.gwtproject.org/gettingstarted-v2.html >> >> Excellent stuff! 👍 >> >> On Tuesday 23 January 2024 at 11:05:48 pm UTC+11 Frank Hossfeld wrote: >> >>

Re: gwt-maven-springboot-archetype updated ...

2024-01-23 Thread 'Frank Hossfeld' via GWT Users
Hi, both archetypes have been updated to the latest GWT (2.11.0) & Spring Boot version (3.2.2). Happy generating ... cu Frank Frank Hossfeld schrieb am Montag, 22. Januar 2024 um 14:29:41 UTC+1: > Hi Grayson, > > it's on my To-Do-list. I had to wait until GWT 2.11.0 is rel

Re: gwt-maven-springboot-archetype updated ...

2024-01-22 Thread 'Frank Hossfeld' via GWT Users
Hi Grayson, it's on my To-Do-list. I had to wait until GWT 2.11.0 is released. I'll try to take a look today. cu Frank grays...@gmail.com schrieb am Montag, 22. Januar 2024 um 07:47:52 UTC+1: > Hi Frank, > > Would you please also publish the new version for > "modu

Re: The GWT application hangs on the loading screen

2024-01-15 Thread 'Frank Hossfeld' via GWT Users
s; >>> occasionally, I must hard refresh to get the latest code from nocache.js. >>> (That did not happen in years past) >>> >>> Anyway, I always check in Developer Tools in Chrome to make sure there >>> are no errors in the "Console" and

Re: The GWT application hangs on the loading screen

2024-01-11 Thread 'Frank Hossfeld' via GWT Users
Check if the nochache.js gets loaded at a applicaiton staert or if it got a 404. In this case something with the URI is not ok. Antonio Capone schrieb am Donnerstag, 11. Januar 2024 um 10:56:55 UTC+1: > Hi all. I deployed an app using GWT on Cloud. It's deployed and working, > but when you log

Re: Is moving away from RPC a good idea?

2024-01-11 Thread 'Frank Hossfeld' via GWT Users
Using domino-rest, the POJO have usually only one annotation: @JSONMapper. Vassilis Virvilis schrieb am Donnerstag, 11. Januar 2024 um 09:35:05 UTC+1: > First of all thanks for doing this work. It is hugely appreciated and > required in order to avoid GWT and GWT projects look like zombies in a

Re: DominoKit has a new home

2024-01-06 Thread 'Frank Hossfeld' via GWT Users
Great work! Mamta Bansal schrieb am Freitag, 3. November 2023 um 14:25:48 UTC+1: > Congratulations to the whole team, great work 👌👌 > > On Fri, Nov 3, 2023, 09:06 Andrea Stocchero wrote: > >> well done guys! >> >> Il giorno mercoledì 1 novembre 2023 alle 18:31:31 UTC+1 >> lofid...@gmail.com ha

Re: gwt-maven-springboot-archetype updated ...

2024-01-06 Thread 'Frank Hossfeld' via GWT Users
ngboot-archetype/blob/main/clean-modular-springboot-webapp/src/test/resources/projects/basic-webapp/reference/pom.xml Easy to fix up, so only a very minor error. Thank you for making this awesome tool! On Tuesday 2 January 2024 at 8:46:30 pm UTC+11 Frank Hossfeld wrote: Happy new year! I just r

Re: Strategies for dealing with large number of languages?

2024-01-04 Thread 'Frank Hossfeld' via GWT Users
The strings of our application are located on the server. At applicaiton start, the client loads the constants from the server and load it into a factory. The factory has a method that accepts a key and return the value. benefits: - no new permutations - change language without reloading the a

gwt-maven-springboot-archetype updated ...

2024-01-02 Thread 'Frank Hossfeld' via GWT Users
Happy new year! I just released a new version of the https://github.com/NaluKit/gwt-maven-springboot-archetype. The clean-modular-springboot-webapp generates now a Spring Boot 3 (Java 17) with GWT 2.10.0 multi module project. Happy coding! -- You received this message because you are subscribe

Re: Seeking Guidance: GWT Version with Resolved XSS Vulnerabilities - Which One to Use?

2023-12-22 Thread 'Frank Hossfeld' via GWT Users
you should never deploy your tests into production. flosanlop17 schrieb am Donnerstag, 21. Dezember 2023 um 17:52:49 UTC+1: > I am currently working on some security incidents reported in an > application that uses GWT, in its version 2.5.0 according to the report for > this version there are se

Add news page to gwtproject.org - proposal

2023-12-09 Thread 'Frank Hossfeld' via GWT Users
Hi, I think we all meet people, who are telling us, that GWT is dead. We all know, that this isn't true. You just have to look into the GitHub repos or this room. It is very vital. For devs & decision makers, who are not so familiar with this room or who do not check the GWT repos, and they only

Re: user.agent problem with GWT 2.1.0 and GXT 4.1

2023-12-08 Thread 'Frank Hossfeld' via GWT Users
:05:37 AM UTC-4 Frank Hossfeld wrote: > >> Assuming you are using GWT 2.10.0, GXT expects a few things, (f.e.: >> user-agent ie8) which have been removed in GWT 2.10.0. >> You have to stay with GWT 2.9.0. (see: >> https://docs.sencha.com/gxt/4.x/guides/announcemen

Re: user.agent problem with GWT 2.1.0 and GXT 4.1

2023-12-08 Thread 'Frank Hossfeld' via GWT Users
Assuming you are using GWT 2.10.0, GXT expects a few things, (f.e.: user-agent ie8) which have been removed in GWT 2.10.0. You have to stay with GWT 2.9.0. (see: https://docs.sencha.com/gxt/4.x/guides/announcements/Announcements.html) Victor Colina schrieb am Donnerstag, 7. Dezember 2023 um 17:4

Re: Project moved now compile errors

2023-09-13 Thread 'Frank Hossfeld' via GWT Users
Might be a problem with the jdk version ... IIRC, record was added in Java 14 (not sure). It looks like a jdk version > 13 is used to build. Not sure if SmartGWT is supporting newer jdk version than version 8. Next problem might be Eclipse itself. Newer Eclipse version need something greater t

Re: com.ait.toolkit.core.Core not found in Gwt-tour

2023-08-22 Thread Frank
found any JsInterop library for hopscotch, so best bet is to create it yourself, or look for another library which does the same thing. Or create your own pure GWT library doing this... Op dinsdag 22 augustus 2023 om 15:58:54 UTC+2 schreef Frank: > I think gwt-tour is part of Ahome as far a

Re: com.ait.toolkit.core.Core not found in Gwt-tour

2023-08-22 Thread Frank
I think gwt-tour is part of Ahome as far as I know. Have you had this working in the past and if so what change broke it? What version of GWT are you using? I have this working in GWT2.9.0... Op donderdag 17 augustus 2023 om 14:45:22 UTC+2 schreef Colin Alworth: > I'm broadly aware that gwt

Nanu v2.12.1 released

2023-03-21 Thread 'Frank Hossfeld' via GWT Users
We found some bugs and fixed them ... https://github.com/NaluKit/nalu/releases/tag/v2.12.1 -- 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+unsu

Nalu v2.12.0 released

2023-02-21 Thread 'Frank Hossfeld' via GWT Users
This release adds new method. For more information see: https://github.com/NaluKit/nalu/wiki/14.-Controllers-&-Composites#unbind-method-since-v2120 -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving e

Re: Can one convince code server to ignore an error and continue?

2023-02-15 Thread 'Frank Hossfeld' via GWT Users
IIRC you need to update a few classes of GXT to get it running with GWT 2.9.0+. And GWT 2.10.0 dropped the support for ie8, ie9 & ie10 which will also cause problems. Jens schrieb am Mittwoch, 15. Februar 2023 um 13:21:38 UTC+1: > I am currently stuck with an error in a commercial GWT widget l

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

2022-12-15 Thread 'Frank Hossfeld' via GWT Users
update. When working on Windows use: *mvn:devmode *instead of *mvn:codeserver* . Frank schrieb am Donnerstag, 15. Dezember 2022 um 14:34:52 UTC+1: > Maybe https://dev.to/ibaca/modern-gwt-first-steps-509k can help > > As a note. We use the paid version of IntelliJ. This has a GWT plugin

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

2022-12-15 Thread Frank
Maybe https://dev.to/ibaca/modern-gwt-first-steps-509k can help As a note. We use the paid version of IntelliJ. This has a GWT plugin aboard which we find very usefull. Op woensdag 14 december 2022 om 20:50:58 UTC+1 schreef maple.c...@gmail.com: > It is a bit of a challenge to get GWT to work w

Re: [WARN] 404 - GET //10.14.0.224:8888/sampleapp/sampleapp.nocache.js

2022-07-19 Thread 'Frank Hossfeld' via GWT Users
Inside your module descriptor, is the rename-to attribute of the module tag also "sampleapp"? abhiy...@gmail.com schrieb am Montag, 18. Juli 2022 um 19:18:00 UTC+2: > Hello Everyone, > > I am getting below error when trying to start application through GWT > plugin in eclipse. I am using GWT 2.

Re: Compatibility of GWT 2.10.0 with GXT 2.3.1.a

2022-07-18 Thread 'Frank Hossfeld' via GWT Users
GWT packages have still the same name. AFAIK, there are no changes on package names. In case you start using GWT modules, you will have to use the packages starting with 'org.gwtproject'. Starting with GWT 2.10.0 you can 'com.google.gwt' or 'org.gwtproject' as groupId inside the Maven dependen

Re: GWT 2.10.0 release

2022-06-23 Thread Frank
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 nilo...@gmail.com: > >> I'm very happy to announce the release of GWT 2.10.0. This is the first >> release using our new

Nalu 2.10.1 is available ...

2022-06-16 Thread 'Frank Hossfeld' via GWT Users
We found bugs and fixed them … a new Nalu version (2.10.1) is available! For more information, see: https://github.com/NaluKit/nalu/releases/tag/v2.10.1 -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop recei

Re: What will happen to GWT development in the future?

2022-05-28 Thread 'Frank Hossfeld' via GWT Users
I think, you should ask this questions inside the GWT Gitter room . > GWT moves away from Google and focuses on J2CL etc. Yes and gave the responsibility to the community. This is not unusual. See Angular, JSF, etc. First, don't worry about the future of GWT.

Re: Is there an easy way to use GWT Request Factory?

2022-05-24 Thread 'Frank Hossfeld' via GWT Users
You can use domino-rest without using maven. But Maven will make things much easier. There are several examples demontrating the use of the Domino-Stack (including domino-rest) Also, in most cases, it does not depend on Eclipse. F.e.: check: https://github.com/NaluKit/nalu-examples/tree/main

Nalu 2.10.0 released

2022-05-05 Thread 'Frank Hossfeld' via GWT Users
This week we released Nalu 2.10.0 (see: https://github.com/NaluKit/nalu). There is a new feature added, that improves the way how to add an event handler to the event bus. All you need to do is to add the '@EventHandler' to the method. For more informations, see: https://github.com/NaluKit/nal

Re: URGENT: GWT build crash with out of memory

2022-03-02 Thread 'Frank Hossfeld' via GWT Users
First, you should fix this: *ompiling module project2.**Project2* * Validating units: Ignored 12 units with compilation errors in first pass.Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.* *set the logLevel to TRACE and check the error message. That sh

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

2022-01-11 Thread 'Frank Hossfeld' via GWT Users
No, sorry ... closed source. Yep, I agree with. Don't think, that the graphics CPUs will have an impact of the compile time. So, the M1 Pro is a great choice for developers. Now I am waiting for the next Mac Pro ... Jens schrieb am Montag, 6. Dezember 2021 um 10:32:15 UTC+1: > I did some tests

Nalu v2.6.0 is released

2021-08-22 Thread 'Frank Hossfeld' via GWT Users
A new Nalu version is released. 2.6.0 for GWT 2.9.0 (https://github.com/NaluKit/nalu/releases/tag/v2.6.0) and version 2.6.0-gwt-2.8.2 (https://github.com/NaluKit/nalu/releases/tag/v2.6.0-gwt-2.8.2). Besides a few bug fixes there is a new feature added: constraints for parameter inside a route.

Re: Trying to get GWT app deployed in local Tomcat (using Eclipse)

2021-08-06 Thread 'Frank Hossfeld' via GWT Users
For example: if you are using Maven, you can switch to Thomas Broyer's GWT Maven Plugin and create a Multi module project with separate modules for shared, client & server. This configuration will work with newer Java version (> 8) without any problems. Personally I have switch to Spring Boot o

New version of iban4g

2021-05-28 Thread Frank Hossfeld
The latest version of iban4g adds Egypt to the IBAN registry: https://github.com/NaluKit/iban4g/releases/tag/v2.0.3 -- 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

New release of iban4g

2021-05-28 Thread Frank Hossfeld
The latest version of iban4g adds Egypt to hte IBAN registry: https://github.com/NaluKit/iban4g/releases/tag/v2.0.3 -- 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

Re: Elemental2-compatible Activities (and Places)?

2021-03-07 Thread Frank Hossfeld
Sorry, wrong link. This one is correct: https://gitter.im/gwtproject/gwt-modules Frank Hossfeld schrieb am Sonntag, 7. März 2021 um 12:47:27 UTC+1: > Gordan Krešić schrieb am Samstag, 6. März 2021 um 18:24:17 UTC+1 > >> I can see it still references widgets, so definitely not

Re: Elemental2-compatible Activities (and Places)?

2021-03-07 Thread Frank Hossfeld
Gordan Krešić schrieb am Samstag, 6. März 2021 um 18:24:17 UTC+1 > I can see it still references widgets, so definitely not a final port, but > if you are interested I can propose pull request based on my own port > which > uses elemental2.dom.HTMLElement instead of widgets. However, that shoul

Re: Elemental2-compatible Activities (and Places)?

2021-03-06 Thread Frank Hossfeld
There are a few places where are the progress of the module update is tracked: https://docs.google.com/spreadsheets/d/1b1D9fEqRh5lZ8cqMJtYoc_25rfTRvsuJkTtS2vjgi3o/edit#gid=0 https://docs.google.com/spreadsheets/d/15WXfiklnTeqjRLI8gKj5iyGk7iDhnuQHGcpYJgpNlmQ/edit#gid=0 https://github.com/FrankHos

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

2021-01-24 Thread Frank Hossfeld
A few years ago, a client of mine was thinking about switchung to Vue. So, I startet learning Vue. To do so, I search the internet, bought a book, install npm, code the examples and so on ... Two or three weeks later, my virus scanner (oh yes, I am a Mac user that has a virus scannner ... my c

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

2020-12-18 Thread Frank Hossfeld
Lofi has some interesting things to look at: * GWT Awesome Library List (Gwit a LiLi) * there is also a boot starter for gwt, but I do not recall the name. Good starting points are: * gwt-maven-archetypes: https://github.com/tbroyer/gwt-maven-archetypes * https://github.com/NaluKit/gwt-maven-

iban4g - v2.0.0

2020-12-06 Thread Frank Hossfeld
Hi all, just released iban4g 2.0.0. (https://github.com/NaluKit/iban4g) iban4g is a port of Artur Mkrtchyan's iban4j project - a library for generation and validation of the International Bank Account Numbers IBAN (ISO_13616) and Business Identifier Codes BIC (ISO_9362) - so that it will work

Re: Share Header, Footer, ... in different views with UIBinder

2020-10-08 Thread Frank Hossfeld
There is a project generator, that generates a Nalu project. The generated project has a header, footer, navigation and content area.The content area will change when clicking a navigation item. It works in the same way as the way, Thomas mentioned, but is based on Nalu instead of Activities and

Re: Eclipse Version

2020-09-28 Thread Frank Hossfeld
Hi, please use: http://www.mvp4g.org/boot-starter-nalu/BootStarterNalu.html to generate a maven project. (you need to replace 'setLeftAddon' with 'addLeftAddOn' to fix a Domino-UI change). follow the instractions of the readme.txt. -- You received this message because you are subscribed to t

Re: Is there any way to use GWT 2.9 with Java 11 using Eclipse GWT plugin?

2020-08-08 Thread Frank Hossfeld
Use this to generate a multi module artifact: https://github.com/tbroyer/gwt-maven-archetypes shahra...@gmail.com schrieb am Freitag, 7. August 2020 um 18:23

Re: Do Google Web Toolkit's touch events support Windows tablets?

2020-07-27 Thread Frank
Maybe you can Google for : JS surface touch events Or something like that. But for JS. Maybe that can point you in the right direction. Op maandag 27 juli 2020 om 22:02:20 UTC+2 schreef m.conr...@gmail.com: > you will need to check and see what event is actually generated for the > windows 10 ta

Re: GWT Server and debug

2020-07-27 Thread Frank
When I still used Eclipse I always used the plugin from Brandon Donnelson : https://github.com/gwt-plugins/gwt-eclipse-plugin On that GitHub mainpage is a link to a YouTube playlist (under Reference). Just watch those and you should know everything you need to know about working with the plu

Re: Elemental2 and widgets

2020-06-17 Thread Frank Hossfeld
Please take a look here: https://gitter.im/hal/elemento for more information and here: https://github.com/hal/elemento/issues/82 -- 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

Re: how to run gwt newer version in netbeans

2020-05-19 Thread Frank Hossfeld
You can generate a ready to use Multi Module maven project using TB GWT-Maven-Plugin here: http://www.mvp4g.org/boot-starter-nalu/BootStarterNalu.html Once you have generate the project, you can import it as a Maven project into your IDE (did not test it with NetBEans, but expect it is working)

Re: Is GWT 3.0 /GWT 2.9 dead?

2020-01-27 Thread Frank Hossfeld
Atm the community is very active. We are working on GWT modules: replacing generators and JSNI, testig the migraed moules against J2CL, etc. Besides that, many new frameworks are evolving. Take a look at this rooms: https://gitter.im/gwtproject/gwt https://gitter.im/vertispan/j2cl https://gitter.

Re: Is GWT 3.0 /GWT 2.9 dead?

2020-01-27 Thread Frank Hossfeld
You should ask this question here: https://gitter.im/gwtproject/gwt -- 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+unsubscr...@googlegroups.com.

Re: First application working as both J2CL and gwt2 at the same time

2019-12-17 Thread Frank
It seems I am having the same or a simmilar issue as Alina had. I have searched a little bit and read about adding the correct repository to the maven settings.xml. But I have no clue what repo to add and in which profile. mvn -Pdevmode [INFO] Scanning for projects... [INFO] [INFO] --

Nalu v2.0.0 is released!

2019-12-01 Thread Frank Hossfeld
The next version of Nalu (v2.0.0) is released. A complete list of changes can be found here: release-notes . Maven Central is updated. Please use the Gitter room in case o

Re: Adding maps

2019-11-19 Thread Frank
I am pretty convinced Mallikarjuna Sarvala's answer doesn't work in 2019 But give it a shot and let us know. -- 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-

Re: Adding maps

2019-11-19 Thread Frank
http://www.gwtopenlayers.org/ -- 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+unsubscr...@googlegroups.com. To view this discussion on the web vi

Re: New Widgets Library: XGL

2019-10-23 Thread Frank
Does this library work with J2CL ? -- 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+unsubscr...@googlegroups.com. To view this discussion on the w

Re: RealTime communication

2019-10-07 Thread Frank
Do you know where I can find any documentation about how to use websockets with Elemental 2 ? -- 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+un

RealTime communication

2019-10-04 Thread Frank
What is the best/easiest way to do realtime communication today in 2019 ? In the past we have been using SignalR. But SignalR sometimes goes crazy and sends thousands of messages per second. And we don't know how to fix it. What we need to do is : - From a GWT app send a message to all other G

Re: Annotations on Java8 default are not available in Generator

2019-10-04 Thread Frank
https://github.com/DominoKit/domino-jackson I still use gwt-jacskon myself, so I don't know how good/advanced this domino-jacskon version is. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving email

Re: Hammer GWT Support for Touch Event

2019-09-10 Thread Frank
I don't think so. I would just copy the code into your own project. -- 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+unsubscr...@googlegroups.com.

Re: Hammer GWT Support for Touch Event

2019-09-09 Thread Frank
Try using the ahome wrapper instead of the geomajas wrapper: https://github.com/ahome-it/ahome-hammer -- 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-to

Re: porting older app from 2.5.0 to 2.8.2

2019-08-12 Thread Frank Hossfeld
Not sure, if it will work with GWT 2.8, but I would give it a try: https://github.com/bedatadriven/gxt -- 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-t

Re: porting older app from 2.5.0 to 2.8.2

2019-08-12 Thread Frank Hossfeld
Just adding the version matrix link to Ignacio's answer: https://docs.sencha.com/gxt/4.x/guides/getting_started/Versions.html -- 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

Re: GWT Screen

2019-08-06 Thread Frank Hossfeld
You can generate a working GWT project using the Nalu project generator: http://www.mvp4g.org/gwt-boot-starter-nalu/GwtBootStarterNalu.html Import the project into your IDE and take a look at the NavigationController/NavigationComponent. This should help you to understand how to switch screens

Re: Gwt 2.8.2 compilation error

2019-07-21 Thread Frank Hossfeld
The compile tells you, that there is no source code for: org.apache.commons.beanutils.PropertyUtils Common problem is: * you did not inherit the module descriptor for the module containing PropertyUtils Just add the module using inherits in your module descriptor. But I am pretty sure, Prope

Re: Gwt 2.8.2 compilation error

2019-07-18 Thread Frank Hossfeld
set logLevel=TRACE and fix the 15 compilation errors -- 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+unsubscr...@googlegroups.com. To view this d

How to build an interactive swimlane widget

2019-06-25 Thread Frank
Anyone has any idea what the easiest way is to create an interactive swimlane widget in GWT ? I did some 5 minute googling and it seems that this is possilbe with D3.js (although I think a lot of manual work). I also found a GWT wrapper for D3.js but only an old one. Anyone has another idea t

Re: "socket.io.js" + JSInterop

2019-06-18 Thread Frank
A quick Goolgle gave me : https://github.com/jumanor/gwt_socket.io -- 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+unsubscr...@googlegroups.com.

Re: Is this project active?

2019-05-30 Thread Frank Hossfeld
Bob, you are right! At the moment, there is no communication, so GWT might look dead. The only way to get informations for now is to visit the Gitter rooms for gwtproject https://gitter.im/gwtproject/gwt and j2cl https://gitter.im/vertispan/j2cl. Many contributors are working on GWT 3 to g

Re: Is this project active?

2019-05-30 Thread Frank Hossfeld
Bob, you are right! At the moment, there is no communication, so GWT might look dead. The only way to get informations for now is to visit the Gitter rooms for gwtproject https://gitter.im/gwtproject/gwt and j2cl https://gitter.im/vertispan/j2cl. Many contributors are working on GWT 3 to g

Re: GWT MVP Frameworks

2019-05-22 Thread Frank Hossfeld
I forget to mention: Another intresting MVP framework is * Nalu: https://github.com/NaluKit/nalu and * Domino-mvp: https://github.com/DominoKit/domino-mvp -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and sto

Re: GWT MVP Frameworks

2019-05-22 Thread Frank Hossfeld
I forget to mention: Another intresting MVP framework is Nalu: https://github.com/NaluKit/nalu -- 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+

Re: Developers Meetup @DEVK "Showdown GWT vs. VueJS" in Cologne Germany

2019-05-11 Thread Frank Hossfeld
the session will be in German, I guess. Am Donnerstag, 9. Mai 2019 15:50:08 UTC+2 schrieb Frank: > > In German or English ? > > Op woensdag 8 mei 2019 22:07:12 UTC+2 schreef Dr. Lofi Dewanto: >> >> Hi All, >> >> just for you who is living in *Cologne and area,

Re: Developers Meetup @DEVK "Showdown GWT vs. VueJS" in Cologne Germany

2019-05-09 Thread Frank
In German or English ? Op woensdag 8 mei 2019 22:07:12 UTC+2 schreef Dr. Lofi Dewanto: > > Hi All, > > just for you who is living in *Cologne and area, Germany*, we are hosting > a free meetup: *"GWT vs. VueJS"* > > Here is the description of the meetup: > &g

Re: GWT Compilation Out Of Memory

2019-03-14 Thread Frank
How 'large' is your application ? How many lines of code ? How many screens ? I can't imagine that a war file of 1.6GB is normal ? (unless it contains heeps of images/multimedia assets) -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubsc

Re: Tips on libraries

2019-02-25 Thread Frank Hossfeld
I forgot to mention: There are project generators for mvp4g2: http://www.mvp4g.org/gwt-boot-starter-mvp4g2/GwtBootStarterMvp4g2.html and Nalu: https://github.com/nalukit/gwt-boot-starter-nalu. So, you can easily get an impression how they work. Both frameworks work well with Domino-UI. -- You

  1   2   3   4   >