On Tue, 2002-11-05 at 12:51, Wayne Larsen wrote: > > When reading the docs for MiddleKit, it appears like > there is support for types like: [list of ClassName], > providing a one to many mapping. However, when I > tried this, the result is both not what I was > expecting, and seemingly not complete.
<snip> > - should I manually be building the list of > references (from say a UserRole table that allows for > a mapping between userId's and roleId's?) Hi Wayne, I never saw a reply to your question on the list. You're on the right track; you need to create an intermediate Middle class which serves as a cross-reference between the two other objects. For an example of this, see my paper from the LinuxTag 2002 conference, available from http://webware.sourceforge.net/Papers/ Hope this helps, -- Jason D. Hildebrand [EMAIL PROTECTED] ------------------------------------------------------- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
