0 Replies Latest reply on Apr 30, 2002 11:09 AM by matias_salvador

    Development of Services with EJB

    matias_salvador

      Hy Everybody,
      I'm developing a service in EJB and don't know which could be the best way to implement it. It can't be a Stateless Session, as I need to share the data and it must be persistent. I thought it as an Entity with a UNIQUE index and to hardcode the KEY, and to make all my beans to call the same Bean with THAT KEY... is there any other way to make it work? I don't like this way very much...

      Thank you very much and for any suggestions you can give me.