what`s the main difference between BMP and the Session Bean with DB acess logic!?
-
what`s the main differ between BMP and the Session Bean (2 messages)
- Posted by: jamestra Wong
- Posted on: May 31 2001 04:59 EDT
Threaded Messages (2)
- what`s the main differ between BMP and the Session Bean by manoj sharma on May 31 2001 05:38 EDT
- what`s the main differ between BMP and the Session Bean by debabrata mishra on May 31 2001 09:33 EDT
-
what`s the main differ between BMP and the Session Bean[ Go to top ]
- Posted by: manoj sharma
- Posted on: May 31 2001 05:38 EDT
- in response to jamestra Wong
Hi ,jamestra Wong
there is a considerable difference between two
We use session bean with DB objects when
:- when u want bulk of data from database abd this is data is not shared between concurrent clients and complex transaction is not invloved with this data tables
we will choose Bean managed psersistance Entity Bean when :
Data is shared among the lots of concurrent clients and comlplex transaction is invlolved one must go for the enity bean never use entity bean only for bulk of data retrival.
agaain u must be knowing when we use the Cmp and BMp
free feel to talk me on
s dot manoj at zenar dot com
cheers
Manoj
-
what`s the main differ between BMP and the Session Bean[ Go to top ]
- Posted by: debabrata mishra
- Posted on: May 31 2001 09:33 EDT
- in response to manoj sharma
In case of BMP we have to write the code, but while running the server is less busy as compaired to CMP. As in CMP the server do the work which is done by BMP.
Session bean is a different thing, it is a business related
think or u can say to access entity bean from client we use entity bean to reduce traffic between client & server
Regards
Debabrata Mishra