Tuesday, August 30, 2011

Re: HTML5 local object persistence for GWT

Congratulations. The simplicity is striking. This library really gives
an object orientation tinge to persistence. I believe this library is
a natural extension to GWT programming model.
It is useful for those projects not demanding a deep object graph. Of
course, when this library is extended to take care of
java.util.Collections and of circular references, it will be lot more
useful.

J.Ganesan
www.DataStoreGwt.com

On Aug 29, 9:24 pm, joergviola <joerg.vi...@googlemail.com> wrote:
> 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 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