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: Strange Mail from group 'islam'

2010-07-26 Thread Nabeel Ali Memon
No, i've never been hit by spam due to signing up with gwt mailing list :) Nabeel On Mon, Jul 26, 2010 at 9:39 PM, jsaar duddelfud...@googlemail.com wrote: After having posted a question to GWT ... Has anynone had problems of thos kind? -- You received this message because you are

Re: Java 7 And Closures

2010-07-19 Thread Nabeel Ali Memon
I guess GWT has been in great need of Closures. Just look at all the async callbacks. So i think we'll see a quick adoption of Closures, at least. Nabeel On Mon, Jul 19, 2010 at 10:48 PM, Daniel Simons daniel.simo...@gmail.comwrote: Hey Guys, I was wondering if there have been plans centered

Re: StringBuffer vs StringBuilder in GWT

2010-07-13 Thread Nabeel Ali Memon
I think this is due to the provision of core API compatibility. Due to this reason, all API has to be ported, now matter what. Take the case of URL and URI. Nabeel On Tue, Jul 13, 2010 at 1:21 PM, guandalino guandal...@gmail.com wrote: Hi, GWT provides JRE emulation for both StringBuffer and

Re: GWT adoption

2010-07-12 Thread Nabeel Ali Memon
I think we'r missing a point here. GWT is suited for web 2.0 apps not websites. As long as the legacy code will continue to be maintained, people may not consider moving away from JS libs but yes for all new web apps, GWT's team has done an awesome job of teaming up with Spring Roo guys which will

Re: The Music Collective, a GWT project

2010-07-12 Thread Nabeel Ali Memon
Nice app. Have you opened up the source? To have some fun time, I had created this tiny amateur project I named Gwt-Presentations. I actually had to deliver an internal (workplace) talk on Maven 101 so I thought maybe I should create a simple clean presentation in GWT and code my slides in Java

gwt dnd event handling

2010-05-25 Thread Nabeel Ali Memon
Hi i am using gwt-dnd library for drag/drop functionality. I hope drag/drop functionality will be available first-class in GWT API soon. But since currently it isn't, i'll have to stick to gwt-dnd. I have overriden a drop controller's onDrop() method in which i'm checking for a condition, and if