Re: Mehrbenutzerfähigkeit der Serverseite / Multiuserability serverside

2012-12-21 Thread Lukasz Plotnicki
Hi Sascha,

this depends on your server-side code and architecture. You need to provide 
more information to give us an opportunity to help you. What should your 
application do? In general, the server-side of an GWT app behave 
accordingly to the normal session-pattern (as the GWT-RPC services are 
based on Servlets)...

HTH,
Lukasz 

Am Donnerstag, 20. Dezember 2012 09:05:50 UTC+1 schrieb Sascha Hoffmann:
>
> Hallo ihr Lieben
>
> Ich habe folgendes Problem. Ich habe ein kleines GXT-Programm geschrieben 
> und musste nun vorstellen das die Serverseite die einzelnen Aufrufe nicht 
> trennt. 
> Als Beispiel:
>  - Ich habe auf der Serverseite eine Variable die Client A mit dem Wert 
> "TEST" befüllt. Nun kann Client B diesen Wert auslesen und verändern.
> Ist das normal? Gibt es Möglichkeiten das zu ändern?
>
> Liebe Grüße
> Sascha
>
>
>
> Hello
>
> I have a problem. I wrote a little program and determined that the 
> serverside the calls not differt.
> A example:
> - I have a variable and Client A set the variable with "TEST". Client B 
> can now read this variable or change it.
> Is this normal? Is there a possibillity to change this fact?
> 
> Yours faithfully
> Sascha
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/K0tpTvIxb5QJ.
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.



Mehrbenutzerfähigkeit der Serverseite / Multiuserability serverside

2012-12-20 Thread Sascha Hoffmann
Hallo ihr Lieben

Ich habe folgendes Problem. Ich habe ein kleines GXT-Programm geschrieben
und musste nun vorstellen das die Serverseite die einzelnen Aufrufe nicht
trennt.
Als Beispiel:
 - Ich habe auf der Serverseite eine Variable die Client A mit dem Wert
"TEST" befüllt. Nun kann Client B diesen Wert auslesen und verändern.
Ist das normal? Gibt es Möglichkeiten das zu ändern?

Liebe Grüße
Sascha



Hello

I have a problem. I wrote a little program and determined that the
serverside the calls not differt.
A example:
- I have a variable and Client A set the variable with "TEST". Client B can
now read this variable or change it.
Is this normal? Is there a possibillity to change this fact?

Yours faithfully
Sascha

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