You may use the emulated JRE ( http://code.google.com/webtoolkit/doc/latest/RefJreEmulation.html ) to model relationships. Specifically, you can use ArrayList (one-to- many) and HashMap (many-to-many).
J.Ganesan www.DataStoreGwt.com On Jun 1, 11:34 pm, purni iyer <[email protected]> wrote: > Thnks for the replies.I used the serializable objects i.e objects on > shared side.But found many difficulties implementing them.As in I am > unable to set relationship one to many between my objects.I need > suggestion with same > > On Jun 1, 11:29 pm, Barry Ard <[email protected]> wrote: > > > > > > > > > I found that EodSQL gave me the best bang for my buck (time invested > > vs usefulness). > > > Download fromhttp://java.net/projects/eodsql/downloads > > > and read tutorial.html in the docs directory. > > > See the developers bloghttp://lemnik.wordpress.com/?s=eodsql > > t > > Good luck, > > Barry > > > On Jun 1, 12:14 pm, purni iyer <[email protected]> wrote: > > > > hello, > > > Can any one suggest me which method of applying database with GWT is > > > the best.I have few options > > > JDO > > > JSON > > > Objectifiers > > > > Please suggest > > > Purnima -- 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.
