Monday, August 29, 2011

HTML5 local object persistence for GWT

Hello,
I want to announce a new lib for HTML5 gwt apps:

https://code.google.com/p/mobile-objects/

Using it, you can directly persist objects to local HTML5 storage or database, whatever is available.
Moreover, synchronisation to a server is possible, currently to GAE using objectify.

GWT generators are used to generate class descriptors for the persistent classes.
At runtime, these descriptors are used to create JSON for storage or an SQL for database persistence.

The persistence model currently is quite simple and modelled after the objectify API.

I would be happy if someone just could check the concept and tell whether this lib would be useful.

Thanks a lot, Joerg

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