-
Aug 12th, 2007, 01:29 PM
#1
Typical example of web based application? (inculde one-to-many, many-to-many)
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!
-
Aug 12th, 2007, 03:30 PM
#2
What exactly is the problem? There are for sure few examples out there for many-to-many. Users/ roles is the classic example. I would replace the Spring taglib with the form taglib though.
Joerg
-
Aug 13th, 2007, 08:05 AM
#3
Hello,
You could try my sample app :
http://tudu.sf.net
There are many-to-many and one-to-many examples.
The current version uses JPA on top of Hibernate, but if you want some direct Hibernate usage you should have a look at the previous (1.x) versions.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules