I published earlier how to use Restlet framework with Spring over its JAX RS frontend. Unfortunately, there is no simple way to specify custom JSON converter for certain types, say java.util.Date (e.g. if you want to serialize it to ISO 8601-compatible string representation). In order to support that you need either to write a custom [...]