Anything static in your client-side code is static only for that
user's instance of it since it is running as javascript in their
browser.  Only static things on the server would affect per user/
session.

On Nov 17, 8:30 am, Ahmet Dakoglu <[email protected]> wrote:
> Hi All,
>
> Although i use smartgwt , i do not use datasource system of Sgwt, only use
> it for widgets with datas comes from rpc. My question is , i have make
> complex view design and i want to create  widgets into seperate
> classes.(BTW i don't and can't use Activities & Places or MVP etc). If i
> define all my widgets and methods as static to make them interact with each
> other and to use one method in all other widget classes, does this
> situation affects application per user or per session? I mean does using
> static behaves like singleton ?
>
> --
> *Ahmet DAKOĞLU*

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

Reply via email to