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 Hari
Hi Team, (Apologies if the answers to my question are based on individuals opinion based, but i am in dire need of your help) I am currently stuck with an old GWT 2.1.0 application written in Java 1.6 which needs to be updated to java 1.8, so we are planning to upgrade to latest GWT version

Re: Pbs with Debug GWT application with Eclipse

2020-08-25 Thread Thomas Broyer
On Monday, August 24, 2020 at 7:50:40 PM UTC+2, Guillen Antonio wrote: > > Hi all > I use the last 2020-06 version of eclipse, with the modelling tools (EMF), > I use the Eclipse plugin define in the picture below.The application work > fine, but just for the fun if I want try to debug it: > >

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 Ralph Fiergolla
While I never skipped so many versions with my own GWT applications, I would assume this upgrade to be mostly transparent and go without many code changes. Just replace the SDKs and check what your build process complains about (if it complains at all). On Tuesday, August 25, 2020 at 1:01:47

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 Thomas Broyer
On Tuesday, August 25, 2020 at 5:49:38 PM UTC+2, Hari wrote: > > Thank you all for the quick response, from all the responses its general > that it will not be complete re-write, which is a relief for sure. > > Also I forgot to mention we were using GXT 2.2.1 and as per this doc >

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 Hari
Thank you all for the quick response, from all the responses its general that it will not be complete re-write, which is a relief for sure. Also I forgot to mention we were using GXT 2.2.1 and as per this doc https://docs.sencha.com/gxt/4.x/guides/getting_started/Versions.html in order to use

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 Thomas Broyer
On Tuesday, August 25, 2020 at 1:01:47 PM UTC+2, Hari wrote: > > Hi Team, > > (Apologies if the answers to my question are based on individuals opinion > based, but i am in dire need of your help) > > I am currently stuck with an old GWT 2.1.0 application written in Java 1.6 > which needs to

Re: Pbs with Debug GWT application with Eclipse

2020-08-25 Thread Guillen Antonio
Thanks a lot for your Help Antonio Le mardi 25 août 2020 à 12:06:31 UTC+2, t.br...@gmail.com a écrit : > > > On Monday, August 24, 2020 at 7:50:40 PM UTC+2, Guillen Antonio wrote: >> >> Hi all >> I use the last 2020-06 version of eclipse, with the modelling tools >> (EMF), I use the Eclipse

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 ;)

EMF with GWT and serialize problems

2020-08-25 Thread Guillen Antonio
HI all, I use GWT 2.81 and EMF (Eclipse Modeling Framework) when i want send from the server to the client an object of my model, I obtain this final error: com.google.gwt.user.client.rpc.SerializationException: Type 'com.lacen.organisation.impl.RequirementImpl' was not included in the set of