1 Reply Latest reply on Nov 29, 2001 9:03 AM by danch1

    JBoss, EJB and Castor

    jaykay

      Hi,

      I´m planning to use EJB and JBoss in my program.

      Now I would need an architecture, that will allow me to handle an object, that is able to map to two database-tables at the same time.
      I thought about using Castor JDO and was wondering, if anybody has experience with such an architecture.
      Especially I would like to know, whether this is a sensible solution.

      Somebody also gave me the tip, that Jboss features CMR and that he thinks, that this could do the job and I don´t need Castor at all. Is that true? How to handle this if yes?

      I would be extremely thankful for any advises, especially if any solution is really sensible.

      Thanks

      J.

        • 1. Re: JBoss, EJB and Castor
          danch1

          > Hi,
          >
          >
          > Somebody also gave me the tip, that Jboss features
          > CMR and that he thinks, that this could do the job
          > and I don´t need Castor at all. Is that true? How to
          > handle this if yes?

          With CMR you'd map an entity to each table, then use CMR to map a relationship between the entities.

          -danch