Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.3.1
I'm building a Dojo app with DWR and Hibernate. I am having a hard time finding anyone else doing anything similar so this has been difficult. Everyone else seems to be using Spring as well...I don't see the point. However, I am having session management woes. For instance, I am removing an object from a collection with one ajax call, then executing another call which goes and gets the collection. When the collection is retrieved, the old object still exists even though it was previously removed, saved, and committed! Is it worth getting spring up and running just for hibernate session management?