1 Reply Latest reply on Mar 13, 2004 7:24 AM by aloubyansky

    How does JBOSS handle persistence if you don't specify a dat

      We have some entity beans in our project that we are creating, we aren't sure if you always have to have a database associated with the Entity beans. We have data that must be held in memory, and could overload the server if they are not offloaded to a database.

      Does JBOSS automatically handle the offloading of data in CMP?
      Does JBOSS have the ability to abstract away the saving of data so that a developer doesn't know if it is stored in a database or not?