-
Aug 6th, 2009, 11:15 AM
#1
roo ManyToMany
Just curious if roo supports building a ManyToMany relationship with the roo shell.
I've been able to build a OneToMany, a ManyToOne, etc, but the only way I've found of implementing a ManyToMany is to hand modify the Entity Classes, and then udpate the list.jsp and edit.jsp files to correctly allow their update/add.
Thanks
Murf
-
Aug 11th, 2009, 01:20 AM
#2
@djmurf
The m:n relationship can be replicated with the existing relationship support in Roo. Please find the relevant discussion here:
http://forum.springsource.org/showthread.php?t=74203
We have yet to see a compelling reason to support m:n relationships via the @ManyToMany annotation (it would also be somewhat awkward to support in the generated UI).
-Stefan
-
Aug 11th, 2009, 01:21 PM
#3
Thank you much, will check out the posting!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules