1 Reply Latest reply on May 11, 2004 12:13 PM by bill.burke

    peristence+hibernate

    kado0002

      You wrote that you use hibernate for peristence!
      how do you configure Jboss to use hibernate?
      Do you integrate hibernate as an Mbean service like it's described on http://www.hibernate.org//66.html
      or is hibernate always integrated in JBoss 4.0?

      In my opinion the use of hibernate is something like a crosscutting concern!
      (You must always open a session and save the object!...)
      Is there a hibernate aspect or something?

      Can you tell me something more, about how to use hibernate as a POJO-oriented persistence layer, please?