On Sun, Aug 2, 2009 at 11:23 PM, brett.wooldridge<[email protected]> wrote: > > I wouldn't suggest it this late in the game. Event handling changed > between 1.5.3 and 1.7, not to mention a bunch of layout "fixes" that > you've probably already worked around in various ways. If your > release time is "very close" this kind of change can be hazardous to > your delivery schedule. If your are experiencing problems with 1.5.3 > that you know are fixed by 1.7 and are blocking your delivery then of > course you may not have a choice. But short of that, I wouldn't do > it. >
+1 on this. Unless you have a developer or two (as opposed to QA staff) who can do nothing but regression test your app, this question really has nothing to do w/ GWT. Would you upgrade your C++ compiler just before shipping? Would you install a new version of Windows in that same time frame? Note however, that it's easily possibile to install 1.7 in its own path. It will happily coexist w/ another version. Simply tell your IDE to use the 1.7 path instead of the 1.5 path. > On Aug 1, 1:25 pm, jagadesh <[email protected]> wrote: >> HI Guys , >> >> We Developed a Application using Gwt 1.5.3 . now our release time is >> very close . >> Is it possible to change the existing code from 1.5.3 to Gwt 1.7 with >> minor changes >> >> what are the important changes that may take place . >> >> Can any one give me a suggestion? >> >> Thank u >> jagadesh. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
