Wednesday, September 21, 2022

Re: App Server for GWT 2.10

There is the jakarta migration utility. Supposed to convert wars from javax.* to jakarta.* for deployment. Tomcat also has a special deployment option for such.

Another approach to consider, depending on your needs, is spring boot run, maybe inside a docker container.


On Wed, Sep 21, 2022 at 11:16 AM Valavanur Man <mramadoss@gmail.com> wrote:
Thanks. We had problems due to jakarta.servlet with Glassfish 6.0 when we attempted to migrate. 
So was looking for a good replacement preferably open source.  Was thinking Payara, but if it goes jakarta route, we will have the same issue in the future.  Any suggestions?

On Wednesday, September 21, 2022 at 4:34:01 AM UTC-7 Jens wrote:
If you use GWT-RPC or RequestFactory you need to choose a servlet container that still uses javax.servlet instead of jakarta.servlet because both these GWT features have a servlet component using javax.servlet.

Other than that, you can choose whatever you want.

-- J.

Valavanur Man schrieb am Dienstag, 20. September 2022 um 17:59:48 UTC+2:
Hi,

We are running GWT 2.8 with Glassfish4.  We had issues trying to run the GWT (2.8) App in Glassfish 6.

Currently we are looking into upgrading to GWT 2.10. Would like you know what appservers are supported to run GWT 2.10 (even GWT 2.8 and beyond). Is there a recommended set of servers?

Appreciate any pointers.

Thanks,

--
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/6a0dbe21-60fc-4dd7-a071-ce021d09155fn%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/CAFHWztxr-dNwVnoYBKzPobg7vHFu4h80Xj3YJ6jo95OZ5H%3D3Fw%40mail.gmail.com.

No comments:

Post a Comment