0 Replies Latest reply on Mar 15, 2004 10:07 AM by decamer

    One bean

    decamer

      Hi,

      I am new to EJB/JBOSS and I am wondering if I can do the following or if anyone has better suggestions. Thanks a lot in advance.

      I have some data persisted by Hibernate. At run time, I need part of the data loaded into a instance of a class transformed and indexed by its various attributes. This instance of the class could be a bean started by a container at server starting time and can only be removed when the server is shutdown whether there are any clients or not. Multiple session beans associated with clients can access this index bean at various time.


      Please advise on implementation details and thanks a lot.

      Decamer