What is JTS?

What is JTS?

Among the enterprise distributed computing specifications, Java Transaction Service is one. The interoperability is ensured along with sophisticated transaction resources such as transaction managers on the Java platform is ensured by Java Transation Service. The implementation of the transaction managers is specified by JTS which supports Java Transaction API. The JTS is the implementation of the OMG OTS specification.

What is JTS?

a. The Java Transaction Service is a key element of the J2EE architecture. Together with the Java Transaction API, it enables us to build distributed applications that are robust to all sorts of system and network failures.
b. Java Transaction Service (JTS) specifies the implementation of a transaction manager that supports the Java Transaction API (JTA) specification at the high level and implements the Java mapping of the OMG Object Transaction Service (OTS) specification at the low level. JTS uses the standard CORBA ORB/TS interfaces and Internet Inter-ORB Protocol (IIOP) for transaction context propagation between JTS transaction managers.
c. A JTS transaction manager provides transaction services to the parties involved in distributed transactions: the application server, the resource manager, the standalone transactional application, and the Communication Resource Manager (CRM).
What is a distributed transaction?
What is a distributed transaction? - The involvement two or more network hosts for operations bundle, is called distributed transaction...
Types of isolation levels that J2EE supports
Types of isolation levels that J2EE supports - TRANSACTION_READ_UNCOMMITTED: A static final varibale / constant that specifies the non-repeatable reads, dirty reads and phantom reads occurances..
Types of concurrency issues - JTS
Types of concurrency issues - Dirty reads issue is as follows: First transaction is reading the uncommitted changes which are performed by a second transaction. ..
Post your comment