Tangentially, is Hibernate the answer?
[1] Or have I misunderstood this point?
Yes and no; "yes" in that if someone is doing it now, it's certainly
possible; "no" in that, I still don't know how to do it myself (with
/lift/). =)
Are there any docs or blog entries or wiki stuff on how this is done?
I think I'm probably too new to Scala and certainly to /lift/ to grok
it all yet, but pointers would be welcome all the same.
If, by going with Hibernate, does that do a complete end-run around
the native /lift/ ORM? Is that necessarily good, or bad? Does it
cause more work elsewhere, say in /lift/s db layer (if such a thing
exists)?
As a practical matter, it's not all that hard to do... it's just
work. :-)
If you're already using Hibernate, I'd stick with it.
--
David Pollak
http://blog.lostlake.org
The lift OR mapper is an ActiveRecord style OR mapper and it's meant
for small projects. There's nothing in the lift HTML stuff that
relies on the OR mapper or OR mapped classes. There's no end-run if
you use Hibernate. Use it. If there are any issues, I consider them
defects and we'll prioritize fixing them.