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

How bean-managed transactions will work?

Answer Posted / guest

When a bean with bean managed transactions is invoked, the
container suspends any current transaction in the client?s
context. In its method implementation, the bean initiates
the transaction through the JTA UserTransaction interface.
In stateful beans, the container associates the bean
instance with the same transaction context across subsequent
method calls until the bean explicitly completes the
transaction. However, stateless beans aren?t allowed to
maintain transaction context across method calls. Each
method invocation must complete any transaction it initiates.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

in EJB diclare the static methods are not?

3507


What are the different kind of ejb's?

1086


What is dependency injection in ejb?

1122


What is stateless session?

1059


What is the difference between @requestparam and @pathvariable?

1034


Match the ejb functions given below with the functionality equivalent in sql?

1019


Define Initial Context?

1064


How many ejb objects are created for a bean?

1028


What is ejb context?

1031


How to invoke ejb from java client?

1030


What are the key benefits of the ejb technology?

1111


Explain the concept of local interfaces?

1007


Mention the three levels for applying interceptor methods.

1067


What does it mean to be stateless?

1045


Why do we use @requestmapping?

1041