So I've seen some questions regarding Generators and generics in the
past.  Well I've put together a patch to SVN that modifies GWT.create
to GWT.create(Class, Class...) and adds generate(..., String[]
genericTypes) to Generator.  I have tested this in devmode and
compiled mode.  The reason?  Well for serialization client side of
course? But why would you need serialization on the client-side when
GWT-RPC serializes everything for you?  Client storage! The second
link is to the eclipse project containing GWTStorage, which provides
the beginnings for a framework to store and retrieve data in client
storage solutions (currently only ie6/7/8 and FF3/3.5 are supported).
The storage stores the objects as strings into the local db and
converts them from strings to objects.

http://eve.no-ip.org/generics.patch
http://eve.no-ip.org/gwtstorage.zip

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