Results 1 to 3 of 3

Thread: Typical example of web based application? (inculde one-to-many, many-to-many)

Hybrid View

  1. #1
    Join Date
    Nov 2004
    Posts
    17

    Default 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!

  2. #2
    Join Date
    Nov 2005
    Location
    Reutlingen, Germany
    Posts
    2,098

    Default

    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
    This post can contain insufficient information.

  3. #3

    Default

    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
  •