Hi All,

I am new to EJB world. These days I am trying to figure out about why to
use the EJBs at all.

I am talking about the transaction processing where we want to midify
certain data in the database using the available options. If we go
through the J2EE patterns catalogue, we come to notice that there are
following option to do that.

1. Using statless session bean which in turn talks to Data Access
Objects (DAO) to do the transaction processing.

2. Using stateless session which works as Session Facade and which in
turn talks to Entity Beans to do the transaction processing.

3. This option I haven't seen anywhere, but doing the transaction
processing using JDBC APIs only.

Here I want to understand when should we use any of the above
combination and when not. The pros and cons of the approaches!!!!

Please suggest...........

Thanks to all.
-ShriKant

===========================================================================
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".

Reply via email to