On Fri, Oct 1, 2010 at 9:08 AM, Peter Lin <[email protected]> wrote: > Having used a variety of ORM over the years, I prefer the XML myself. > > On most of the projects I've worked on, using XML allowed us to map 1 > table to multiple objects and the reverse. Sometimes it's useful to > map 1 object to one or more views for convenience. Using annotations > limits you to 1-to-1 mapping. In the case of roller, the model isn't > that complicated, so it might not be an issue.
Interesting. One thing is for sure: I don't have an appetite for converting the existing XML over to annotations ;-) - Dave
