Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Where a bean can be used ?



Where a bean can be used ?..

Answer / john

An EJB is used to create business applications for any
e-commerce web sites.
But there are different EJBs
1) Statless Session Bean
2) Stateful Session Bean
3) Entity Bean
4) Message Bean

Depending on their functionality of each of the above
mentioned beans different requirements can be satisfied.
Therefore EJBs can be used for a wide variety of business
applications

example
Stateless Session Bean - used to check if a credit card is
valid or not when a credit card is swiped in the machine.
since there is just one trtansaction involved no need
maintain the state of the bean

Stateful Session Bean - used in online shopping websites
like ebay, amazon where the state of the client has to be
maintained. The user can do different operation during a
single logon but the items in the users shopping cart should
never be lost.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More EJB Interview Questions

Where a bean can be used ?

1 Answers  


What do you mean by timer service and where it is used?

0 Answers  


Differentiate “find a method” from “select method” in EJB ?

0 Answers  


How does ejb container work?

0 Answers  


what is the difference between stateless and stateful sessions?

10 Answers   HCL,


What’s the difference between hibernate and ejb 3? Don’t you think ejb 3 is just a clone of hibernate?

0 Answers  


what are the influence factors of ejbLoad() & ejbStore()?

1 Answers  


What is ejb technology?

0 Answers  


What is JAR file?

4 Answers  


What does @inject mean in java?

0 Answers  


What is Enterprise JavaBeans?

1 Answers  


Name the interfaces that you used in Beans?

2 Answers  


Categories