I've been using Spring for JTA/CMT-bound Hibernate session
management for a while now at work, and I wondered if it would make sense to add
a simple JTA-based session management facility for those of us who use Hibernate
as a cheap substitute for Entity EJBs. Spring is fine, but it's a
bit much just for thread local session management.
Is this a common use case?
Josh