Can we use session beans & entity beans in single application?

Questions by sadashivarao   answers by sadashivarao

Showing Answers 1 - 2 of 2 Answers

Vikrant

  • May 21st, 2006
 

yes definately

  Was this answer useful?  Yes

Sankar

  • Oct 16th, 2006
 

Hi,

     Yes..All enterprise applications we should use of those two beans(Session,Entity)..

  For example, in flight reservation example we use the entityt bean to display the seat availability using seat Avail()method...And we can reseeve the tickets using session bean's reserveSeat() method...

  In general, Entity beans deal with the datas..whereas the Session beans deal with the processing services....

  We can use Session beans to interact with the Entity beans....

Bye!!

 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions