as we all know there will only be one instance of servlet in your servlet
container,  thus what ever state(instance variable) is there in the servlet
will be available to all the client who makes request to the servlet. Thus
guaranteeing you that state will be maintained. that is why we are taught
not to have instance variable in our servlet.


On Fri, Oct 30, 2009 at 9:51 AM, Sripathi Krishnan <
[email protected]> wrote:

> It is stateless.
>
> --Sri
>
>
> 2009/10/29 Max <[email protected]>
>
>
>> Hi all,
>>
>> By my past experience we shall not store any status information in
>> servlet directly. But I still want to double confirm this case in
>> GWT.
>>
>> Regards,
>> Max
>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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