Re: Trying to create a generic LoginManager

2009-10-09 Thread Tone

Man is GWT developing fast! I've been working out of Dewsbury's Google
Web Toolkit book, published in 2008, it doesn't cover Handlers or
Events, it's already feeling quaint.

Googling Event Bus  GWT lead me to this post:
http://www.itsolut.com/chrismusings/2009/04/28/business-events-with-gwt-16/
which I hope to follow before it becomes as dated as my book is.

The I/O videos are still over my head but I'll try to find the one on
the Event Bus.

Thank you, Ian!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Trying to create a generic LoginManager

2009-10-09 Thread Ian Bambury
That link doesn't really tell you about event buses - have a look at this
http://www.youtube.com/watch?v=PDuhR18-EdMhttp://www.youtube.com/watch?v=PDuhR18-EdM
Ian

http://examples.roughian.com


2009/10/10 Tone monot...@gmail.com


 Man is GWT developing fast! I've been working out of Dewsbury's Google
 Web Toolkit book, published in 2008, it doesn't cover Handlers or
 Events, it's already feeling quaint.

 Googling Event Bus  GWT lead me to this post:
 http://www.itsolut.com/chrismusings/2009/04/28/business-events-with-gwt-16/
 which I hope to follow before it becomes as dated as my book is.

 The I/O videos are still over my head but I'll try to find the one on
 the Event Bus.

 Thank you, Ian!
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Trying to create a generic LoginManager

2009-10-09 Thread Thomas Broyer



On 10 oct, 01:32, Ian Bambury ianbamb...@gmail.com wrote:
 That link doesn't really tell you about event buses - have a look at 
 thishttp://www.youtube.com/watch?v=PDuhR18-EdM

...or 
http://code.google.com/events/io/sessions/GoogleWebToolkitBestPractices.html
if you w
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Trying to create a generic LoginManager

2009-10-09 Thread Thomas Broyer

[grrr, sent the message before completing it]

On 10 oct, 02:01, Thomas Broyer t.bro...@gmail.com wrote:
 On 10 oct, 01:32, Ian Bambury ianbamb...@gmail.com wrote:

  That link doesn't really tell you about event buses - have a look at 
  thishttp://www.youtube.com/watch?v=PDuhR18-EdM

 ...or 
 http://code.google.com/events/io/sessions/GoogleWebToolkitBestPractices.html
 if you w

...if you want to download the slides in PDF.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Trying to create a generic LoginManager

2009-10-09 Thread Kango_V

You may want to check out gwt-presenter project on google code.

On Oct 10, 1:02 am, Thomas Broyer t.bro...@gmail.com wrote:
 [grrr, sent the message before completing it]

 On 10 oct, 02:01, Thomas Broyer t.bro...@gmail.com wrote:

  On 10 oct, 01:32, Ian Bambury ianbamb...@gmail.com wrote:

   That link doesn't really tell you about event buses - have a look at 
   thishttp://www.youtube.com/watch?v=PDuhR18-EdM

  ...orhttp://code.google.com/events/io/sessions/GoogleWebToolkitBestPractic...
  if you w

 ...if you want to download the slides in PDF.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Trying to create a generic LoginManager

2009-10-08 Thread Ian Bambury
Try a search to 'event bus' in this group and have a look at the Google I/O
video
Ian

http://examples.roughian.com


2009/10/8 Tone monot...@gmail.com


 I'm just getting into GWT and getting back into Java after a 9 year
 absence. As I'm creating my first project it was pretty clear that I
 never wanted to write login  session handling code ever again so I've
 been trying to create a reusable class for all of this that I can
 (mostly) drop into future projects.

 I was hoping to have the class able to alert any other classes and
 panels on the site when the user logs in asynchronously. Listeners and
 Handlers didn't seem to be the right tool for the job. And I really
 don't want to put all the other classes for this site under the
 LoginManager. What would be the preferred way of having external
 classes know when the results of an Ajax call come through?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---