In this project I've used an Owned Collection for TodoDataProxy in App 
Engine. When a Todo list item is removed and then a persist request, the 
shortened list is sent to App Engine. In this case I am using an owned 
collection, so I need to remove the child independently. And this is 
probably due to JDO backing not having automatic orphan deletion, but I 
thought'd I'd ask and it makes sense what I said and possibly if removing a 
child had an automatic method in the bean. 

I'm going to assume the owned collection item deletion from the database is 
my duty and not the auto bean's duty.

I'm going to check for orphans and remove them on the server side for now 
unless something else pops out at me. I also wanted to add a few more of 
the key words to this thread for helping others in the future. :)

Thanks for the help!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/RM_pkWkBBxkJ.
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.

Reply via email to