What is the best practice to count logged in users or store some information in a gwt application?
A:
You can store something only using server-side code. Try reading: http://code.google.com/intl/ru/webtoolkit/doc/1.6/tutorial/clientserver.html
There is information exactly about how to use transport layer for communication with server-side.
Than (on server) you can store in db, text files, etc... On your choice...
Tornn
2010-06-29 14:44:27