How JTS solves the problems encountered by distributed objects

Explain how Java transaction services (JTS) solve the problems encountered by distributed objects with transactions.

The transactional semantics participation into object oriented components needs an extension of the Transaction Control Model. In this model the transactions are the methods on the transactional objects. This process is just done by JTS. The distributed objects like CORBA are implemented by JTS. It acts as an interface between the JTA and a low-level API. The advantage of using JTS over distributed objects is that, the object oriented components need not extend the Transaction Control Model.
Explain SWT and JFace
Explain SWT and JFace - Standard Widget Toolkit (SWT): SWT is an open source widget tool kit for developing rich, efficient and portable GUI applications..
Components offered by JFace
Components offered by JFace - ImageRegistry: The mapping between symbolic image names and SWT image objects is maintained by the ImageRegistry class until the SWT image objects are needed..
Advantages offered by SWT/JFace
Advantages offered by SWT/JFace - Advantages of SWT: Provides backend by providing native look with backend widgets by supporting Swing programming model..
Post your comment