Hello, One of the EJB design article suggest that FacadeController to the enterprise application should be made as entity bean instead of a stateless session bean. The advantages to this approach are "Many different transactions can access the same instance, and this instance has only distributed object stub required on the web application JVM". The single instance entity bean implementation is achieved by following a non standard approach of returning some constant value from ejbCreate & ejbFindByPrimaryKey (eg:"Single") . I would like to know the pros and cons of this approach? This above advantage stated in the article is worth in implementing? Shibu U P =========================================================================== 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".
