I definitely see the benefit of EJB's as a whole, and am using stateless session beans as business controller objects, but was wondering what the real benefit of BMP Entity beans would be over plain ol DAO's... I'm trying to make a decision on what to use on the back end, and would like some opinions..
Thanks
Nic
-
Opinions... True benefits of BMP Entity beans over DAO (3 messages)
- Posted by: Nic Holbrook
- Posted on: November 09 2001 10:58 EST
Threaded Messages (3)
- Opinions... True benefits of BMP Entity beans over DAO by Michael Stevens on November 13 2001 07:39 EST
- Opinions... True benefits of BMP Entity beans over DAO by Raj Rajen on November 13 2001 09:46 EST
- Opinions... True benefits of BMP Entity beans over DAO by Raj Rajen on November 13 2001 10:03 EST
-
Opinions... True benefits of BMP Entity beans over DAO[ Go to top ]
- Posted by: Michael Stevens
- Posted on: November 13 2001 07:39 EST
- in response to Nic Holbrook
I don't understand. Usually, BMP is accomplished through the use of DAO's in the entity bean. -
Opinions... True benefits of BMP Entity beans over DAO[ Go to top ]
- Posted by: Raj Rajen
- Posted on: November 13 2001 09:46 EST
- in response to Nic Holbrook
I've been following this thread hoping that there will be some responses that I can learn from. Unfortunately, I dont have an answer as the same question has been on my mind as well.
I believe Nic's question was instead of:
Stateless Session Bean --> Entity Bean(s) --> DAOs
Why not use the following:
Stateless Session Bean --> DAOs (from within the business methods)
Nic, please post your findings as this is an important question of practical significance IMHO.
-
Opinions... True benefits of BMP Entity beans over DAO[ Go to top ]
- Posted by: Raj Rajen
- Posted on: November 13 2001 10:03 EST
- in response to Raj Rajen
I didn't realize that there was another discussion along the same lines elsewhere in this forum.
Please see this link.There are some good points made in the discussions there.