Hi Andy, My suggestion - if you're reluctant to use a 3rd party package - is at least to read their source code (they are open source) to see how they proceed to achieve what you want, which is also what they do.
I read most of Objectify: not that long -> approx 10K lines. Definitely a must read before starting your project: you'll save tens of hours and get directly to the best pratices. regards didier On Apr 22, 7:01 am, Andy <[email protected]> wrote: > Thanks both of you. I would like to know the best practice of system design > when using low level api. Like where should I store the property type > information? I could simply use a Map to store the schema for each entity > but then a property sometimes has more than just the type but also > formatting, default and all other attributes. So wondering if anyone has > successful example of using low level API? > > thanks again. -- 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.
