Originally posted by Nupur Gupta:
Hi,
I have read that the J2EE container takes care of security, transactions, and threading issues. Does that mean that the container by itself implements these functions? Or does the programmer coding the beans have to ensure that these functions are implemented in the code?
Thanks a lot.
You as the programmer have to edit your deployment descriptor (ejb-jar.xml) concerning security and transactions. Threading is done automatically by the EJB container for each new transaction.
Regards,
Darya