Java Virtual Machine Integrated Transaction Management

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current systems lack the capability to efficiently and cost-effectively handle high-volume, real-time transaction processing across multiple nodes in a distributed environment, particularly for JAVA applications, which is essential for modern e-commerce and enterprise-level systems requiring flexibility, high performance, and low latency.

Innovation Solution

A JAVA Virtual Machine (JVM) is integrated with a transaction processing platform, enabling distributed transaction management across multiple nodes, supporting fully transactional features like atomicity, consistency, isolation, and durability without the need for external databases or transaction monitors, using a platform-independent language like JAVA to specify user-defined business logic.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If distributed transaction processing is implemented across multiple nodes, then system capacity and availability are improved, but system complexity and coordination overhead increase

Engineering Contradiction:
Improvetransaction processing capacityVSAvoiddistributed system complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent combines the transaction manager functionality directly into the Java Virtual Machine, merging previously separate components (JVM and external transaction monitor) into a unified system. This integration eliminates the need for complex inter-node coordination protocols and external database connections, reducing distributed system complexity while maintaining high transaction processing capacity across multiple nodes

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The JVM is designed to perform multiple functions: executing Java bytecode, managing memory, and handling transaction coordination. By making the JVM universal and self-sufficient for transaction management, the system avoids the complexity of specialized external transaction monitors and databases, enabling distributed transaction processing with simplified architecture

Inventive Principle:
Principle #6Universality (Multi-functionality)

2Reliability

If external databases and transaction monitors are used for transaction management, then transaction reliability is improved, but system cost and latency increase

Engineering Contradiction:
Improvetransaction reliabilityVSAvoidtransaction latency
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent extracts the transaction management functionality from external databases and transaction monitors, embedding it directly within the JVM. This extraction eliminates the need for network round-trips to external systems, reducing transaction latency while maintaining reliability through the JVM's built-in transaction manager that provides ACID properties locally

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The JVM acts as an intermediary between the application and the underlying execution environment, providing transaction management services directly to applications without requiring external mediators like databases or transaction monitors. This intermediary role reduces communication overhead and latency while ensuring transaction reliability through integrated enforcement of transaction protocols

Inventive Principle:
Principle #24Intermediary (Mediator)

3Productivity

If proprietary systems are used for transaction processing, then performance is improved, but flexibility and adaptability are reduced

Engineering Contradiction:
Improvetransaction processing performanceVSAvoidservice offering flexibility
Core Design Contradiction:
ProductivityVSAdaptability or versatility

Solution Approach 1:

The JVM provides universal transaction management capabilities that work with any Java application, regardless of the specific service or business logic being implemented. This universality maintains high performance through optimized bytecode execution while providing flexibility to support diverse service offerings and adapt to changing business requirements without requiring proprietary system changes

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS8438421B2Java virtual machine having integrated transaction management system
Publication Date: 2013.05.07 CLOUD SOFTWARE GROUP LLC
  • US8438421B2 patent drawing
  • US8438421B2 patent drawing
  • US8438421B2 patent drawing

AI summary

A computing system is configured to deploy a JAVA application for execution in a distributed manner. The computing system includes a plurality of computing nodes including a domain manager node, the plurality of computing nodes forming a computing domain configured as an administrative grouping of the nodes administered by the domain manager node. The domain manager node is configured to provide, to each of the computing nodes, a main portion of the JAVA application. The main portion defines, for each computing node, a portion of the behavior of the JAVA application to be accomplished by that computing node. Furthermore, each computing node is configured to receive at least one class file having classes appropriate for the portion of the behavior of the JAVA application defined, by the main portion, to be accomplished by that computing node.