The GWT Eclipse Plugin primarily understands Maven modules with "war" 
packaging, Maven WAR Plugin and GWT in the classpath.

It also somehow understands some of the GWT Maven Plugin directives 
creating DevMode and codeserver run configurations accordingly.

I have been using this for longer than I can remember and it is still 
working out of the box without any complications, quick and easy.

Hence my original thought about convergence, so that the plugins can keep 
working together.

On Friday, 4 April 2025 at 03:06:12 UTC+1 Craig Mitchell wrote:

My experience.  I was initally using the GWT Eclipse Plugin, along with the 
GAE (Google App Engine) Eclipse Plugin.  Everything worked out of the box, 
and was simple.

However, GAE then dropped support for the GAE Eclipse plugin, and required 
me to use Maven (or something similar) and supply my own server.  This 
wasn't supported by the GWT Eclipse Plugin, so I switched to use the GWT 
Maven plugin.  It was more complicated, but more flexible.

At no point did I think the GWT Eclipse Plugin would work alongside the GWT 
Maven Plugin.  They build things differently.

On Friday, 4 April 2025 at 8:00:11 am UTC+11 Thomas Broyer wrote:

On Thursday, April 3, 2025 at 8:19:21 PM UTC+2 [email protected] wrote:

I am actually creating Eclipse run configurations of "GWT Development Mode 
(DevMode)" type, with built-in server port and "Super Development Mode" 
option which is quite similar to your approach but without separate steps 
for "codeserver" and application startup.
This is required to keep the running steps as uniform and simple as 
possible for the members of my teams, a single and easy to create Eclipse 
run configuration for each GWT app.


The GWT Eclipse Plugin apparently has some way to launch both GWT 
CodeServer and a server with Eclipse WTP at the same time (autoconfiguring 
the CodeServer launchDir and startupUrls): 
https://gwt-plugins.github.io/documentation/gwt-eclipse-plugin/servers/Tomcat.html
 
Or you could maybe use a "Launch Group" launch configuration to run both 
the server and client in one click ?

-- 
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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/google-web-toolkit/03a694be-adc4-41ee-ba28-43f331b67432n%40googlegroups.com.

Reply via email to