Re: [Fornax-developer] Bidirectional Many-To-Many Connection and Save

2010-02-23 Thread Sascha Broich - TSA
Hi, > -Original Message- > From: Patrik Nordwall [mailto:patrik.nordw...@gmail.com] > > In the end bidirectional associations are evil. Should be avoided if > possible. Ask yourself if you really need to have them bidirectional. > Is it necessary to traverse from UserGroup to all users of

Re: [Fornax-developer] Bidirectional Many-To-Many Connection and Save

2010-02-16 Thread Patrik Nordwall
Hi, Hard to say exactly what you should do or not do. You have the possibility to define the "right" side by using inverse keyword in sculptor dsl, but that is maybe nothing new to you. If you always update from UserGroup to User then you should place inverse in User (I think). The add and remo