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

2024-05-18 Thread 'Frank Hossfeld' via GWT Users
I'll added some additional code to avoid adding the launcherDir as document root in production mode. New version should be soon available. Craig Mitchell schrieb am Samstag, 18. Mai 2024 um 16:00:47 UTC+2: > The issue seems to be the launcherDir directory doesn't exist. I've > raised a an

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

2024-05-18 Thread 'Frank Hossfeld' via GWT Users
please can you post the error message: Thanks Craig Mitchell schrieb am Samstag, 18. Mai 2024 um 13:11:40 UTC+2: > I spoke to soon. Adding the EmbeddedServletContainerConfig fixes the > serialization policy when running locally, but if you do a build and try to > run. Ie: mvn clean package

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

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: > >> Thank you

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 at 7:55:58 pm

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,

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

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:

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 can you open an issue

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

2024-02-04 Thread 'Frank Hossfeld' via GWT Users
Please can you open an issue regarding the gwt-servlet-jakarta problem ... Thanks Craig Mitchell schrieb am Sonntag, 4. Februar 2024 um 04:57:34 UTC+1: > I noticed that it always logs the error: > > ERROR: The serialization policy file '/mywebapp/xxx.gwt.rpc' was not > found; did you forget to

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

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.com schrieb am

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

2024-01-31 Thread 'Frank Hossfeld' via GWT Users
Thanks, I am usually using the Spring Boot run configuration from IntelliJ. This works without additional parameters. bbe...@gmail.com schrieb am Mittwoch, 31. Januar 2024 um 19:12:22 UTC+1: > The problem is that spring-boot:run is going to launch another Java > process for you application, so

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

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

2024-01-24 Thread 'Frank Hossfeld' via GWT Users
Thanks! Thomas Broyer schrieb am Mittwoch, 24. Januar 2024 um 19:57:12 UTC+1: > oh, and GWT 2.11 with Jakarta Servlet and Jetty 11; so requiring at least > Java 11. > > On Wednesday, January 24, 2024 at 7:55:33 PM UTC+1 Thomas Broyer wrote: > >> I updated modular-webapp (and

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

2024-01-24 Thread 'Frank Hossfeld' via GWT Users
Yeap, that's right. Needs an update. May be I'll create a PR ... At the end of the https://www.gwtproject.org/gettingstarted-v2.html site, you will find a link to the springboot-archetype. Craig Mitchell schrieb am Mittwoch, 24. Januar 2024 um 10:58:45 UTC+1: > Ignore my post. Just

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 released. I'll > try

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 > "modular-springboot-webapp" (the

Re: The GWT application hangs on the loading screen

2024-01-15 Thread 'Frank Hossfeld' via GWT Users
Did you check in the Developer Tools ->. Network if the nochache.js gets loaded? Antonio Capone schrieb am Montag, 15. Januar 2024 um 09:53:58 UTC+1: > Hello everyone and thanks for the advice you are giving me. > The nocache.js file is regularly generated and loaded. I don't think I > have a

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
The plugin uses the same input (except for the artifactId) as Thomas Broyer's gwt-maven-archetype. > One small error, the top level pom.xml has 3 blank lines between every XML line. Just like this:

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

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

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

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

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

2023-12-08 Thread 'Frank Hossfeld' via GWT Users
I think so, as long as you are not using any language features of Java > 8 Victor Colina schrieb am Freitag, 8. Dezember 2023 um 14:55:58 UTC+1: > Thanks for the response, If I change to GWT 2.9 I can still use jdk 17? Or > I have to go lower? > > On Friday, December 8, 2023 at 9:05:37 AM UTC-4

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

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

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

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

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

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
Depending on your backend (Spring Boot or not) you can generate ready to go Maven-projects. Use Maven goals to start the code server and the server. And debug inside the browser. No need for a GWT-plugin inside the IDE. Use: https://github.com/tbroyer/gwt-maven-archetypes to generate a module

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

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

Nalu 2.10.1 is available ...

2022-06-17 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

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:

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:

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

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

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