One aspect of high availability in web applications is failover of non-persistent user session data (e.g. a shopping cart). Not all applications may have a database available to them, so we've been working on a more lightweight solution using JCache.
The post Configure failover of non-persistent user session data using JCache appeared first on WASdev.