Re: GXT 2.3.1 to 4.0.2 migration

2022-08-06 Thread Ricardo Serathiuk
I have described in another thread about patches in GXT. The link:
https://groups.google.com/g/google-web-toolkit/c/If897MPqvw0/m/UBc7f4X9BwAJ

You can extract all the source code of the GXT jar and created a repository
for your company, or put all the source code in the same repository of your
app. The GXT 2.x is deprecated, for that reason, I believe the best choice
is you create a fork of GXT 2.x.

Em sáb., 6 de ago. de 2022 às 10:49, Lorenzo Aditi 
escreveu:

> do you mean to unzip the jar, modify the .java file, compile it and zip
> into a jar ?
>
> Le vendredi 5 août 2022 à 22:19:54 UTC+2, Ricardo Serathiuk a écrit :
>
>> Try to change the line 322 of ListField to this:
>> sb.append(m.get(prop).toString());
>>
>>
>>
>> Em sex., 5 de ago. de 2022 às 16:34, Lorenzo Aditi 
>> escreveu:
>>
>>> Hello,
>>>
>>> We used to have GWT 2.4 & GXT 2.2.5 and we migrated to GWT 2.8.1.
>>>
>>> Now I am using GWT 2.8 with gxt 2.2.5 and Jdk 1.8.0_291, even when
>>> upgrading gxt-2.3.1a-gwt22 I still get this error when maven is
>>> building I got this error
>>>
>>> jar:file:/war/WEB-INF/lib/gxt-2.3.1a-gwt22.jar!/com/extjs/gxt/ui/client/widget/form/ListField.java'
>>> > Line 322: The method append(boolean) is ambiguous for the type >
>>> StringBuffer
>>>
>>> After searching I thought it is imposible to resolve it, I don't have
>>> the right to edit the dependency.
>>>
>>> So I decided to upgrade gxt to 4.0.2, am I right?
>>>
>>> but when I did all the app broke, most of the Types don't exist anymore
>>> and the migration is not well documented on sencha website, they provide a
>>> unique page that doesn't help.
>>>
>>> Do you have  a tutorial or a guide that helps? or maybe a workaround?
>>>
>>> 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-tool...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/google-web-toolkit/2c202184-3d3b-4f3f-a547-50e488d4c244n%40googlegroups.com
>>> <https://groups.google.com/d/msgid/google-web-toolkit/2c202184-3d3b-4f3f-a547-50e488d4c244n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>> --
> 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 discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit/a42bf19d-356a-4c4c-8b56-2992667d03f6n%40googlegroups.com
> <https://groups.google.com/d/msgid/google-web-toolkit/a42bf19d-356a-4c4c-8b56-2992667d03f6n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/CAPwuz4BPpBqxA5JzxCY5WrCpLydvo--8_cF%2BdD%2BBFLqhNA8CjQ%40mail.gmail.com.


Re: GXT 2.3.1 to 4.0.2 migration

2022-08-05 Thread Ricardo Serathiuk
Try to change the line 322 of ListField to this:
sb.append(m.get(prop).toString());



Em sex., 5 de ago. de 2022 às 16:34, Lorenzo Aditi 
escreveu:

> Hello,
>
> We used to have GWT 2.4 & GXT 2.2.5 and we migrated to GWT 2.8.1.
>
> Now I am using GWT 2.8 with gxt 2.2.5 and Jdk 1.8.0_291, even when
> upgrading gxt-2.3.1a-gwt22 I still get this error when maven is building
> I got this error
>
> jar:file:/war/WEB-INF/lib/gxt-2.3.1a-gwt22.jar!/com/extjs/gxt/ui/client/widget/form/ListField.java'
> > Line 322: The method append(boolean) is ambiguous for the type >
> StringBuffer
>
> After searching I thought it is imposible to resolve it, I don't have the
> right to edit the dependency.
>
> So I decided to upgrade gxt to 4.0.2, am I right?
>
> but when I did all the app broke, most of the Types don't exist anymore
> and the migration is not well documented on sencha website, they provide a
> unique page that doesn't help.
>
> Do you have  a tutorial or a guide that helps? or maybe a workaround?
>
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit/2c202184-3d3b-4f3f-a547-50e488d4c244n%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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/CAPwuz4C5eak8ZXynhQZJBBAdkwreCoEJ%3D81f7YKV9prvErUSRw%40mail.gmail.com.


Re: Compatibility of GWT 2.10.0 with GXT 2.3.1.a

2022-07-20 Thread Ricardo Serathiuk
With an authorization of the Sencha and my company, I do it. :)

Em quarta-feira, 20 de julho de 2022 às 08:42:02 UTC-3, Michael Joyner 
escreveu:

> If you publish your work to a jitpack compatible public git repo and then 
> follow the jitpack.io instructions, you could provide a Maven/Gradle 
> ready dependency for others to use.
>
>
> On 7/20/22 07:36, Ricardo Serathiuk wrote:
>
> I have explained in another similar thread the steps: 
> https://groups.google.com/g/google-web-toolkit/c/IZRriHLTWxA/m/DIerF5bzAgAJ
>
> Tips:
> * You need to use this jar: 
> https://mvnrepository.com/artifact/com.extjs/gxt/2.3.1a-gwt22
> * 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  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-tool...@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
>>  
>> <https://groups.google.com/d/msgid/google-web-toolkit/a4aa86c7-d74a-48ef-a6c0-d687be2018aan%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>
>
> -- 
> 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-tool...@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
>  
> <https://groups.google.com/d/msgid/google-web-toolkit/CALVte5xy9Hdi%2BmykRRbXwOvdsa8DKPi_Q%3Dy8rJ94SxOwNkQhFA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
>
>

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/f84c98f7-ecc1-4196-81c4-6ce990fbbdabn%40googlegroups.com.


Re: Compatibility of GWT 2.10.0 with GXT 2.3.1.a

2022-07-20 Thread Ricardo Serathiuk
I have explained in another similar thread the steps:
https://groups.google.com/g/google-web-toolkit/c/IZRriHLTWxA/m/DIerF5bzAgAJ

Tips:
* You need to use this jar:
https://mvnrepository.com/artifact/com.extjs/gxt/2.3.1a-gwt22
* 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  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+unsubscr...@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
> <https://groups.google.com/d/msgid/google-web-toolkit/a4aa86c7-d74a-48ef-a6c0-d687be2018aan%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
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+unsubscr...@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.


Re: Compatibility of GWT 2.10.0 with GXT 2.3.1.a

2022-07-18 Thread Ricardo Serathiuk
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/CALVte5yNoDPQVr8FNud29EMMUM8EEyqHJyawqjjrc1j3xWHY2w%40mail.gmail.com.


Re: GWT 2.9 compatiblity with GXT 2.3.1a

2021-02-19 Thread Ricardo Serathiuk
We have solved this problem by changing line 816, casting the Element.
"Element node = (Element) bufferRender(list).getItem(0);"

On Fri, Feb 19, 2021 at 3:02 AM Hari  wrote:

> I tried changing GWT to 2.9 and GXT 2.3.1a-gwt22.jar, most of the errors
> were because of the method name changes like you mentioned
> ContentPanel.setHeading being changed to html specific setters and getters,
> but one issue which i am not able to figure out is below error,
>
> Error:
> [Error]  Error in 'com/extjs/gxt/ui/client/widget/ListView.java'
> [Error]  Line 816: Type mismatch: cannot convert from Node to Element
>
> and this error is cascading to all the classes using ListView widget. Any
> idea on this specific issue?
> thanks
> On Friday, February 19, 2021 at 1:25:50 AM UTC+5:30 Ricardo Serathiuk
> wrote:
>
>> We have successfully updated a big ERP application. First of all, we have
>> changed the GWT version to a new version. After that, we have fixed all the
>> errors. I don't remember all the steps, because It was years ago. Some
>> methods were removed on GXT 2.3.1.a, for example the
>> ContentPanel.setHeading. In our case, the migration was easy because We
>> never use the GXT components directly. At the project beginning, We have
>> extended all the GXT components, and We have been using the extended
>> components in our code. We have recreated the removed methods in our
>> classes and overload them with the replacement method. We have made the
>> changes in XImages to extend ClientBundle, as described in my last message
>> too. The app has been working for years with these changes.
>>
>> I believe the major big step is to try to change the GWT version to
>> evaluate the impact.
>>
>> On Thu, Feb 18, 2021 at 3:32 PM Hari  wrote:
>>
>>> Hi we are trying to upgrade as well with GXT 2.3.1a  and GWT 2.9.0,
>>> could you please let me know if you were successful in your upgrade and any
>>> pitfalls which we need to be avoid.
>>>
>>> On Thursday, June 11, 2020 at 7:52:57 PM UTC+5:30 Ricardo Serathiuk
>>> wrote:
>>>
>>>> When we have migrated to GWT 2.6, We changed the GXT
>>>> com.extjs.gxt.ui.client.image.XImages class to extend ClientBundle and
>>>> changed its methods to return an ImageResource. After that, we changed the
>>>> components to utilize ImageResource instead of AbstractImagePrototype. We
>>>> made some other minor fixes which I don't remember now. We have been using
>>>> newer versions since its launch without problems with these modifications.
>>>> We have tested the version GWT 2.9.0 with this update and worked fine for
>>>> us.
>>>>
>>>> Priya said about version GWT 2.8.2, because of that I believe her
>>>> company has made some updates on GXT by yourselves. And about the migration
>>>> from 2.8.2 to 2.9.0, in my company, we haven't had problems with that. :)
>>>>
>>>> Em quinta-feira, 11 de junho de 2020 10:36:21 UTC-3, Colin Alworth
>>>> escreveu:
>>>>>
>>>>> There are multiple problems with using GXT 2.x with a recent version
>>>>> of GWT (anything since GWT 2.6 or so, released in 2014). Sencha hasn't
>>>>> offered support for GXT 2 since version 4 was released (and doesn't appear
>>>>> to provide support for GXT 4 any longer either), but the last time I ran
>>>>> into this, I was able to successfully change a few .java files in the jar
>>>>> and recompile to continue using GXT 2.
>>>>>
>>>>> But as Michael said, while GWT 2.6, 2.7, 2.8, 2.9 have added features
>>>>> and browser support, these will not necessarily help old GXT builds to 
>>>>> have
>>>>> bug fixes also, though it may still improve your compiled output size and
>>>>> runtime performance.
>>>>>
>>>>> On Thursday, June 11, 2020 at 7:13:31 AM UTC-5, Priya Kolekar wrote:
>>>>>>
>>>>>> Hi All,
>>>>>>
>>>>>> Currently our application has below versions -
>>>>>> 1. GWT - 2.8.2
>>>>>> 2. GXT - 2.3.1a
>>>>>>
>>>>>> We are planning to upgrade GWT from 2.8.2 to 2.9.0. But have query
>>>>>> regarding its compatibility towards GXT 2.3.1a.
>>>>>> I have gone through GXT Compatiblity version matrix page
>>>>>> <https://docs.sencha.com/gxt/3.x/guides/getting_started/Versions.html>,
>>>>

Re: GWT 2.9 compatiblity with GXT 2.3.1a

2021-02-18 Thread Ricardo Serathiuk
We have successfully updated a big ERP application. First of all, we have
changed the GWT version to a new version. After that, we have fixed all the
errors. I don't remember all the steps, because It was years ago. Some
methods were removed on GXT 2.3.1.a, for example the
ContentPanel.setHeading. In our case, the migration was easy because We
never use the GXT components directly. At the project beginning, We have
extended all the GXT components, and We have been using the extended
components in our code. We have recreated the removed methods in our
classes and overload them with the replacement method. We have made the
changes in XImages to extend ClientBundle, as described in my last message
too. The app has been working for years with these changes.

I believe the major big step is to try to change the GWT version to
evaluate the impact.

On Thu, Feb 18, 2021 at 3:32 PM Hari  wrote:

> Hi we are trying to upgrade as well with GXT 2.3.1a  and GWT 2.9.0, could
> you please let me know if you were successful in your upgrade and any
> pitfalls which we need to be avoid.
>
> On Thursday, June 11, 2020 at 7:52:57 PM UTC+5:30 Ricardo Serathiuk wrote:
>
>> When we have migrated to GWT 2.6, We changed the GXT
>> com.extjs.gxt.ui.client.image.XImages class to extend ClientBundle and
>> changed its methods to return an ImageResource. After that, we changed the
>> components to utilize ImageResource instead of AbstractImagePrototype. We
>> made some other minor fixes which I don't remember now. We have been using
>> newer versions since its launch without problems with these modifications.
>> We have tested the version GWT 2.9.0 with this update and worked fine for
>> us.
>>
>> Priya said about version GWT 2.8.2, because of that I believe her company
>> has made some updates on GXT by yourselves. And about the migration from
>> 2.8.2 to 2.9.0, in my company, we haven't had problems with that. :)
>>
>> Em quinta-feira, 11 de junho de 2020 10:36:21 UTC-3, Colin Alworth
>> escreveu:
>>>
>>> There are multiple problems with using GXT 2.x with a recent version of
>>> GWT (anything since GWT 2.6 or so, released in 2014). Sencha hasn't offered
>>> support for GXT 2 since version 4 was released (and doesn't appear to
>>> provide support for GXT 4 any longer either), but the last time I ran into
>>> this, I was able to successfully change a few .java files in the jar and
>>> recompile to continue using GXT 2.
>>>
>>> But as Michael said, while GWT 2.6, 2.7, 2.8, 2.9 have added features
>>> and browser support, these will not necessarily help old GXT builds to have
>>> bug fixes also, though it may still improve your compiled output size and
>>> runtime performance.
>>>
>>> On Thursday, June 11, 2020 at 7:13:31 AM UTC-5, Priya Kolekar wrote:
>>>>
>>>> Hi All,
>>>>
>>>> Currently our application has below versions -
>>>> 1. GWT - 2.8.2
>>>> 2. GXT - 2.3.1a
>>>>
>>>> We are planning to upgrade GWT from 2.8.2 to 2.9.0. But have query
>>>> regarding its compatibility towards GXT 2.3.1a.
>>>> I have gone through GXT Compatiblity version matrix page
>>>> <https://docs.sencha.com/gxt/3.x/guides/getting_started/Versions.html>,
>>>> but found nowhere officially mentioned that its supported.
>>>> So can you please confirm that GWT 2.9 is officially supported with GXT
>>>> 2.3.1a?
>>>>
>>> --
> 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 discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit/9c23b5d4-37b2-47cb-84ae-0f4272de900en%40googlegroups.com
> <https://groups.google.com/d/msgid/google-web-toolkit/9c23b5d4-37b2-47cb-84ae-0f4272de900en%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/CALVte5w06FBbEmvDSHobCtG7u3s6t%2Bf9L0_7jJ3L9v4TvV%2BuMQ%40mail.gmail.com.


Re: How do we make GWT accept dynamic domain name?

2021-02-10 Thread Ricardo Serathiuk
You can try to create a hidden element on the HTML file with the server
name. Example:



And you can get the value in GWT with:
InputElement input = (InputElement)
Document.get().getElementById("server-name");
String serverName = input.getValue();

Another way is creating in the HTML file, a Javascript global variable via
script tag or script file and load this via GWT using JSNI or JSInterop
(the example is with JSNI):

window.SERVER_NAME = [SERVER_NAME_HERE];


In GWT:
public class ServerNameUtil {
public static native String getServerName() /*-{
   return $wnd.SERVER_NAME;
}-*/;
}

You can improve these ideas for your solution. IT is some ideas to help you
to think of the best solution for your scenario. :)

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/CALVte5y6DcMON1BM4xpJ4FXWdSh-sEF5rG7Gtfavbjc9nwbBtg%40mail.gmail.com.


Re: GWT 2.9 compatiblity with GXT 2.3.1a

2020-06-11 Thread Ricardo Serathiuk
When we have migrated to GWT 2.6, We changed the GXT 
com.extjs.gxt.ui.client.image.XImages class to extend ClientBundle and 
changed its methods to return an ImageResource. After that, we changed the 
components to utilize ImageResource instead of AbstractImagePrototype. We 
made some other minor fixes which I don't remember now. We have been using 
newer versions since its launch without problems with these modifications. 
We have tested the version GWT 2.9.0 with this update and worked fine for 
us.

Priya said about version GWT 2.8.2, because of that I believe her company 
has made some updates on GXT by yourselves. And about the migration from 
2.8.2 to 2.9.0, in my company, we haven't had problems with that. :)

Em quinta-feira, 11 de junho de 2020 10:36:21 UTC-3, Colin Alworth escreveu:
>
> There are multiple problems with using GXT 2.x with a recent version of 
> GWT (anything since GWT 2.6 or so, released in 2014). Sencha hasn't offered 
> support for GXT 2 since version 4 was released (and doesn't appear to 
> provide support for GXT 4 any longer either), but the last time I ran into 
> this, I was able to successfully change a few .java files in the jar and 
> recompile to continue using GXT 2.
>
> But as Michael said, while GWT 2.6, 2.7, 2.8, 2.9 have added features and 
> browser support, these will not necessarily help old GXT builds to have bug 
> fixes also, though it may still improve your compiled output size and 
> runtime performance.
>
> On Thursday, June 11, 2020 at 7:13:31 AM UTC-5, Priya Kolekar wrote:
>>
>> Hi All,
>>
>> Currently our application has below versions -
>> 1. GWT - 2.8.2
>> 2. GXT - 2.3.1a
>>
>> We are planning to upgrade GWT from 2.8.2 to 2.9.0. But have query 
>> regarding its compatibility towards GXT 2.3.1a.
>> I have gone through GXT Compatiblity version matrix page 
>> , 
>> but found nowhere officially mentioned that its supported.
>> So can you please confirm that GWT 2.9 is officially supported with GXT 
>> 2.3.1a?
>>
>

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/b74c58a8-0427-45ad-82f0-386649d2af0ao%40googlegroups.com.


Re: GWT 2.9 compatiblity with GXT 2.3.1a

2020-06-11 Thread Ricardo Serathiuk
Hi,

We've tried the GXT 2.3.1a with the GWT 2.9.0 in our application and It has 
worked well. We have put our application in production with GXT 2.3.1a and 
GWT 2.9.0 without problems. I don't believe the GXT 2.3.1a will have 
official support for the GWT 2.9.0 because the 2.3.1a is an outdated 
version of GXT. This version of GXT was released in 2014.

Em quinta-feira, 11 de junho de 2020 09:13:31 UTC-3, Priya Kolekar escreveu:
>
> Hi All,
>
> Currently our application has below versions -
> 1. GWT - 2.8.2
> 2. GXT - 2.3.1a
>
> We are planning to upgrade GWT from 2.8.2 to 2.9.0. But have query 
> regarding its compatibility towards GXT 2.3.1a.
> I have gone through GXT Compatiblity version matrix page 
> , 
> but found nowhere officially mentioned that its supported.
> So can you please confirm that GWT 2.9 is officially supported with GXT 
> 2.3.1a?
>

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/3cf4339d-7cdb-4e4b-be88-b94d00c29262o%40googlegroups.com.


Re: GWT 2.9 compatiblity with GXT 2.3.1a

2020-06-11 Thread Ricardo Serathiuk
Hi,

We've tried the GXT 2.3.1a with the GWT 2.9.0 in our application and It has
worked well. We have put our application in production with GXT 2.3.1a and
GWT 2.9.0 without problems. I don't believe the GXT 2.3.1a will have
official support for the GWT 2.9.0 because the 2.3.1a is an outdated
version of GXT. This version of GXT was released in 2014.

On Thu, Jun 11, 2020 at 9:13 AM Priya Kolekar 
wrote:

> Hi All,
>
> Currently our application has below versions -
> 1. GWT - 2.8.2
> 2. GXT - 2.3.1a
>
> We are planning to upgrade GWT from 2.8.2 to 2.9.0. But have query
> regarding its compatibility towards GXT 2.3.1a.
> I have gone through GXT Compatiblity version matrix page
> <https://docs.sencha.com/gxt/3.x/guides/getting_started/Versions.html>,
> but found nowhere officially mentioned that its supported.
> So can you please confirm that GWT 2.9 is officially supported with GXT
> 2.3.1a?
>
> --
> 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 discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit/2829460d-9008-4a2a-a09c-8fcbdd76e3f7o%40googlegroups.com
> <https://groups.google.com/d/msgid/google-web-toolkit/2829460d-9008-4a2a-a09c-8fcbdd76e3f7o%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/CALVte5wNkzDTPDJ_a8RU8G64Uvo_YY9P6K6zB3hyc_9aHEtSJQ%40mail.gmail.com.