Deploying scalable web application in a enhanced WildFly
I am currently developing a web application with a focus on horizontal scalability and ease of maintenance. The scalability involves simply adding more nodes, where each node serves as both compute and storage, running a modified version of WildFly (see: https://www.capedwarf.org/). Capedwarf utilizes Infinispan for application datastore, a choice made due to the Java 8-based Google App Engine for my application.