Hi, I am considering of sharing an object between various beans. Since all the beans and the object will be residing in a single JVM, I am planning to use the Singleton pattern (using a static instance) to implement this behavior. Are there any drawbacks to this approach? Performance is quite important in this application, and for various other reasons I cannot implement this object as a bean. Suggestions/opinions are greatly appreciated, Ram. =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
