Hi, Also think about Google Web Toolkit for the UI: you will remain so full-Java and you can do nice interface even if you are as bad as I am in graphics / ui design ;-)
I agree with Simon: definitely forget JPA/JDO! (I went with Objectify) Also study carefully the datastore, especially entity groups and transactions: you will for sure face issues at some point because of the coupling of the 2 notions. So, try to understand them at best at the very beginning. regards didier On Apr 1, 4:54 pm, Drew Spencer <[email protected]> wrote: > Thanks Simon, > > I am going to work through the java example program and familiarise myself > while I read all the docs. > > Thanks for the advice re: JDO. That's the kind of thing I was looking for. > > Also - is it best to stay away from GWT for now? I would assume I need to > get my backend working nicely before I think about that. > > Cheers, > > Drew -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-appengine-java?hl=en.
