In case ENtity beans while specifying the trabsactional attributes we can specify them either for each and every method for we can specify them for the entire bean'
Can any helpme with the code for specifying the transactional attributes for the entire EJB.
for a specific method we do that with the <method> </method > elements but i dont know how to do that for the entire bean.
(2) Is is advisable to acesss the ENtity beans remotely from a Session bean ,. as far as i have seen the session bean are only coded to reduce the complex data base transactions,
which are among different entity beans.
Plz i will be waiting for your suggestion! and cOde ALso..