Hi All, I have an EntityBean called ProjectEntity that link project table in DB. Project table also have one-many relationship with team-member table.
ProjectEntity has Closed attribute and I would to cache (or make it read only to avoid DB traffic) to those ProjectEntity that has Closed attribute true. So my questions is how I can make ProjectEntity bean read only at run time? Do you guys suggest any alternative solutions (without using entitybean) in case static and dynamic data combined in single table (entity bean)? I would like to know a solution that is an independent of application vendor. Thanks Deepak =========================================================================== 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".
