aspose file tools
The moose likes Distributed Java and the fly likes what is the meaning of transaction management Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "what is the meaning of transaction management " Watch "what is the meaning of transaction management " New topic
Author

what is the meaning of transaction management

arekonda ramesh babu
Ranch Hand

Joined: Apr 11, 2006
Posts: 35
hai

may i know the exact meaning of transaction management and security

managemet .can u help me

Nathan Pruett
Bartender

Joined: Oct 18, 2000
Posts: 4121

Transaction Management - making sure that changes to a resource (usually a database) are ACID.

Security Management - making sure that only those that are allowed to are able to do certain things.

These are both addressed specifically in EJB... did you mean to ask the question in that forum?


-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: what is the meaning of transaction management
 
Similar Threads
hibernate with Container Managed Transactions (CMT)
How to implement this requirement
hibernate in Spring framework
Relation between Transaction and Isolation
EJB confusion