Re: New Project Start up in GWT 2.0

2010-07-26 Thread Nabeel Ali Memon
To keep the code clean and cohesive, I suggest you should consider developing your app with MVP pattern (consider using gwt-platformhttp://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

Re: New Project Start up in GWT 2.0

2010-07-26 Thread Peter Simun
If you want to use UIBinder, then you will have problems with 3rd party component libraries. No component library has official support for UIBinder (ExtGWT, SmartGWT, ...), but smartGWT has one project which solves this, but it is not an official one (http://code.google.com/p/uibinding-smartgwt/).

New Project Start up in GWT 2.0

2010-07-25 Thread Deepak Singh
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