[appengine-java] Re: Can anyone provide me an example on add/remove tag to an Entity?

2009-10-23 Thread Jason (Google)
There isn't a large difference between using Category objects versus simple Strings. There is a semantic distinction -- a String doesn't necessarily have to represent a tag -- and Category objects may make it easier to add a restriction on accepted tag values when arbitrary tags aren't supported,

[appengine-java] Re: Can anyone provide me an example on add/remove tag to an Entity?

2009-10-22 Thread Prashant
good question ! i'm also waiting for it's answer. --~--~-~--~~~---~--~~ 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-java@googlegroups.com To

[appengine-java] Re: Can anyone provide me an example on add/remove tag to an Entity?

2009-10-22 Thread edarroyo
Me too! On Oct 20, 8:09 pm, Max Zhu thebb...@gmail.com wrote: Hi Rusty, Thanks for your reply. I know that is a tag, but what I am looking for is how to implement using GAE. Hi Jason, I can not make my question more specific because I totally have no idea on it. :) Can I say we just

[appengine-java] Re: Can anyone provide me an example on add/remove tag to an Entity?

2009-10-20 Thread Jason (Google)
Hi Max. This is currently the only reference available: http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/Category.html Do you have any specific questions around it? - Jason On Sat, Oct 17, 2009 at 10:02 AM, Max thebb...@gmail.com wrote: I am not able to

[appengine-java] Re: Can anyone provide me an example on add/remove tag to an Entity?

2009-10-20 Thread Max Zhu
Hi Rusty, Thanks for your reply. I know that is a tag, but what I am looking for is how to implement using GAE. Hi Jason, I can not make my question more specific because I totally have no idea on it. :) Can I say we just simply put a SetCategory to an Entity? Then how can I make use of it