Wednesday, July 20, 2022

Re: Compatibility of GWT 2.10.0 with GXT 2.3.1.a

I have explained in another similar thread the steps:

Tips:
* Extract the jar source code (.xml and .java files, remove all .class files) and create an internal project with the source code.
* Try to see the errors and fix one by one.
* In com.extjs.gxt.ui.client.image.XImages, change its to extends ClientBundle and change all to AbstractImagePrototype ImageResource. After that, fix all errors.
* Most of the errors are about setHeading, AbstractImagePrototype and the com.google.gwt.user.client.Element deprecation.

I have made all the core changes in a day. And some fixes and improvements during the years. I do not remember all the changes, but it is a guide to start.

Em qua., 20 de jul. de 2022 às 06:14, mmo <mmoser@gmail.com> escreveu:
> We have fixed some things on GXT 2.3.1a.  With some fixes, you can run perfectly the GXT 2.3.1a in GWT 2.2+ (GWT 2.9.0 and 2.10.0 included).

Would you mind to elaborate on these fixes? Have you documented these somewhere?

On Monday, July 18, 2022 at 6:05:57 PM UTC+2 Ricardo Serathiuk wrote:
I work with an application using GWT 2.10.0 and GXT 2.3.1a. We have fixed some things on GXT 2.3.1a. With some fixes, you can run perfectly the GXT 2.3.1a in GWT 2.2+ (GWT 2.9.0 and 2.10.0 included).

--
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/a4aa86c7-d74a-48ef-a6c0-d687be2018aan%40googlegroups.com.


--
Ricardo Serathiuk

--
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/CALVte5xy9Hdi%2BmykRRbXwOvdsa8DKPi_Q%3Dy8rJ94SxOwNkQhFA%40mail.gmail.com.

No comments:

Post a Comment