my reporting tool is for reporting services to over 10000 desktop users. There are
multiple regions and offices. Communication is via XML to desktop flash clients. Each
time a change in services is made by the help desk. The change is broadcasted to all
clients. Those which have a matching region path accept the data and dispaly it to the
user..
My concern is whether I should use session or entity ejbs. Each
ejb reads data from the
db on initialization and creates an object for each office. When a change in services
occurs due to an update, the object is destroyed and a new one is created.
There is not going to be a class for each office