[appengine-java] a google app engine sample with objectify

2010-06-28 Thread KeremPekcabuk
Hi,

is there any google app engine sample application which use objectify ?

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] How to get objects from PM with key

2010-05-23 Thread KeremPekcabuk
Hi,

I'm new to App Engine.I use it with GWT

I have a Persistent Class named Maclar.i saved several records in
that persistent class.

When i get the key values of this Maclar class with Maclar.getkey()
then show them on the screen i see records like that ==

Maclar(1)
Maclar(2)
.
.
.


Now i want to delete the record with a key Maclar(2).(example).

How can i do that ?

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Difference between owned one to many relationship and owned one to many bidirectional relationship

2010-04-29 Thread KeremPekcabuk
what is the difference between owned one to many relationship and
owned one to many bidirectional relationship

i read the article below but i don't understand it.

http://code.google.com/intl/tr-TR/appengine/docs/java/datastore/relationships.html

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.