[JBoss-user] [EJB] holding data for StatelessBean

2003-07-12 Thread Micha Drozd
Hi, I wonder what is the best practise to hold application-wide data for one SessionBean (stateless). Here is the situation: I have small amount of data which is used by one stateless session bean. Updates of data occurs with very low frequency. these data i would keep in memory (one HashMap

Re: [JBoss-user] [EJB] holding data for StatelessBean

2003-07-12 Thread Scott M Stark
An mbean that bound a map into JNDI would be one way. -- Scott Stark Chief Technology Officer JBoss Group, LLC Micha Drozd wrote: Hi, I wonder what is the best practise to hold application-wide data for one SessionBean (stateless). Here is the

Re: [JBoss-user] [EJB] holding data for StatelessBean

2003-07-12 Thread Rick LaBanca
that would cleanly deploy in the application scope. rick - Original Message - From: Scott M Stark [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, July 12, 2003 6:30 PM Subject: Re: [JBoss-user] [EJB] holding data for StatelessBean An mbean that bound a map into JNDI would