5.4 New OBMA Utilization Services
The ELCM module supports two utilization frameworks : Spring and Helidon.
The Spring-based utilization framework is tightly integrated with the database and is primarily intended for on-premises implementations. It is recommended for small-scale customers where performance and scalability are not critical factors.
The Helidon-based utilization framework leverages Oracle Coherence as an in-memory data grid and is suitable for both on-premises and cloud deployments. It is recommended for customers requiring high throughput and scalability without relying on distributed locks.
Although the Spring and Helidon implementations maintain separate codebases, they share a common business logic layer, ensuring consistency and preventing code duplication across frameworks.