We have been using this software combination
- Java 1.7
- GWT 2.6.0
- SmartGWT 6.0p-20170922
But we want to upgrade to Java 1.8, so we set out to try this combination
- Java 1.8
- GWT 2.8.2
- SmartGWT 6.1p-20180216
I was expecting that the new environment would force me to use SuperDevMode. But to my surprise, it actually allows me to still use the legacy "DevMode" (that is, debug code in JVM/Eclipse rather than in Browser). I also had trouble setting up SuperDevMode anyway.
So here is my question: are there any people out there who are using GWT 2.8.x but still using the legacy "DevMode". What is your experience with it? Thanks!
Eventually if we can get SuperDevMode to work, we are happy to try it. But having the option to use DevMode would be a big plus for me to convince my team mates to upgrade. People can then migrate to use SuperDevMode at their own pace.