To keep the code clean and cohesive, I suggest you should consider developing your app with MVP pattern (consider using gwt-platform<http://code.google.com/p/gwt-platform/>). For a summary of different optimizations you could apply, watch some of the Google I/O 2010 GWT sessions by Ray Ryan and Ray Cromwell.
Nabeel On Sun, Jul 25, 2010 at 3:55 PM, Deepak Singh <[email protected]>wrote: > Hi, > > I am going to develop a new travel portal for online flight ticket > booking services. I would use gwt 2.0 with uibinder. My concern is the > speed of the application. I would be searching multiple airlines data > and then display in my portal. So the web service call / assync call > back should be very very fast. Kindly suggest the best practices > relevent to my need. Also let me know which 3rd party components > framework would be better to use and book available for gwt 2.0 to > have deep knowledge. > > Thanks > Deepak > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
