From: Rohit Parik [mailto:[EMAIL PROTECTED]] Subject: Common datasource to two applications
| Suppose there are two application, one a 4GL based application | and one based on J2EE which uses CMP entity beans. | | Now if the components of both these application use the same | database tables on the same data source what sort of | issues / problems can arise? You'll have problems related to concurrent updates (the "last one wins" scenario). If you implement any sort of security in your application, the other may not respect it. If you have any business logic that is implemented differently between the two, they may report invalid/missing entries. Lots of stuff... Cheers! -- Tracy Nelson =========================================================================== 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".
