Hi there,
How would you go about creating a list of users with some properties
with a category.
Working in Google App Engine for Java, with the Low-level Api - JDO &
JPA(The annotations is.... i dont get that either.)
The story - a user has read some books and will list them in different
categories:
User:
Entity("bob").UserName
Entity("bob").BookName
Entity("bob").Category - "Sports"
Entity("nancy").UserName
Entity("nancy").BookName
Entity("nancy").Category = "History"
Entity("frank").UserName
Entity("frank").BookName
Entity("frank").Category = "History"
Category:
Entity.CategoryName - "Sports"
Entity.CategoryName - "History"
I guess bob, nancy and frank should be created in Entity Group, using
KeyFactory.createKey.
I am totally lost, and it seems like nobody really can explain this,
so surprise me.
Thanks in advance
Regards
Chris
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" 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?hl=en.