Re: GWT 2.1 Video with Sample Code

2010-12-18 Thread Flan Brody
Thank u great job and much appreciated On Sat, Dec 18, 2010 at 10:04 AM, Ashton Thomas ash...@acrinta.com wrote: I know I posted links to the sample code a while back, but I now have a video to go along with it from a talk at Carnegie Mellon. The talk goes over some random things and may

Re: how to create a new field username in spring roo generated entities

2010-11-03 Thread Flan Brody
+1 Integrate GWT and Spring Security 3 with Roo On Wed, Nov 3, 2010 at 11:44 AM, Arash rakhs...@gmail.com wrote: +1 authentication and authorization is certainly a crucial requirement for any application. Since integrated with Roo already It would be very nice if we could have a working

Re: When is 2.1.M4 / 2.1 rc release date?

2010-10-06 Thread Flan Brody
thanks Thomas On Wed, Oct 6, 2010 at 2:54 PM, Thomas Broyer t.bro...@gmail.com wrote: On 6 oct, 21:38, nalf flannanbr...@gmail.com wrote: Is this scheduled for October 8th? Originally, it was (see below), but I can say it'll be RC1 and it'll come... very soon!

Re: Wrapping elements, preventing leaks, attach, detach

2010-10-05 Thread Flan Brody
Hi GWT in Action has an excellent chapter about Event Handling. It's an old book, probably 2007 and GWT 1.6 but as far as I can tell from looking at the 2.1.M3 API (*com.google.gwt.user.client.ui.Widget) *alot of this hasn't changed much, if at all I read somewhere that in 2.0 Listeners became

Re: Wrapping elements, preventing leaks, attach, detach

2010-10-05 Thread Flan Brody
good to know that the excellent chapter in GWT in A on event handling is still more or less relevant with 2.1. Thanks Thomas On Tue, Oct 5, 2010 at 9:06 AM, Thomas Broyer t.bro...@gmail.com wrote: On Oct 5, 4:40 pm, Flan Brody flannanbr...@gmail.com wrote: Hi GWT in Action has