Use something like Twig-Persist or Objectify instead of JDO, it's WAYYYYYYYYY simplier.
Christian On Fri, Apr 23, 2010 at 7:18 AM, jbdhl <[email protected]> wrote: > I use app engine's datastore with JDO, which is able to store classes > if they are "@PersistenceCapable". But annotations like > "@PersistenceCapable" is, as far as I understand, not available in GWT > (the client side), forcing me to re-implement the model classes > without the "@Persistent"-annotations for the client side. Is that > correct? Are there any short cuts I could take on that? > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
