Hi Isomorphic,
as you might know GWT seems not to be in really active development anymore (see their git log).
My partners now ask me "What happens if GWT development is stopped". I assume that your answer is "Bad for people using GWT Widgets, no problem for SmartGWT, which just needs the Java-to-JavaScript compiler".
But that's just my assumption. Do you see any possible problems for current SmartGWT projects if GWT development would be stopped?
Also, related, did you ever migrate a SmartGWT project to SmartClient? Is there a best practice?
I could think of these options:
Best regards
Blama
as you might know GWT seems not to be in really active development anymore (see their git log).
My partners now ask me "What happens if GWT development is stopped". I assume that your answer is "Bad for people using GWT Widgets, no problem for SmartGWT, which just needs the Java-to-JavaScript compiler".
But that's just my assumption. Do you see any possible problems for current SmartGWT projects if GWT development would be stopped?
Also, related, did you ever migrate a SmartGWT project to SmartClient? Is there a best practice?
I could think of these options:
- Migrate by hand, SmartGWT class -> SmartClient isc.ClassFactory.defineClass("myClass", "theJavaExtends")
- If doing so, do you see an advantage in using XML Components if there are no separate design / development persons in a company, where design could modify the Components XML?
- Compile with GWT as pretty as possible, use, format and adjust result a looong time
Best regards
Blama
Comment