We are planning a new API server that will mainly serve JSON responses, with a RESTful interface. We are concerned about the extent and availability. Are we using Restlet correctly with Jetty (or another connector)?
One question we ask is, is there in the Java world, for example, Phusion Passenger? For example, a turnkey solution for storing server instances and uptime?
source
share