Itemscript is a Gwt library with a client side mock server. See http:itemscript.org for documentation and downloads.
Bill On Sep 16, 7:15 am, David Pinn <[email protected]> wrote: > I'm looking for a Java class or Java library that will help me > implement a client-side cache for data fetched from the server. I'm > thinking of a Map-like structure the contents of which are evicted on > a least-recently-used basis, or after some predefined duration. > > Since it will be embedded in a GWT app (in the client), it doesn't > have to be thread-safe. Yay! The rub is, of course, that it needs to > use only those Java classes supported by GWT's JRE Emulation. > > Any ideas? -- 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.
