GWT applications session management

2012-04-27 Thread Adio
Hi guys, i am a new to GWT applications to AJAX applications in general. i am making sample applications, to learn GWT applications. I am creating a very simple bank system -ok, by very simple i mean very very simple- and i reached the part the authentication and authorization logic is needed.

EventBus Vs HandlerManger

2012-04-29 Thread Adio
Hi everyone. Can someone tell me what is the difference between EventBus and HandlerManager ? and when to use eachone of them ? To me they are do the same task ... ! Thank you a lot . -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: GWT applications session management

2012-04-30 Thread Adio
Thanks for you reply i will do my best ! On Apr 27, 8:19 am, Gmane xyb...@gmail.com wrote: On 4/26/2012 8:18 PM, Adio wrote: Hi guys, i am a new to GWT applications to AJAX applications in general. i am making sample applications, to learn GWT applications. I am creating

Re: GWT applications session management

2012-04-30 Thread Adio
Thanks for the reply. On Apr 27, 7:10 pm, Joseph Lust lifeofl...@gmail.com wrote: See  https://www.google.com/search?q=google+web+toolit+overview Joe -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: GWT applications session management

2012-05-01 Thread Adio
, 2012 at 2:01 PM, Adio fireball...@gmail.com wrote: Thanks for the reply. On Apr 27, 7:10 pm, Joseph Lust lifeofl...@gmail.com wrote: See  https://www.google.com/search?q=google+web+toolit+overview Joe -- You received this message because you are subscribed to the Google Groups

EventBus mechanism

2012-05-01 Thread Adio
Hi everyone, now that i am working with GWT i am facing a problem with the event handling mechanism the first problem was ( http://groups.google.com/group/google-web-toolkit/browse_thread/thread/17b679b499311756/8f06531e30bf0996#8f06531e30bf0996 ), but when i read this article MVP II (

Re: EventBus mechanism

2012-05-02 Thread Adio
that don´t affect other views. If there would be a different view that is showing a (for example) contact count and this view needs to know about some changes in your contacts, you would fire an event in deleteSelectedContacts. Am Dienstag, 1. Mai 2012 15:01:20 UTC+2 schrieb Adio: Hi

Re: EventBus mechanism

2012-05-02 Thread Adio
and thank you ! On May 2, 9:40 am, Adio fireball...@gmail.com wrote: Aha, got it ! On May 2, 2:14 am, Jambi michael.lukaszc...@googlemail.com wrote: Seems that the onAddButtonClicked and onItemClicked methods perform some actions that involve other Presenters/Views that listen

Re: How to unit test GWT serialization?

2012-05-02 Thread Adio
I don't think you need to unit test GWT serialization since it's apart of GWT framework. you need to test you usage of the framework not the framework itself On Tuesday, 1 May 2012 05:10:07 UTC+3, dhoffer wrote: I'd like to write a unit test to test GWT serialization, any pointers on how