[appengine-java] Re: many to many relation with additional attribut

2010-06-08 Thread wilberforce
I have used the above mentioned solution for my many to many relations. Now if I want to get all the entities of type Entity2 for one entity of type Entity1 I query the ManyToManyLink with the key of Entity1. As a result I get a list of keys for Entity2. Now how do I query Entity2 to get all the

[appengine-java] How to organize your server code

2010-05-23 Thread wilberforce
If I want to organize my server code into multiple classes how do I call a method form one RemoteServiceServlet from the method of another? -- 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