Hi,

I am not sure what you mean with client side sessions?

Do you mean to pass the HttpSession (maybe just the id) to the client
side?

But for what reason? It is already there. Either due to url-rewriting
or by cookie.


Stefan Bachert
http://gwtworld.de


On 9 Jul., 19:48, mk <munna.kaka.ch...@gmail.com> wrote:
> How to implement a client side session ( and any best practices to
> implement them).
> Is it to just create a static variable ?
>
> How do two different MVP widgets share MODEL data (i.e. user input
> data).
>
> How do two different MVP widgets share VIEW data ( for example if
> display of one widget is dependent on mouse click location of second
> widget, than how do two widgets share view information i.e. mouse
> click location).
>
> Again, all widgets are designed using MVP and send events using
> EventBus.

-- 
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-tool...@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.

Reply via email to