Hi,
I am looking for an example of web based application which uses Spring and Hibernate.
I hope it has source code and show the best practice to do CRUD in all the typical relationship of domain models (many-to-one, one-to-many, many-to-many).
I have looked some examples, but their domain models don't cover all kinds of relationships.
Now I am struggling for implementing CURD of many-to-many....
Thanks for any help!
