Wednesday, January 31, 2024

Re: GWT Eclipse Plugin 4 Problem

There is a pending patch for this at https://github.com/gwt-plugins/gwt-eclipse-plugin/pull/475. You should be able to pull and build this to get working again on the very latest Eclipse versions - and if you do, leave a comment, a code review, etc, and we can get this merged more expediently.

GWT is largely a volunteer project, the GWT Plugin for Eclipse doubly so - and while the GWT contributor pool is small, the GPE pool is more of a puddle. We're trying to raise interest in this among users and contributors, but we can't drag people to work on code or force them to pay for work to get done. The GPE tooling has never formally been part of the GWT project (first owned entirely by the App Engine team at Google if I'm not mistaken, then ran as its own github org for many years), but we're trying to bring these pieces in line as we grow.

Additionally, Eclipse marketshare isn't what it once was - I can't remember the last time I saw a project that ran better on Eclipse than IntelliJ. This is not intended as a slight towards anyone who is more productive with Eclipse, only as a remark that with fewer interest, it is hard to keep the project going.

Finally, the workaround is straightforward - 2023-09 was the latest as of 60 days ago, falling back to it will likely not destroy any development workflows.


On Wednesday, January 31, 2024 at 8:09:53 PM UTC-6 Fred Andrews wrote:
No response to this man's issue after 6 weeks and I just hit the same problem.  This is shocking.  

The plugin cannot be installed.   Is GWT a dead product?

On Monday, December 11, 2023 at 2:12:30 PM UTC-6 Bob Lacatena wrote:
Hey. My coworker and I ran into trouble installing the GWT plugin on Eclipse 2023-12 (worked fine on 2023-09, so this isn't urgent, I'm just letting you know).
 
A couple of weeks ago I got a new Mac, installed Eclipse 2023-09 and the GWT plugin, no problem.

My coworker just got a new PC (Windows 11), and got Eclipse 2023-12 (just released), tried to install the GWT plugin as I did, and could not.  It first required JustJ Adoptium OpenJDK 21.

  JustJ Adoptium OpenJDK Hotspot JRE Complete 21.0.1.v20231028-0937 org.eclipse.justj.openjdk.hotspot.jre.full.feature.group Eclipse JustJ

After doing so, getting the GWT plugin still failed.  First it says "Cannot complete operation.  Computing alternate solutions, may take a while: X/15"

Then it tells you it failed, giving you a chance to select other features (but there is only one).

I confirmed that this also happens with 2023-12 on my Mac.

My co-worker dropped back to 2023-09 on his PC, and it installed fine.

Just an FYI.


--
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/d7165f83-d53f-44dd-8996-4dc76a0418fen%40googlegroups.com.

Re: GWT Eclipse Plugin 4 Problem

No response to this man's issue after 6 weeks and I just hit the same problem.  This is shocking.  

The plugin cannot be installed.   Is GWT a dead product?

On Monday, December 11, 2023 at 2:12:30 PM UTC-6 Bob Lacatena wrote:
Hey. My coworker and I ran into trouble installing the GWT plugin on Eclipse 2023-12 (worked fine on 2023-09, so this isn't urgent, I'm just letting you know).
 
A couple of weeks ago I got a new Mac, installed Eclipse 2023-09 and the GWT plugin, no problem.

My coworker just got a new PC (Windows 11), and got Eclipse 2023-12 (just released), tried to install the GWT plugin as I did, and could not.  It first required JustJ Adoptium OpenJDK 21.

  JustJ Adoptium OpenJDK Hotspot JRE Complete 21.0.1.v20231028-0937 org.eclipse.justj.openjdk.hotspot.jre.full.feature.group Eclipse JustJ

After doing so, getting the GWT plugin still failed.  First it says "Cannot complete operation.  Computing alternate solutions, may take a while: X/15"

Then it tells you it failed, giving you a chance to select other features (but there is only one).

I confirmed that this also happens with 2023-12 on my Mac.

My co-worker dropped back to 2023-09 on his PC, and it installed fine.

Just an FYI.


--
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/4ad3ac71-5a9a-49b7-b064-90a930814287n%40googlegroups.com.

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

Thank you!  Working great now (quotes were important).  👍

Screen.png

On Thursday 1 February 2024 at 6:38:47 am UTC+11 Frank Hossfeld wrote:
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/9b1b1eac-276b-41ba-affd-cfb2d57e64c8n%40googlegroups.com.

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

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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/c06bb811-3011-4211-981f-034d333bf52bn%40googlegroups.com.

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

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 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 mvnDebug is attached to the first Maven process, not your application.

You will need to execute spring-boot:run passing the config to enable remote debugging:

mvn spring-boot:run -pl your-project  "-Dspring-boot.run.jvmArguments=-Xdebug -Xrunjdwp: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 file and click the green triangle.

In both edition creating a Maven run configuration should also work. 

rc-spring-boot.png


Craig Mitchell schrieb am Mittwoch, 31. Januar 2024 um 13:00:43 UTC+1:
Hi,

I'm able to debug the GWT client okay (in Chrome).  However, debugging the SpringBoot server in IntelliJ isn't working.

I already have the code server running, and then I start the server with:

mvnDebug spring-boot:run -pl mywebapp-server -am

The server then waits for the debugger to attach, so I start up a remote JVM debug in IntelliJ:

Screen.png

And it attaches to the server, which then triggers the server to continue its start.

Everything is now up and running great.

However, putting breakpoints in the server code in IntelliJ, the breakpoints never get hit.  Any suggestions as to why?

This might not be a GWT issue, so apologies if it isn't.

Thanks.

On Thursday 25 January 2024 at 5:55:48 pm UTC+11 Ralph Fiergolla wrote:
Finally! Thanks a lot!

Thomas Broyer <t.br...@gmail.com> schrieb am Mi. 24. Jan. 2024 um 19:57:
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 modular-requestfactory) to GWT 2.11 (in version 2024.1.24)

On Wednesday, January 24, 2024 at 10:58:45 AM UTC+1 ma...@craig-mitchell.com wrote:
Ignore my post.  Just realised the doco uses net.ltgt.gwt.archetypes and not the springboot com.github.nalukit.archetype.

And thus, it's still on GWT 2.10.0, and not 2.11.0 with the jakarta stuff.

On Wednesday 24 January 2024 at 8:39:07 pm UTC+11 Craig Mitchell wrote:
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:
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 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 one that generates a gwt project with sample code)? The lastest verison of "modular-springboot-webapp" is still "2022.9.14" which is more than a year old.

Thanks,
Grayson

On Tuesday, January 2, 2024 at 4:46:30 PM UTC+7 Frank Hossfeld wrote:
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 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-tool...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/0c06d897-5654-49d8-871a-f10d8ea2d171n%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/261b7871-fa3d-4077-a689-d3261613297en%40googlegroups.com.

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

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 mvnDebug is attached to the first Maven process, not your application.

You will need to execute spring-boot:run passing the config to enable remote debugging:

mvn spring-boot:run -pl your-project  "-Dspring-boot.run.jvmArguments=-Xdebug -Xrunjdwp: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 file and click the green triangle.

In both edition creating a Maven run configuration should also work. 

rc-spring-boot.png


Craig Mitchell schrieb am Mittwoch, 31. Januar 2024 um 13:00:43 UTC+1:
Hi,

I'm able to debug the GWT client okay (in Chrome).  However, debugging the SpringBoot server in IntelliJ isn't working.

I already have the code server running, and then I start the server with:

mvnDebug spring-boot:run -pl mywebapp-server -am

The server then waits for the debugger to attach, so I start up a remote JVM debug in IntelliJ:

Screen.png

And it attaches to the server, which then triggers the server to continue its start.

Everything is now up and running great.

However, putting breakpoints in the server code in IntelliJ, the breakpoints never get hit.  Any suggestions as to why?

This might not be a GWT issue, so apologies if it isn't.

Thanks.

On Thursday 25 January 2024 at 5:55:48 pm UTC+11 Ralph Fiergolla wrote:
Finally! Thanks a lot!

Thomas Broyer <t.br...@gmail.com> schrieb am Mi. 24. Jan. 2024 um 19:57:
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 modular-requestfactory) to GWT 2.11 (in version 2024.1.24)

On Wednesday, January 24, 2024 at 10:58:45 AM UTC+1 ma...@craig-mitchell.com wrote:
Ignore my post.  Just realised the doco uses net.ltgt.gwt.archetypes and not the springboot com.github.nalukit.archetype.

And thus, it's still on GWT 2.10.0, and not 2.11.0 with the jakarta stuff.

On Wednesday 24 January 2024 at 8:39:07 pm UTC+11 Craig Mitchell wrote:
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:
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 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 one that generates a gwt project with sample code)? The lastest verison of "modular-springboot-webapp" is still "2022.9.14" which is more than a year old.

Thanks,
Grayson

On Tuesday, January 2, 2024 at 4:46:30 PM UTC+7 Frank Hossfeld wrote:
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 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-tool...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/0c06d897-5654-49d8-871a-f10d8ea2d171n%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/fa46fc3f-f5b6-4e98-a5ce-4f3e4824f961n%40googlegroups.com.

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

The problem is that spring-boot:run is going to launch another Java process for you application, so mvnDebug is attached to the first Maven process, not your application.

You will need to execute spring-boot:run passing the config to enable remote debugging:

mvn spring-boot:run -pl your-project  "-Dspring-boot.run.jvmArguments=-Xdebug -Xrunjdwp: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 file and click the green triangle.

In both edition creating a Maven run configuration should also work. 

rc-spring-boot.png


Craig Mitchell schrieb am Mittwoch, 31. Januar 2024 um 13:00:43 UTC+1:
Hi,

I'm able to debug the GWT client okay (in Chrome).  However, debugging the SpringBoot server in IntelliJ isn't working.

I already have the code server running, and then I start the server with:

mvnDebug spring-boot:run -pl mywebapp-server -am

The server then waits for the debugger to attach, so I start up a remote JVM debug in IntelliJ:

Screen.png

And it attaches to the server, which then triggers the server to continue its start.

Everything is now up and running great.

However, putting breakpoints in the server code in IntelliJ, the breakpoints never get hit.  Any suggestions as to why?

This might not be a GWT issue, so apologies if it isn't.

Thanks.

On Thursday 25 January 2024 at 5:55:48 pm UTC+11 Ralph Fiergolla wrote:
Finally! Thanks a lot!

Thomas Broyer <t.br...@gmail.com> schrieb am Mi. 24. Jan. 2024 um 19:57:
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 modular-requestfactory) to GWT 2.11 (in version 2024.1.24)

On Wednesday, January 24, 2024 at 10:58:45 AM UTC+1 ma...@craig-mitchell.com wrote:
Ignore my post.  Just realised the doco uses net.ltgt.gwt.archetypes and not the springboot com.github.nalukit.archetype.

And thus, it's still on GWT 2.10.0, and not 2.11.0 with the jakarta stuff.

On Wednesday 24 January 2024 at 8:39:07 pm UTC+11 Craig Mitchell wrote:
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:
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 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 one that generates a gwt project with sample code)? The lastest verison of "modular-springboot-webapp" is still "2022.9.14" which is more than a year old.

Thanks,
Grayson

On Tuesday, January 2, 2024 at 4:46:30 PM UTC+7 Frank Hossfeld wrote:
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 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-tool...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/0c06d897-5654-49d8-871a-f10d8ea2d171n%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/94cd2db2-31a7-448b-9ef3-7767a02941bfn%40googlegroups.com.

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

Hi,

in case using the Ultimate Edition, and have the Spring Developers Plugin installed, just select the Application file and click the green triangle.

In both edition creating a Maven run configuration should also work. 

rc-spring-boot.png


Craig Mitchell schrieb am Mittwoch, 31. Januar 2024 um 13:00:43 UTC+1:
Hi,

I'm able to debug the GWT client okay (in Chrome).  However, debugging the SpringBoot server in IntelliJ isn't working.

I already have the code server running, and then I start the server with:

mvnDebug spring-boot:run -pl mywebapp-server -am

The server then waits for the debugger to attach, so I start up a remote JVM debug in IntelliJ:

Screen.png

And it attaches to the server, which then triggers the server to continue its start.

Everything is now up and running great.

However, putting breakpoints in the server code in IntelliJ, the breakpoints never get hit.  Any suggestions as to why?

This might not be a GWT issue, so apologies if it isn't.

Thanks.

On Thursday 25 January 2024 at 5:55:48 pm UTC+11 Ralph Fiergolla wrote:
Finally! Thanks a lot!

Thomas Broyer <t.br...@gmail.com> schrieb am Mi. 24. Jan. 2024 um 19:57:
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 modular-requestfactory) to GWT 2.11 (in version 2024.1.24)

On Wednesday, January 24, 2024 at 10:58:45 AM UTC+1 ma...@craig-mitchell.com wrote:
Ignore my post.  Just realised the doco uses net.ltgt.gwt.archetypes and not the springboot com.github.nalukit.archetype.

And thus, it's still on GWT 2.10.0, and not 2.11.0 with the jakarta stuff.

On Wednesday 24 January 2024 at 8:39:07 pm UTC+11 Craig Mitchell wrote:
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:
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 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 one that generates a gwt project with sample code)? The lastest verison of "modular-springboot-webapp" is still "2022.9.14" which is more than a year old.

Thanks,
Grayson

On Tuesday, January 2, 2024 at 4:46:30 PM UTC+7 Frank Hossfeld wrote:
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 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-tool...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/0c06d897-5654-49d8-871a-f10d8ea2d171n%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/83d2b521-9c7e-4f3b-bfc5-714bbd0fae87n%40googlegroups.com.

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

Hi,

I'm able to debug the GWT client okay (in Chrome).  However, debugging the SpringBoot server in IntelliJ isn't working.

I already have the code server running, and then I start the server with:

mvnDebug spring-boot:run -pl mywebapp-server -am

The server then waits for the debugger to attach, so I start up a remote JVM debug in IntelliJ:

Screen.png

And it attaches to the server, which then triggers the server to continue its start.

Everything is now up and running great.

However, putting breakpoints in the server code in IntelliJ, the breakpoints never get hit.  Any suggestions as to why?

This might not be a GWT issue, so apologies if it isn't.

Thanks.

On Thursday 25 January 2024 at 5:55:48 pm UTC+11 Ralph Fiergolla wrote:
Finally! Thanks a lot!

Thomas Broyer <t.br...@gmail.com> schrieb am Mi. 24. Jan. 2024 um 19:57:
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 modular-requestfactory) to GWT 2.11 (in version 2024.1.24)

On Wednesday, January 24, 2024 at 10:58:45 AM UTC+1 ma...@craig-mitchell.com wrote:
Ignore my post.  Just realised the doco uses net.ltgt.gwt.archetypes and not the springboot com.github.nalukit.archetype.

And thus, it's still on GWT 2.10.0, and not 2.11.0 with the jakarta stuff.

On Wednesday 24 January 2024 at 8:39:07 pm UTC+11 Craig Mitchell wrote:
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:
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 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 one that generates a gwt project with sample code)? The lastest verison of "modular-springboot-webapp" is still "2022.9.14" which is more than a year old.

Thanks,
Grayson

On Tuesday, January 2, 2024 at 4:46:30 PM UTC+7 Frank Hossfeld wrote:
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 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-tool...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/0c06d897-5654-49d8-871a-f10d8ea2d171n%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/4574c03c-8a5f-44f3-9b4b-8cab305e491cn%40googlegroups.com.

Tuesday, January 30, 2024

Re: Dominokit tools release update

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 notes here https://github.com/DominoKit/domino-history/releases/tag/1.0.3

Domino-rest 2.0.0-RC1
Moved to jakarta namespace, find release notes here https://github.com/DominoKit/domino-rest/releases/tag/2.0.0-RC1

We would like to remind you that you can now check our documentation for different DominoKit tools within our website :

The documentation will be updated soon to include and match the new changes.

- Domino-ui documentation
https://dominokit.com/solutions/domino-ui/v2/docs/getting-started

- Domino-jackson documentation
https://dominokit.com/solutions/domino-jackson/v1/docs/getting-started

- Domino-rest documentation
https://dominokit.com/solutions/domino-rest/v1/docs/getting-started

- Domino-history documentation
https://dominokit.com/solutions/domino-history/v1/docs/getting-started

Your feedback is welcome and please help us spread the knowledge

--
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/4d23fa9d-5ec0-4d46-950f-d7c55a59a632n%40googlegroups.com.

Dominokit tools release update

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 notes here https://github.com/DominoKit/domino-history/releases/tag/1.0.3

Domino-rest 2.0.0-RC1
Moved to jakarta namespace, find release notes here https://github.com/DominoKit/domino-rest/releases/tag/2.0.0-RC1

We would like to remind you that you can now check our documentation for different DominoKit tools within our website :

The documentation will be updated soon to include and match the new changes.

- Domino-ui documentation
https://dominokit.com/solutions/domino-ui/v2/docs/getting-started

- Domino-jackson documentation
https://dominokit.com/solutions/domino-jackson/v1/docs/getting-started

- Domino-rest documentation
https://dominokit.com/solutions/domino-rest/v1/docs/getting-started

- Domino-history documentation
https://dominokit.com/solutions/domino-history/v1/docs/getting-started

Your feedback is welcome and please help us spread the knowledge

--
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/331e4089-b9ad-4de9-85fb-c8320ed9c3abn%40googlegroups.com.

Saturday, January 27, 2024

Re: Create an executable JAR

Apologies.  I've now realised I don't need to create an executable JAR.  I can just run the WAR directly, like this:
java -jar mywebapp-server/target/mywebapp.war

And I can tell Google App Engine to do the same in the app.yaml:
entrypoint: java -jar mywebapp.war

And woohoo!  GWT running in Google App Engine:  https://gae-gwt-412604.appspot.com/

On Sunday 28 January 2024 at 12:54:48 pm UTC+11 Craig Mitchell wrote:
Hi,

Using the SpringBoot archetype ( https://github.com/NaluKit/gwt-maven-springboot-archetype ), I can happy run mvn clean package and get a war file that has everything and runs nicely on a web server.

If I then modify mywebapp-server/pom.xml to have:
<packaging>jar</packaging> 
(instead of war)

I then get an executable jar, which I can run:
java -jar mywebapp-server/target/mywebapp.jar

The executable JAR runs the embedded Tomcat server, which contains the index.html + css (inside the mywebapp.jar in BOOT-INF\classes\public), however, all the GWT files are in BOOT-INF\lib\mywebapp-client-HEAD-SNAPSHOT.war) so it never sees them.  As a result, the app only shows the html, and nothing else works.

Has anyone made a GWT app as an executable JAR?  Or any suggestions how to do it?

The reason I need an executable JAR, is because that's all Google App Engine standard supports: https://cloud.google.com/appengine/docs/standard/testing-and-deploying-your-app?tab=java

Thanks in advance.

--
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/b209137d-862b-4efd-b232-7f9d5b08c12fn%40googlegroups.com.

Create an executable JAR

Hi,

Using the SpringBoot archetype ( https://github.com/NaluKit/gwt-maven-springboot-archetype ), I can happy run mvn clean package and get a war file that has everything and runs nicely on a web server.

If I then modify mywebapp-server/pom.xml to have:
<packaging>jar</packaging> 
(instead of war)

I then get an executable jar, which I can run:
java -jar mywebapp-server/target/mywebapp.jar

The executable JAR runs the embedded Tomcat server, which contains the index.html + css (inside the mywebapp.jar in BOOT-INF\classes\public), however, all the GWT files are in BOOT-INF\lib\mywebapp-client-HEAD-SNAPSHOT.war) so it never sees them.  As a result, the app only shows the html, and nothing else works.

Has anyone made a GWT app as an executable JAR?  Or any suggestions how to do it?

The reason I need an executable JAR, is because that's all Google App Engine standard supports: https://cloud.google.com/appengine/docs/standard/testing-and-deploying-your-app?tab=java

Thanks in advance.

--
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/0f35cedb-1e98-4c82-b9bc-704109abd598n%40googlegroups.com.

Wednesday, January 24, 2024

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

Finally! Thanks a lot!

Thomas Broyer <t.broyer@gmail.com> schrieb am Mi. 24. Jan. 2024 um 19:57:
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 modular-requestfactory) to GWT 2.11 (in version 2024.1.24)

On Wednesday, January 24, 2024 at 10:58:45 AM UTC+1 ma...@craig-mitchell.com wrote:
Ignore my post.  Just realised the doco uses net.ltgt.gwt.archetypes and not the springboot com.github.nalukit.archetype.

And thus, it's still on GWT 2.10.0, and not 2.11.0 with the jakarta stuff.

On Wednesday 24 January 2024 at 8:39:07 pm UTC+11 Craig Mitchell wrote:
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:
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 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 one that generates a gwt project with sample code)? The lastest verison of "modular-springboot-webapp" is still "2022.9.14" which is more than a year old.

Thanks,
Grayson

On Tuesday, January 2, 2024 at 4:46:30 PM UTC+7 Frank Hossfeld wrote:
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 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/0c06d897-5654-49d8-871a-f10d8ea2d171n%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/CACwwWxNg6bbc7Pd%3D823Dd24apHGfmboNgZ_%3Dh-1Q7O%3Dx8tLZjw%40mail.gmail.com.

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

Awesome stuff!  Thank you both.  Makes starting a new GWT project a breeze!

On Thursday 25 January 2024 at 6:08:27 am UTC+11 Frank Hossfeld wrote:
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 modular-requestfactory) to GWT 2.11 (in version 2024.1.24)

On Wednesday, January 24, 2024 at 10:58:45 AM UTC+1 ma...@craig-mitchell.com wrote:
Ignore my post.  Just realised the doco uses net.ltgt.gwt.archetypes and not the springboot com.github.nalukit.archetype.

And thus, it's still on GWT 2.10.0, and not 2.11.0 with the jakarta stuff.

On Wednesday 24 January 2024 at 8:39:07 pm UTC+11 Craig Mitchell wrote:
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:
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 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 one that generates a gwt project with sample code)? The lastest verison of "modular-springboot-webapp" is still "2022.9.14" which is more than a year old.

Thanks,
Grayson

On Tuesday, January 2, 2024 at 4:46:30 PM UTC+7 Frank Hossfeld wrote:
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 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/41cd4bba-4cab-4883-8864-7c37bff163ben%40googlegroups.com.

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

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 modular-requestfactory) to GWT 2.11 (in version 2024.1.24)

On Wednesday, January 24, 2024 at 10:58:45 AM UTC+1 ma...@craig-mitchell.com wrote:
Ignore my post.  Just realised the doco uses net.ltgt.gwt.archetypes and not the springboot com.github.nalukit.archetype.

And thus, it's still on GWT 2.10.0, and not 2.11.0 with the jakarta stuff.

On Wednesday 24 January 2024 at 8:39:07 pm UTC+11 Craig Mitchell wrote:
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:
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 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 one that generates a gwt project with sample code)? The lastest verison of "modular-springboot-webapp" is still "2022.9.14" which is more than a year old.

Thanks,
Grayson

On Tuesday, January 2, 2024 at 4:46:30 PM UTC+7 Frank Hossfeld wrote:
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 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/374d671a-973a-4b8e-b784-fbfd7eba0993n%40googlegroups.com.

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

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 modular-requestfactory) to GWT 2.11 (in version 2024.1.24)

On Wednesday, January 24, 2024 at 10:58:45 AM UTC+1 ma...@craig-mitchell.com wrote:
Ignore my post.  Just realised the doco uses net.ltgt.gwt.archetypes and not the springboot com.github.nalukit.archetype.

And thus, it's still on GWT 2.10.0, and not 2.11.0 with the jakarta stuff.

On Wednesday 24 January 2024 at 8:39:07 pm UTC+11 Craig Mitchell wrote:
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:
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 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 one that generates a gwt project with sample code)? The lastest verison of "modular-springboot-webapp" is still "2022.9.14" which is more than a year old.

Thanks,
Grayson

On Tuesday, January 2, 2024 at 4:46:30 PM UTC+7 Frank Hossfeld wrote:
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 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/0c06d897-5654-49d8-871a-f10d8ea2d171n%40googlegroups.com.