Okay, I see that I am so new to this OO datastore thing, that I
completely miss it here.

Matthew, can you please explain me how I have to setup my objects and
queries in order to tackle the following situation:
I have Questions, which themselves have a list of tags attached. So, I
would like to do a query like "Give me all Questions that have the tag
'OpenBD' in it's list of tags".

I would suggest that I create a Question bean with a string property
tagList. In that tagList I have for example the value '|OpenBD|
ColdFusion|Programming|'. My query would be something like "select
from Question where tagList like '%|OpenBD|%'". I know this an old
fashioned relational SQL way to get the Questions, but I don't know
how to translate this into a ' document-centric approach', like you
mentioned above....

Thanks for your response in advance.

Cheers,
Rainer (@rainerschreiber).

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 mailing list - http://groups.google.com/group/openbd?hl=en

 !! save a network - please trim replies before posting !!

Reply via email to