-----Original Message-----
From: Ken Hygh [mailto:kenhygh@NC.RR.COM]
Sent: Monday, July 07, 2003 10:04 AM
To: J2EEPATTERNS-INTEREST@JAVA.SUN.COM
Subject: Configuration data
Where does one put config objects for J2EE modules? Let's say I want to
alter some behavior of an EJB at runtime, through either a servlet or an
MBean. I can't put static variables in the EJB class, and I'm not real
comfortable with using a Singleton to hold globally-accessible data - it
seems too close to global variables. There doesn't seem to be a way to
change the environment settings within the ejb-jar.xml.
Thanks,
Ken Hygh