Tuesday, January 10, 2012

Re: using in-memory data-structures in GWT

There are in-memory RDBMS if you want (H2 for instance).

Otherwise, "public static final" fields and synchronized() blocks all over the place (and/or using a ConcurrentMap implementation –e.g. ConcurrenthashMap– instead of a plain Map –such as HashMap–).

But, you're talking about a "last state saved", so there's some state persisted somewhere?

Anyway, that's nothing specific to GWT; you'd better ask a wider audience re. java web servers (e.g. stackoverflow)

--
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/-/FrhfPz9oFigJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment