Re: URGENT: GWT build crash with out of memory

2022-03-02 Thread vie...@gmail.com
Hi there, you can check, if there are the correct values with jconsole or visualvm. Please check the java call you are using to build the project. Maybe you can add there a general -Xmx4000M (or something). Best regards viny...@gmail.com schrieb am Dienstag, 1. März 2022 um 16:27:41 UTC+1: >

Re: How to start with GWT upgrade from version 2.1.0 to 2.9.0, (java 1.6 to java 1.8)

2020-08-25 Thread vie...@gmail.com
Hi Hari, I think, it depends on the used Frameworks. The biggest change will be the switch to the Super Dev Mode. In your case, I would jump to 2.8.2 and later on to 2.9.0 because 2.9.0 is very new and maybe there are some bugs you run into. The most 2.8.2 problems are discussed somewhere ;)

Re: GWT-RPC-AsyncCallback

2020-07-22 Thread vie...@gmail.com
Hi Paddy, maybe you can split the request. ATM you trigger the export and fetch the data. I suggest to write a request for trigger the export (and you receive a unique export id) and then check the download service from time to time with the export id. If the export is not finished yet the