Hi Friends,
I am working on a project on Weblogic 4.5. We have Entity Beans for Database Access, and all the database access is done through static methods in the EJB. And in turn they are called by session Beans so no remote access issue. Its working fine. Now the issue is, is this way of usage of Entity Beans is good? Also will there be any concurrancy and sunchronization related issues? For e.g. if more than one cilent accessing the same static method at same time, what will happen? one will wait while other gets processed?
Anticipating Ans from all directions
Thanks in Advance
Mann